| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-01-19 | refs: convert MERGE_AUTOSTASH to become a normal pseudo-ref | Patrick Steinhardt | 1 | -1/+1 |
| 2024-01-08 | Merge branch 'en/header-cleanup' | Junio C Hamano | 1 | -8/+0 |
| 2024-01-02 | Merge branch 'la/trailer-cleanups' | Junio C Hamano | 1 | -1/+1 |
| 2023-12-26 | treewide: remove unnecessary includes in source files | Elijah Newren | 1 | -8/+0 |
| 2023-10-30 | Merge branch 'jc/commit-new-underscore-index-fix' | Junio C Hamano | 1 | -4/+4 |
| 2023-10-20 | commit: ignore_non_trailer computes number of bytes to ignore | Linus Arver | 1 | -1/+1 |
| 2023-10-17 | commit: do not use cryptic "new_index" in end-user facing messages | Junio C Hamano | 1 | -4/+4 |
| 2023-07-08 | Merge branch 'js/empty-index-fixes' | Junio C Hamano | 1 | -5/+2 |
| 2023-07-06 | Merge branch 'gc/config-context' | Junio C Hamano | 1 | -8/+12 |
| 2023-07-06 | Merge branch 'cw/strbuf-cleanup' | Junio C Hamano | 1 | -1/+1 |
| 2023-06-29 | Merge branch 'en/header-split-cache-h-part-3' | Junio C Hamano | 1 | -3/+7 |
| 2023-06-29 | commit -a -m: allow the top-level tree to become empty again | Johannes Schindelin | 1 | -5/+2 |
| 2023-06-28 | config: pass kvi to die_bad_number() | Glen Choo | 1 | -4/+6 |
| 2023-06-28 | config: add ctx arg to config_fn_t | Glen Choo | 1 | -4/+6 |
| 2023-06-26 | Merge branch 'jk/commit-use-no-divider-with-interpret-trailers' | Junio C Hamano | 1 | -1/+2 |
| 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-21 | read-cache*.h: move declarations for read-cache.c functions from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-06-21 | preload-index.h: move declarations for preload-index.c from elsewhere | Elijah Newren | 1 | -0/+1 |
| 2023-06-21 | sparse-index.h: move declarations for sparse-index.c from cache.h | Elijah Newren | 1 | -0/+1 |
| 2023-06-21 | add: modify add_files_to_cache() to avoid globals | Elijah Newren | 1 | -1/+2 |
| 2023-06-16 | commit: pass --no-divider to interpret-trailers | Jeff King | 1 | -1/+2 |
| 2023-06-12 | strbuf: remove global variable | Calvin Wan | 1 | -1/+1 |
| 2023-06-03 | surround %s with quotes when failed to lookup commit | Teng Long | 1 | -3/+3 |
| 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-11 | treewide: be explicit about dependence on advice.h | Elijah Newren | 1 | -0/+1 |
| 2023-04-04 | Merge branch 'ab/remove-implicit-use-of-the-repository' into en/header-split-... | Junio C Hamano | 1 | -13/+16 |
| 2023-03-28 | cocci: apply the "pretty.h" part of "the_repository.pending" | Ævar Arnfjörð Bjarmason | 1 | -5/+8 |
| 2023-03-28 | cocci: apply the "commit.h" part of "the_repository.pending" | Ævar Arnfjörð Bjarmason | 1 | -4/+4 |
| 2023-03-28 | cocci: apply the "cache.h" part of "the_repository.pending" | Ævar Arnfjörð Bjarmason | 1 | -4/+4 |
| 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-17 | Merge branch 'jc/gpg-lazy-init' | Junio C Hamano | 1 | -4/+0 |
| 2023-02-10 | cocci & cache.h: remove "USE_THE_INDEX_COMPATIBILITY_MACROS" | Ævar Arnfjörð Bjarmason | 1 | -3/+3 |
| 2023-02-10 | cache-tree API: remove redundant update_main_cache_tree() | Ævar Arnfjörð Bjarmason | 1 | -5/+5 |
| 2023-02-10 | cocci & cache.h: fully apply "active_nr" part of index-compatibility | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2023-02-09 | gpg-interface: lazily initialize and read the configuration | Junio C Hamano | 1 | -4/+0 |
| 2022-12-14 | Merge branch 'ab/various-leak-fixes' | Junio C Hamano | 1 | -5/+8 |
| 2022-11-21 | built-ins: use free() not UNLEAK() if trivial, rm dead code | Ævar Arnfjörð Bjarmason | 1 | -3/+3 |
| 2022-11-21 | commit: discard partial cache before (re-)reading it | Ævar Arnfjörð Bjarmason | 1 | -2/+5 |
| 2022-11-21 | cocci: apply "pending" index-compatibility to some "builtin/*.c" | Ævar Arnfjörð Bjarmason | 1 | -18/+22 |
| 2022-11-21 | cocci & cache.h: apply variable section of "pending" index-compatibility | Ævar Arnfjörð Bjarmason | 1 | -8/+8 |
| 2022-11-21 | cocci & cache.h: apply a selection of "pending" index-compatibility | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2022-11-21 | cocci & cache.h: remove rarely used "the_index" compat macros | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2022-10-28 | Merge branch 'ab/doc-synopsis-and-cmd-usage' | Junio C Hamano | 1 | -2/+9 |
| 2022-10-13 | doc txt & -h consistency: make "commit" consistent | Ævar Arnfjörð Bjarmason | 1 | -1/+8 |
| 2022-10-13 | doc txt & -h consistency: use "[<label>...]" for "zero or more" | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2022-10-06 | commit: avoid writing to global in option callback | Jeff King | 1 | -2/+2 |
| 2022-06-07 | Merge branch 'ab/plug-leak-in-revisions' | Junio C Hamano | 1 | -3/+3 |
| 2022-05-23 | Merge branch 'ab/commit-plug-leaks' | Junio C Hamano | 1 | -3/+6 |
| 2022-05-20 | Merge branch 'ep/maint-equals-null-cocci' | Junio C Hamano | 1 | -1/+1 |
| 2022-05-12 | commit: fix "author_ident" leak | Junio C Hamano | 1 | -3/+6 |
| 2022-05-02 | Merge branch 'ep/maint-equals-null-cocci' for maint-2.35 | Junio C Hamano | 1 | -1/+1 |
| 2022-05-02 | tree-wide: apply equals-null.cocci | Junio C Hamano | 1 | -1/+1 |
| 2022-04-13 | revisions API: have release_revisions() release "mailmap" | Ævar Arnfjörð Bjarmason | 1 | -3/+2 |
| 2022-04-13 | revisions API users: add straightforward release_revisions() | Ævar Arnfjörð Bjarmason | 1 | -0/+1 |
| 2022-03-07 | hooks: fix an obscure TOCTOU "did we just run a hook?" race | Ævar Arnfjörð Bjarmason | 1 | -7/+11 |
| 2022-02-25 | Merge branch 'ab/date-mode-release' | Junio C Hamano | 1 | -0/+1 |
| 2022-02-16 | date API: create a date.h, split from cache.h | Ævar Arnfjörð Bjarmason | 1 | -0/+1 |
| 2022-02-04 | i18n: factorize more 'incompatible options' messages | Jean-Noël Avila | 1 | -20/+15 |
| 2022-01-05 | i18n: turn even more messages into "cannot be used together" ones | Jean-Noël Avila | 1 | -4/+5 |
| 2022-01-05 | i18n: factorize "--foo requires --bar" and the like | Jean-Noël Avila | 1 | -1/+1 |
| 2022-01-05 | i18n: turn "options are incompatible" into "cannot be used together" | Jean-Noël Avila | 1 | -3/+3 |
| 2021-09-27 | hook.c users: use "hook_exists()" instead of "find_hook()" | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2021-09-27 | hook.[ch]: move find_hook() from run-command.c to hook.c | Ævar Arnfjörð Bjarmason | 1 | -0/+1 |
| 2021-09-10 | Merge branch 'ab/retire-advice-config' | Junio C Hamano | 1 | -2/+2 |
| 2021-08-25 | advice: remove read uses of most global `advice_` variables | Ben Boeckel | 1 | -2/+2 |
| 2021-08-15 | commit: restore --edit when combined with --fixup | Joel Klinghed | 1 | -2/+3 |
| 2021-08-04 | Merge branch 'ds/commit-and-checkout-with-sparse-index' | Junio C Hamano | 1 | -0/+3 |
| 2021-07-28 | Merge branch 'ds/status-with-sparse-index' | Junio C Hamano | 1 | -0/+3 |
| 2021-07-14 | commit: integrate with sparse-index | Derrick Stolee | 1 | -0/+3 |
| 2021-07-14 | status: use sparse-index throughout | Derrick Stolee | 1 | -0/+3 |
| 2021-07-09 | commit: remove irrelavent prompt on `--allow-empty-message` | Hu Jialun | 1 | -9/+16 |
| 2021-07-09 | commit: reorganise commit hint strings | Hu Jialun | 1 | -10/+10 |
| 2021-04-30 | Merge branch 'ds/sparse-index-protections' | Junio C Hamano | 1 | -0/+4 |
| 2021-04-14 | commit: ensure full index | Derrick Stolee | 1 | -0/+4 |
| 2021-04-07 | Merge branch 'zh/commit-trailer' | Junio C Hamano | 1 | -0/+22 |
| 2021-03-26 | Merge branch 'cm/rebase-i-fixup-amend-reword' | Junio C Hamano | 1 | -10/+112 |
| 2021-03-23 | commit: add --trailer option | ZheNing Hu | 1 | -0/+22 |
| 2021-03-15 | commit: add a reword suboption to --fixup | Charvi Mendiratta | 1 | -6/+25 |
| 2021-03-15 | commit: add amend suboption to --fixup to create amend! commit | Charvi Mendiratta | 1 | -10/+93 |
| 2021-01-12 | shortlog: remove unused(?) "repo-abbrev" feature | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
| 2020-10-20 | Documentation: stylistically normalize references to Signed-off-by: | Bradley M. Kuhn | 1 | -1/+1 |
| 2020-09-30 | drop unused argc parameters | Jeff King | 1 | -6/+6 |
| 2020-09-25 | Merge branch 'ds/maintenance-part-1' | Junio C Hamano | 1 | -1/+1 |
| 2020-09-17 | maintenance: replace run_auto_gc() | Derrick Stolee | 1 | -1/+1 |
| 2020-09-03 | Merge branch 'pw/rebase-i-more-options' | Junio C Hamano | 1 | -2/+2 |
| 2020-08-21 | builtin/commit: suggest update-ref for pseudoref removal | Han-Wen Nienhuys | 1 | -14/+12 |
| 2020-08-17 | am: stop exporting GIT_COMMITTER_DATE | Phillip Wood | 1 | -2/+2 |
| 2020-07-30 | strvec: rename struct fields | Jeff King | 1 | -1/+1 |
| 2020-07-28 | strvec: convert builtin/ callers away from argv_array name | Jeff King | 1 | -3/+3 |
| 2020-05-13 | Merge branch 'jc/auto-gc-quiet' | Junio C Hamano | 1 | -2/+1 |
| 2020-05-07 | auto-gc: pass --quiet down from am, commit, merge and rebase | Junio C Hamano | 1 | -2/+1 |
| 2020-05-05 | Merge branch 'dl/opt-callback-cleanup' | Junio C Hamano | 1 | -4/+4 |
| 2020-05-01 | Merge branch 'ds/blame-on-bloom' | Junio C Hamano | 1 | -3/+1 |
| 2020-04-29 | Merge branch 'dl/merge-autostash' | Junio C Hamano | 1 | -0/+2 |
| 2020-04-28 | Use OPT_CALLBACK and OPT_CALLBACK_F | Denton Liu | 1 | -4/+4 |
| 2020-04-16 | tests: write commit-graph with Bloom filters | Derrick Stolee | 1 | -3/+1 |
| 2020-04-10 | merge: teach --autostash option | Denton Liu | 1 | -0/+2 |
| 2020-03-26 | Merge branch 'bc/sha-256-part-1-of-4' | Junio C Hamano | 1 | -1/+1 |
| 2020-03-25 | Merge branch 'pw/advise-rebase-skip' | Junio C Hamano | 1 | -16/+24 |
| 2020-02-24 | commit: use expected signature header for SHA-256 | brian m. carlson | 1 | -1/+1 |
| 2020-02-14 | Merge branch 'tb/commit-graph-object-dir' | Junio C Hamano | 1 | -1/+1 |
| 2020-02-05 | Merge branch 'js/patch-mode-in-others-in-c' | Junio C Hamano | 1 | -2/+6 |
| 2020-02-04 | commit-graph.h: store an odb in 'struct write_commit_graph_context' | Taylor Blau | 1 | -1/+1 |
| 2020-01-22 | Merge branch 'hw/commit-advise-while-rejecting' | Junio C Hamano | 1 | -0/+1 |
| 2019-12-25 | Merge branch 'am/pathspec-from-file' | Junio C Hamano | 1 | -0/+3 |
| 2019-12-21 | commit --interactive: make it work with the built-in `add -i` | Johannes Schindelin | 1 | -2/+6 |
| 2019-12-19 | commit: honor advice.statusHints when rejecting an empty commit | Heba Waly | 1 | -0/+1 |
| 2019-12-18 | commit: forbid --pathspec-from-file --all | Alexandr Miloslavskiy | 1 | -0/+3 |
| 2019-12-16 | Merge branch 'rs/commit-export-env-simplify' | Junio C Hamano | 1 | -1/+1 |
| 2019-12-10 | Merge branch 'am/pathspec-from-file' | Junio C Hamano | 1 | -4/+21 |
| 2019-12-09 | commit: use strbuf_add() to add a length-limited string | René Scharfe | 1 | -1/+1 |
| 2019-12-06 | commit: give correct advice for empty commit during a rebase | Phillip Wood | 1 | -5/+19 |
| 2019-12-06 | commit: encapsulate determine_whence() for sequencer | Phillip Wood | 1 | -4/+1 |
| 2019-12-06 | commit: use enum value for multiple cherry-picks | Phillip Wood | 1 | -14/+11 |
| 2019-11-20 | commit: support the --pathspec-from-file option | Alexandr Miloslavskiy | 1 | -4/+21 |
| 2019-11-10 | Merge branch 'pw/post-commit-from-sequencer' | Junio C Hamano | 1 | -22/+0 |
| 2019-10-16 | move run_commit_hook() to libgit and use it there | Phillip Wood | 1 | -22/+0 |
| 2019-08-19 | wt-status: convert struct wt_status to object_id | brian m. carlson | 1 | -2/+2 |
| 2019-07-29 | Merge branch 'ds/close-object-store' into maint | Junio C Hamano | 1 | -2/+3 |
| 2019-07-19 | Merge branch 'ra/cherry-pick-revert-skip' | Junio C Hamano | 1 | -5/+8 |
| 2019-07-19 | Merge branch 'ds/commit-graph-incremental' | Junio C Hamano | 1 | -1/+1 |
| 2019-07-09 | Merge branch 'jh/status-aheadbehind' | Junio C Hamano | 1 | -1/+18 |
| 2019-07-09 | Merge branch 'nd/switch-and-restore' | Junio C Hamano | 1 | -2/+2 |
| 2019-07-09 | Merge branch 'ds/commit-graph-write-refactor' | Junio C Hamano | 1 | -2/+3 |
| 2019-07-02 | cherry-pick/revert: advise using --skip | Rohit Ashiwal | 1 | -5/+8 |
| 2019-06-21 | status: ignore status.aheadbehind in porcelain formats | Jeff Hostetler | 1 | -4/+6 |
| 2019-06-21 | status: add status.aheadbehind setting | Jeff Hostetler | 1 | -1/+16 |
| 2019-06-19 | commit-graph: create options for split files | Derrick Stolee | 1 | -1/+1 |
| 2019-06-12 | commit-graph: collapse parameters into flags | Derrick Stolee | 1 | -1/+1 |
| 2019-06-12 | commit-graph: return with errors during write | Derrick Stolee | 1 | -2/+3 |
| 2019-05-13 | Merge branch 'pw/clean-sequencer-state-upon-final-commit' | Junio C Hamano | 1 | -2/+1 |
| 2019-05-09 | Merge branch 'dl/merge-cleanup-scissors-fix' | Junio C Hamano | 1 | -29/+20 |
| 2019-05-07 | doc: promote "git restore" | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2019-04-25 | Merge branch 'nd/commit-a-with-paths-msg-update' | Junio C Hamano | 1 | -1/+2 |
| 2019-04-18 | merge: add scissors line on merge conflict | Denton Liu | 1 | -5/+17 |
| 2019-04-18 | parse-options.h: extract common --cleanup option | Denton Liu | 1 | -1/+1 |
| 2019-04-18 | commit: extract cleanup_mode functions to sequencer | Denton Liu | 1 | -23/+2 |
| 2019-04-17 | commit/reset: try to clean up sequencer state | Phillip Wood | 1 | -2/+1 |
| 2019-03-22 | commit: improve error message in "-a <paths>" case | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
| 2019-03-20 | report_path_error(): drop unused prefix parameter | Jeff King | 1 | -3/+3 |
| 2019-03-07 | Merge branch 'nd/completion-more-parameters' | Junio C Hamano | 1 | -0/+8 |
| 2019-03-07 | Merge branch 'wh/author-committer-ident-config' | Junio C Hamano | 1 | -1/+2 |
| 2019-02-20 | completion: add more parameter value completion | Nguyễn Thái Ngọc Duy | 1 | -0/+8 |
| 2019-02-06 | Merge branch 'nd/the-index-final' | Junio C Hamano | 1 | -3/+4 |
| 2019-02-04 | config: allow giving separate author and committer idents | William Hubbs | 1 | -1/+2 |
| 2019-01-29 | Merge branch 'jk/save-getenv-result' | Junio C Hamano | 1 | -1/+2 |
| 2019-01-24 | cache.h: flip NO_THE_INDEX_COMPATIBILITY_MACROS switch | Nguyễn Thái Ngọc Duy | 1 | -0/+1 |
| 2019-01-14 | read-cache.c: replace update_index_if_able with repo_& | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2019-01-14 | read-cache.c: kill read_index() | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2019-01-14 | notes-utils.c: remove the_repository references | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2019-01-11 | commit: copy saved getenv() result | Jeff King | 1 | -1/+2 |
| 2019-01-04 | Merge branch 'nd/the-index' | Junio C Hamano | 1 | -3/+5 |
| 2018-11-18 | Merge branch 'jk/unused-parameter-fixes' | Junio C Hamano | 1 | -1/+4 |
| 2018-11-12 | diff-lib.c: remove the_repository references | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
| 2018-11-12 | sequencer.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -1/+2 |
| 2018-11-12 | wt-status.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2018-11-06 | assert NOARG/NONEG behavior of parse-options callbacks | Jeff King | 1 | -0/+3 |
| 2018-11-06 | status: mark --find-renames option with NONEG | Jeff King | 1 | -1/+1 |
| 2018-11-06 | refresh_index: remove unnecessary calls to preload_index() | Ben Peart | 1 | -1/+1 |
| 2018-10-19 | Merge branch 'nd/status-refresh-progress' | Junio C Hamano | 1 | -2/+8 |
| 2018-10-19 | Merge branch 'ss/wt-status-committable' | Junio C Hamano | 1 | -9/+12 |
| 2018-10-19 | Merge branch 'nd/the-index' | Junio C Hamano | 1 | -2/+2 |
| 2018-10-16 | Merge branch 'en/status-multiple-renames-to-the-same-target-fix' | Junio C Hamano | 1 | -0/+1 |
| 2018-10-16 | Merge branch 'ab/commit-graph-progress' | Junio C Hamano | 1 | -1/+1 |
| 2018-10-03 | roll wt_status_state into wt_status and populate in the collect phase | Stephen P. Smith | 1 | -0/+3 |
| 2018-09-27 | commit: fix erroneous BUG, 'multiple renames on the same target? how?' | Elijah Newren | 1 | -0/+1 |
| 2018-09-21 | revision.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2018-09-21 | rerere.c: remove implicit dependency on the_index | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2018-09-17 | Merge branch 'ds/commit-graph-tests' | Junio C Hamano | 1 | -0/+4 |
| 2018-09-17 | Merge branch 'ds/reachable' | Junio C Hamano | 1 | -0/+1 |
| 2018-09-17 | status: show progress bar if refreshing the index takes too long | Nguyễn Thái Ngọc Duy | 1 | -2/+8 |
| 2018-09-07 | wt-status: rename commitable to committable | Stephen P. Smith | 1 | -9/+9 |
| 2018-08-29 | commit-graph: define GIT_TEST_COMMIT_GRAPH | Derrick Stolee | 1 | -0/+4 |
| 2018-08-20 | Merge branch 'nd/no-the-index' | Junio C Hamano | 1 | -1/+1 |
| 2018-08-15 | Merge branch 'nd/i18n' | Junio C Hamano | 1 | -3/+3 |
| 2018-08-13 | dir.c: remove an implicit dependency on the_index in pathspec code | Nguyễn Thái Ngọc Duy | 1 | -1/+1 |
| 2018-07-23 | Update messages in preparation for i18n | Nguyễn Thái Ngọc Duy | 1 | -3/+3 |
| 2018-07-20 | commit.h: remove method declarations | Derrick Stolee | 1 | -0/+1 |
| 2018-07-18 | Merge branch 'sb/object-store-grafts' | Junio C Hamano | 1 | -19/+19 |
| 2018-06-29 | Merge branch 'sb/object-store-grafts' into sb/object-store-lookup | Junio C Hamano | 1 | -19/+19 |
| 2018-06-25 | Merge branch 'nd/complete-config-vars' | Junio C Hamano | 1 | -18/+18 |
| 2018-05-30 | Merge branch 'bp/status-rename-config' | Junio C Hamano | 1 | -0/+42 |
| 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/+15 |
| 2018-05-18 | path.c: migrate global git_path_* to take a repository argument | Stefan Beller | 1 | -19/+19 |
| 2018-05-13 | add status config and command line options for rename detection | Ben Peart | 1 | -0/+42 |
| 2018-05-06 | Replace all die("BUG: ...") calls by BUG() ones | Johannes Schindelin | 1 | -1/+1 |
| 2018-05-06 | wt-status: use settings from git_diff_ui_config | Eckhard S. Maaß | 1 | -1/+1 |
| 2018-04-25 | Merge branch 'bw/commit-partial-from-subdirectory-fix' | Junio C Hamano | 1 | -2/+1 |
| 2018-04-05 | commit: allow partial commits with relative paths | Brandon Williams | 1 | -2/+1 |
| 2018-03-21 | Merge branch 'ma/skip-writing-unchanged-index' | Junio C Hamano | 1 | -7/+3 |
| 2018-03-08 | Merge branch 'ab/gc-auto-in-commit' | Junio C Hamano | 1 | -0/+2 |
| 2018-03-08 | Merge branch 'jh/status-no-ahead-behind' | Junio C Hamano | 1 | -0/+7 |
| 2018-03-01 | write_locked_index(): add flag to avoid writing unchanged index | Martin Ågren | 1 | -7/+3 |
| 2018-03-01 | commit: run git gc --auto just before the post-commit hook | Ævar Arnfjörð Bjarmason | 1 | -0/+2 |
| 2018-02-27 | Merge branch 'ab/commit-m-with-fixup' into maint | Junio C Hamano | 1 | -3/+5 |