| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-12-03 | branch: advice using git-help(1) instead of man(1) | Kristoffer Haugsbakk | 1 | -1/+1 |
| 2025-09-16 | color: use git_colorbool enum type to store colorbools | Jeff King | 1 | -1/+1 |
| 2025-09-16 | color: use GIT_COLOR_* instead of numeric constants | Jeff King | 1 | -1/+1 |
| 2025-07-23 | config: drop `git_config_set_multivar()` wrapper | Patrick Steinhardt | 1 | -2/+2 |
| 2025-07-23 | config: drop `git_config_set()` wrapper | Patrick Steinhardt | 1 | -1/+1 |
| 2025-07-23 | config: drop `git_config()` wrapper | Patrick Steinhardt | 1 | -1/+1 |
| 2025-01-29 | Merge branch 'rs/ref-fitler-used-atoms-value-fix' | Junio C Hamano | 1 | -2/+1 |
| 2025-01-21 | ref-filter: remove ref_format_clear() | René Scharfe | 1 | -1/+0 |
| 2025-01-21 | ref-filter: move ahead-behind bases into used_atom | René Scharfe | 1 | -1/+1 |
| 2025-01-17 | builtins: send usage_with_options() help text to standard output | Junio C Hamano | 1 | -2/+2 |
| 2024-12-23 | Merge branch 'ps/build-sign-compare' | Junio C Hamano | 1 | -0/+2 |
| 2024-12-15 | Merge branch 'jc/forbid-head-as-tagname' | Junio C Hamano | 1 | -5/+5 |
| 2024-12-06 | global: trivial conversions to fix `-Wsign-compare` warnings | Patrick Steinhardt | 1 | -1/+0 |
| 2024-12-06 | global: mark code units that generate warnings with `-Wsign-compare` | Patrick Steinhardt | 1 | -0/+3 |
| 2024-12-03 | refs: drop strbuf_ prefix from helpers | Junio C Hamano | 1 | -5/+5 |
| 2024-11-21 | builtin/branch: fix leaking sorting options | Patrick Steinhardt | 1 | -11/+22 |
| 2024-09-23 | Merge branch 'jc/pass-repo-to-builtins' | Junio C Hamano | 1 | -2/+5 |
| 2024-09-13 | builtin: remove USE_THE_REPOSITORY_VARIABLE from builtin.h | John Cai | 1 | -1/+1 |
| 2024-09-13 | builtin: add a repository parameter for builtin functions | John Cai | 1 | -1/+4 |
| 2024-09-09 | ref-filter: add ref_format_clear() function | Jeff King | 1 | -0/+1 |
| 2024-08-13 | config: pass repo to functions that rename or copy sections | Patrick Steinhardt | 1 | -3/+4 |
| 2024-05-20 | Merge branch 'kn/ref-transaction-symref' | Junio C Hamano | 1 | -1/+1 |
| 2024-05-07 | cocci: apply rules to rewrite callers of "refs" interfaces | Patrick Steinhardt | 1 | -22/+27 |
| 2024-05-07 | refs: rename `refs_create_symref()` to `refs_update_symref()` | Karthik Nayak | 1 | -1/+1 |
| 2024-04-05 | Merge branch 'jk/core-comment-string' | Junio C Hamano | 1 | -4/+4 |
| 2024-03-15 | Merge branch 'kh/branch-ref-syntax-advice' | Junio C Hamano | 1 | -2/+6 |
| 2024-03-12 | prefer comment_line_str to comment_line_char for printing | Jeff King | 1 | -2/+2 |
| 2024-03-12 | strbuf: accept a comment string for strbuf_commented_addf() | Jeff King | 1 | -1/+1 |
| 2024-03-12 | strbuf: accept a comment string for strbuf_stripspace() | Jeff King | 1 | -1/+1 |
| 2024-03-05 | branch: advise about ref syntax rules | Kristoffer Haugsbakk | 1 | -2/+6 |
| 2024-02-28 | commit-reach(repo_in_merge_bases_many): report missing commits | Johannes Schindelin | 1 | -3/+9 |
| 2024-01-11 | branch: make the advice to force-deleting a conditional one | Rubén Justo | 1 | -3/+5 |
| 2024-01-08 | Merge branch 'en/header-cleanup' | Junio C Hamano | 1 | -3/+0 |
| 2023-12-26 | treewide: remove unnecessary includes in source files | Elijah Newren | 1 | -3/+0 |
| 2023-12-09 | Merge branch 'vd/for-each-ref-unsorted-optimization' | Junio C Hamano | 1 | -18/+24 |
| 2023-11-16 | ref-filter.h: add functions for filter/format & format-only | Victoria Dye | 1 | -16/+17 |
| 2023-11-16 | ref-filter.h: add max_count and omit_empty to ref_format | Victoria Dye | 1 | -3/+2 |
| 2023-11-16 | ref-filter.c: really don't sort when using --no-sort | Victoria Dye | 1 | -0/+6 |
| 2023-10-23 | builtin/branch.c: adjust error messages to coding guidelines | Isoken June Ibizugbe | 1 | -33/+33 |
| 2023-08-24 | Merge branch 'rj/branch-in-use-error-message' | Junio C Hamano | 1 | -1/+1 |
| 2023-08-07 | branch: error message deleting a branch in use | Rubén Justo | 1 | -1/+1 |
| 2023-07-26 | Merge branch 'jc/branch-parseopt-fix' | Junio C Hamano | 1 | -4/+6 |
| 2023-07-21 | Merge branch 'tb/refs-exclusion-and-packed-refs' | Junio C Hamano | 1 | -2/+2 |
| 2023-07-18 | branch: reject "--no-all" and "--no-remotes" early | Junio C Hamano | 1 | -4/+6 |
| 2023-07-17 | Merge branch 'cw/compat-util-header-cleanup' | Junio C Hamano | 1 | -1/+0 |
| 2023-07-10 | ref-filter: add `ref_filter_clear()` | Jeff King | 1 | -0/+1 |
| 2023-07-10 | ref-filter.h: provide `REF_FILTER_INIT` | Jeff King | 1 | -2/+1 |
| 2023-07-06 | Merge branch 'gc/config-context' | Junio C Hamano | 1 | -2/+6 |
| 2023-07-06 | Merge branch 'cw/strbuf-cleanup' | Junio C Hamano | 1 | -2/+2 |
| 2023-07-06 | Merge branch 'rs/strbuf-expand-step' | Junio C Hamano | 1 | -11/+2 |
| 2023-07-05 | treewide: remove unnecessary includes for wrapper.h | Calvin Wan | 1 | -1/+0 |
| 2023-06-29 | Merge branch 'en/header-split-cache-h-part-3' | Junio C Hamano | 1 | -2/+2 |
| 2023-06-28 | config: add ctx arg to config_fn_t | Glen Choo | 1 | -2/+3 |
| 2023-06-28 | config: inline git_color_default_config | Glen Choo | 1 | -1/+4 |
| 2023-06-21 | repository: remove unnecessary include of path.h | Elijah Newren | 1 | -0/+1 |
| 2023-06-21 | cache.h: remove this no-longer-used header | Elijah Newren | 1 | -2/+1 |
| 2023-06-18 | strbuf: factor out strbuf_expand_step() | René Scharfe | 1 | -11/+2 |
| 2023-06-17 | branch: fix a leak in cmd_branch | Rubén Justo | 1 | -0/+2 |
| 2023-06-12 | strbuf: remove global variable | Calvin Wan | 1 | -2/+2 |
| 2023-05-15 | Merge branch 'rj/branch-unborn-in-other-worktrees' | Junio C Hamano | 1 | -13/+58 |
| 2023-04-25 | Merge branch 'en/header-split-cache-h' | Junio C Hamano | 1 | -0/+2 |
| 2023-04-21 | Merge branch 'ow/ref-filter-omit-empty' | Junio C Hamano | 1 | -1/+5 |
| 2023-04-17 | Merge branch 'cm/branch-delete-error-message-update' | Junio C Hamano | 1 | -4/+21 |
| 2023-04-13 | branch, for-each-ref, tag: add option to omit empty lines | Øystein Walle | 1 | -1/+5 |
| 2023-04-11 | editor: move editor-related functions and declarations into common file | Elijah Newren | 1 | -0/+1 |
| 2023-04-11 | object-name.h: move declarations for object-name.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-04-06 | Merge branch 'en/header-split-cleanup' | Junio C Hamano | 1 | -0/+3 |
| 2023-04-06 | Merge branch 'ab/remove-implicit-use-of-the-repository' | Junio C Hamano | 1 | -4/+5 |
| 2023-04-06 | branch: improve error log on branch not found by checking remotes refs | Clement Mabileau | 1 | -4/+21 |
| 2023-04-04 | Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-... | Junio C Hamano | 1 | -4/+5 |
| 2023-03-28 | post-cocci: adjust comments for recent repo_* migration | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2023-03-28 | cocci: apply the "commit-reach.h" part of "the_repository.pending" | Ævar Arnfjörð Bjarmason | 1 | -2/+3 |
| 2023-03-28 | cocci: apply the "cache.h" part of "the_repository.pending" | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2023-03-27 | branch: avoid unnecessary worktrees traversals | Rubén Justo | 1 | -1/+1 |
| 2023-03-27 | branch: rename orphan branches in any worktree | Rubén Justo | 1 | -2/+4 |
| 2023-03-27 | branch: description for orphan branch errors | Rubén Justo | 1 | -5/+16 |
| 2023-03-27 | branch: use get_worktrees() in copy_or_rename_branch() | Rubén Justo | 1 | -9/+9 |
| 2023-03-27 | branch: test for failures while renaming branches | Rubén Justo | 1 | -0/+32 |
| 2023-03-21 | wrapper.h: move declarations for wrapper.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-21 | environment: move comment_line_char from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-21 | treewide: be explicit about dependence on gettext.h | Elijah Newren | 1 | -0/+1 |
| 2023-03-20 | for-each-ref: add ahead-behind format atom | Derrick Stolee | 1 | -0/+1 |
| 2022-12-19 | Merge branch 'rj/branch-copy-and-rename' | Junio C Hamano | 1 | -3/+3 |
| 2022-11-17 | branch: force-copy a branch to itself via @{-1} is a no-op | Rubén Justo | 1 | -3/+3 |
| 2022-11-10 | branch: gracefully handle '-d' on orphan HEAD | Jeff King | 1 | -6/+3 |
| 2022-10-30 | Merge branch 'rj/branch-do-not-exit-with-minus-one-status' | Taylor Blau | 1 | -1/+1 |
| 2022-10-26 | branch: error code with --edit-description | Rubén Justo | 1 | -1/+1 |
| 2022-10-26 | branch: error copying or renaming a detached HEAD | Rubén Justo | 1 | -20/+8 |
| 2022-10-21 | Merge branch 'rj/branch-edit-description-with-nth-checkout' | Junio C Hamano | 1 | -19/+34 |
| 2022-10-17 | Merge branch 'rj/branch-edit-desc-unborn' | Junio C Hamano | 1 | -2/+12 |
| 2022-10-17 | Merge branch 'jc/branch-description-unset' | Junio C Hamano | 1 | -2/+4 |
| 2022-10-10 | branch: support for shortcuts like @{-1}, completed | Rubén Justo | 1 | -19/+34 |
| 2022-10-07 | branch: description for non-existent branch errors | Rubén Justo | 1 | -2/+12 |
| 2022-09-30 | branch: do not fail a no-op --edit-desc | Junio C Hamano | 1 | -2/+4 |
| 2022-06-21 | branch: drop unused worktrees variable | Jeff King | 1 | -4/+0 |
| 2022-06-15 | branch: use branch_checked_out() when deleting refs | Derrick Stolee | 1 | -4/+3 |
| 2022-02-18 | Merge branch 'gc/branch-recurse-submodules' | Junio C Hamano | 1 | -19/+51 |
| 2022-02-04 | branch: add --recurse-submodules option for branch creation | Glen Choo | 1 | -6/+38 |
| 2022-02-01 | builtin/branch: consolidate action-picking logic in cmd_branch() | Glen Choo | 1 | -8/+11 |
| 2022-02-01 | branch: add a dry_run parameter to create_branch() | Glen Choo | 1 | -1/+1 |
| 2022-02-01 | branch: move --set-upstream-to behavior to dwim_and_setup_tracking() | Glen Choo | 1 | -6/+3 |
| 2022-01-31 | Merge branch 'js/branch-track-inherit' into gc/branch-recurse-submodules | Junio C Hamano | 1 | -2/+4 |
| 2022-01-20 | Merge branch 'js/branch-track-inherit' | Junio C Hamano | 1 | -1/+1 |
| 2022-01-20 | branch,checkout: fix --track documentation | René Scharfe | 1 | -1/+1 |
| 2022-01-18 | Merge branch 'js/branch-track-inherit' | Junio C Hamano | 1 | -2/+2 |
| 2022-01-18 | branch,checkout: fix --track usage strings | Josh Steadmon | 1 | -2/+2 |
| 2022-01-10 | Merge branch 'ja/i18n-similar-messages' | Junio C Hamano | 1 | -1/+1 |
| 2022-01-10 | Merge branch 'js/branch-track-inherit' | Junio C Hamano | 1 | -2/+4 |
| 2022-01-05 | i18n: turn "options are incompatible" into "cannot be used together" | Jean-Noël Avila | 1 | -1/+1 |
| 2021-12-20 | branch: add flags and config to inherit tracking | Josh Steadmon | 1 | -2/+4 |
| 2021-12-01 | worktree: simplify find_shared_symref() memory ownership model | Anders Kaseorg | 1 | -1/+6 |
| 2021-10-20 | for-each-ref: delay parsing of --sort=<atom> options | Junio C Hamano | 1 | -7/+6 |
| 2021-10-20 | branch: use ref_sorting_release() | Ævar Arnfjörð Bjarmason | 1 | -3/+5 |
| 2021-09-27 | ref-filter: stop setting FILTER_REFS_INCLUDE_BROKEN | Jeff King | 1 | -1/+1 |
| 2021-08-27 | branch: allow deleting dangling branches with --force | René Scharfe | 1 | -1/+1 |
| 2021-04-20 | ref-filter: reuse output buffer | ZheNing Hu | 1 | -4/+6 |
| 2021-02-05 | Merge branch 'ph/use-delete-refs' | Junio C Hamano | 1 | -19/+28 |
| 2021-01-21 | use delete_refs when deleting tags or branches | Phil Hord | 1 | -19/+28 |
| 2021-01-07 | branch: sort detached HEAD based on a flag | Ævar Arnfjörð Bjarmason | 1 | -0/+2 |
| 2021-01-07 | ref-filter: move ref_sorting flags to a bitfield | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2021-01-06 | branch: change "--local" to "--list" in comment | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2020-12-18 | Merge branch 'js/init-defaultbranch-advice' | Junio C Hamano | 1 | -1/+3 |
| 2020-12-13 | branch -m: allow renaming a yet-unborn branch | Johannes Schindelin | 1 | -1/+3 |
| 2020-11-25 | config: convert multi_replace to flags | Derrick Stolee | 1 | -2/+2 |
| 2020-09-16 | ref-filter: allow merged and no-merged filters | Aaron Lipman | 1 | -3/+3 |
| 2020-07-06 | Merge branch 'es/get-worktrees-unsort' | Junio C Hamano | 1 | -1/+1 |
| 2020-06-25 | Merge branch 'dl/branch-cleanup' | Junio C Hamano | 1 | -1/+1 |
| 2020-06-22 | worktree: drop get_worktrees() unused 'flags' argument | Eric Sunshine | 1 | -1/+1 |
| 2020-06-17 | branch: don't mix --edit-description | Denton Liu | 1 | -1/+1 |
| 2020-05-08 | Merge branch 'jk/for-each-ref-multi-key-sort-fix' | Junio C Hamano | 1 | -1/+1 |
| 2020-05-04 | ref-filter: apply --ignore-case to all sorting keys | Jeff King | 1 | -1/+1 |
| 2020-04-28 | Use OPT_CALLBACK and OPT_CALLBACK_F | Denton Liu | 1 | -4/+2 |
| 2019-12-09 | l10n: minor case fix in 'git branch' '--unset-upstream' description | Dimitriy Ryazantcev | 1 | -1/+1 |
| 2019-07-09 | Merge branch 'po/doc-branch' | Junio C Hamano | 1 | -1/+2 |
| 2019-07-09 | Merge branch 'nb/branch-show-other-worktrees-head' | Junio C Hamano | 1 | -4/+12 |
| 2019-05-29 | doc branch: provide examples for listing remote tracking branches | Philip Oakley | 1 | -1/+2 |
| 2019-05-07 | branch: add worktree info on verbose output | Nickolai Belakovski | 1 | -0/+4 |
| 2019-05-07 | branch: update output to include worktree info | Nickolai Belakovski | 1 | -4/+8 |
| 2019-03-21 | parse_opt_ref_sorting: always use with NONEG flag | Jeff King | 1 | -2/+1 |
| 2019-03-07 | Merge branch 'du/branch-show-current' | Junio C Hamano | 1 | -2/+23 |
| 2018-11-12 | branch.c: remove the_repository reference | Nguyễn Thái Ngọc Duy | 1 | -2/+4 |
| 2018-10-30 | Merge branch 'tq/branch-style-fix' | Junio C Hamano | 1 | -2/+1 |
| 2018-10-30 | Merge branch 'tq/branch-create-wo-branch-get' | Junio C Hamano | 1 | -5/+0 |
| 2018-10-26 | branch: introduce --show-current display option | Daniels Umanovskis | 1 | -2/+23 |
| 2018-10-18 | branch: trivial style fix | Tao Qingyun | 1 | -2/+1 |
| 2018-10-18 | builtin/branch.c: remove useless branch_get | Tao Qingyun | 1 | -5/+0 |
| 2018-09-17 | Merge branch 'ds/reachable' | Junio C Hamano | 1 | -0/+1 |
| 2018-09-17 | Merge branch 'jk/branch-l-1-repurpose' | Junio C Hamano | 1 | -21/+1 |
| 2018-08-16 | branch: support configuring --sort via .gitconfig | Samuel Maftoul | 1 | -1/+9 |
| 2018-08-02 | Merge branch 'sb/object-store-lookup' | Junio C Hamano | 1 | -3/+4 |
| 2018-07-20 | commit.h: remove method declarations | Derrick Stolee | 1 | -0/+1 |
| 2018-07-18 | Merge branch 'jk/branch-l-0-deprecation' | Junio C Hamano | 1 | -1/+21 |
| 2018-06-29 | commit: add repository argument to lookup_commit_reference | Stefan Beller | 1 | -3/+4 |
| 2018-06-25 | Merge branch 'nd/complete-config-vars' | Junio C Hamano | 1 | -17/+12 |
| 2018-06-22 | branch: make "-l" a synonym for "--list" | Jeff King | 1 | -21/+1 |
| 2018-06-22 | branch: deprecate "-l" option | Jeff King | 1 | -1/+21 |
| 2018-06-18 | Merge branch 'rd/doc-remote-tracking-with-hyphen' | Junio C Hamano | 1 | -1/+1 |
| 2018-06-13 | Use hyphenated "remote-tracking branch" (docs and comments) | Robert P. J. Day | 1 | -1/+1 |
| 2018-06-01 | Merge branch 'nd/use-opt-int-set-f' | Junio C Hamano | 1 | -2/+2 |
| 2018-05-30 | Merge branch 'js/use-bug-macro' | Junio C Hamano | 1 | -1/+1 |
| 2018-05-29 | help: add --config to list all available config | Nguyễn Thái Ngọc Duy | 1 | -0/+3 |
| 2018-05-29 | Add and use generic name->id mapping code for color slot parsing | Nguyễn Thái Ngọc Duy | 1 | -18/+10 |
| 2018-05-24 | Use OPT_SET_INT_F() for cmdline option specification | Nguyễn Thái Ngọc Duy | 1 | -2/+2 |
| 2018-05-08 | Merge branch 'ot/libify-get-ref-atom-value' | Junio C Hamano | 1 | -2/+5 |
| 2018-05-06 | Replace all die("BUG: ...") calls by BUG() ones | Johannes Schindelin | 1 | -1/+1 |
| 2018-04-10 | Merge branch 'bc/object-id' | Junio C Hamano | 1 | -1/+1 |
| 2018-03-29 | ref-filter: start adding strbufs with errors | Olga Telezhnaya | 1 | -2/+5 |
| 2018-03-14 | Convert find_unique_abbrev* to struct object_id | brian m. carlson | 1 | -1/+1 |
| 2018-02-09 | completion: use __gitcomp_builtin in _git_branch | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2018-02-09 | parse-options: let OPT__FORCE take optional flags argument | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2017-12-27 | Merge branch 'ks/branch-cleanup' | Junio C Hamano | 1 | -6/+13 |
| 2017-12-07 | builtin/branch: strip refs/heads/ using skip_prefix | Kaartic Sivaraam | 1 | -4/+11 |
| 2017-12-07 | branch: update warning message shown when copying a misnamed branch | Kaartic Sivaraam | 1 | -1/+1 |
| 2017-12-07 | branch: group related arguments of create_branch() | Kaartic Sivaraam | 1 | -1/+1 |
| 2017-11-28 | Merge branch 'ma/branch-list-paginate' | Junio C Hamano | 1 | -0/+3 |
| 2017-11-28 | Merge branch 'jc/branch-name-sanity' | Junio C Hamano | 1 | -7/+4 |
| 2017-11-20 | branch: change default of `pager.branch` to "on" | Martin Ågren | 1 | -1/+1 |
| 2017-11-20 | branch: respect `pager.branch` in list-mode only | Martin Ågren | 1 | -0/+3 |
| 2017-11-15 | builtin/branch: remove redundant check for HEAD | Kaartic Sivaraam | 1 | -3/+0 |
| 2017-11-06 | refs: rename constant `REF_NODEREF` to `REF_NO_DEREF` | Michael Haggerty | 1 | -1/+1 |
| 2017-10-28 | Merge branch 'bc/object-id' into base | Michael Haggerty | 1 | -4/+4 |
| 2017-10-18 | Merge branch 'jk/ref-filter-colors-fix' | Junio C Hamano | 1 | -1/+1 |
| 2017-10-17 | Revert "color: check color.ui in git_default_config()" | Jeff King | 1 | -1/+1 |
| 2017-10-16 | refs: convert resolve_refdup and refs_resolve_refdup to struct object_id | brian m. carlson | 1 | -3/+3 |
| 2017-10-16 | refs: convert delete_ref and refs_delete_ref to struct object_id | brian m. carlson | 1 | -1/+1 |
| 2017-10-13 | branch: split validate_new_branchname() into two | Junio C Hamano | 1 | -4/+4 |
| 2017-10-07 | Merge branch 'ks/branch-tweak-error-message-for-extra-args' | Junio C Hamano | 1 | -3/+3 |
| 2017-10-07 | Merge branch 'sb/branch-avoid-repeated-strbuf-release' | Junio C Hamano | 1 | -2/+3 |
| 2017-10-05 | Merge branch 'rs/cleanup-strbuf-users' | Junio C Hamano | 1 | -1/+1 |
| 2017-10-04 | branch: reset instead of release a strbuf | Stefan Beller | 1 | -2/+3 |
| 2017-10-04 | branch: change the error messages to be more meaningful | Kaartic Sivaraam | 1 | -3/+3 |
| 2017-10-03 | Merge branch 'sd/branch-copy' | Junio C Hamano | 1 | -15/+47 |
| 2017-10-02 | use strbuf_addstr() for adding strings to strbufs | René Scharfe | 1 | -1/+1 |
| 2017-09-24 | branch: fix "copy" to never touch HEAD | Junio C Hamano | 1 | -6/+3 |
| 2017-08-17 | builtin/branch: stop supporting the "--set-upstream" option | Kaartic Sivaraam | 1 | -22/+3 |
| 2017-07-13 | ref-filter: consult want_color() before emitting colors | Jeff King | 1 | -0/+1 |
| 2017-07-13 | color: check color.ui in git_default_config() | Jeff King | 1 | -1/+1 |
| 2017-07-13 | ref-filter: abstract ref format into its own struct | Jeff King | 1 | -7/+7 |
| 2017-07-13 | check return value of verify_ref_format() | Jeff King | 1 | -1/+3 |
| 2017-07-12 | Merge branch 'kn/ref-filter-branch-list' | Junio C Hamano | 1 | -6/+9 |