| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-04-17 | global: use designated initializers for options | Patrick Steinhardt | 1 | -14/+48 |
| 2025-02-28 | path: drop `git_path()` in favor of `repo_git_path()` | Patrick Steinhardt | 1 | -3/+5 |
| 2025-01-29 | Merge branch 'ja/doc-commit-markup-updates' | Junio C Hamano | 1 | -1/+1 |
| 2025-01-17 | builtins: send usage_with_options() help text to standard output | Junio C Hamano | 1 | -4/+4 |
| 2025-01-15 | doc: the mode param of -u of git commit is optional | Jean-Noël Avila | 1 | -1/+1 |
| 2024-12-06 | global: mark code units that generate warnings with `-Wsign-compare` | Patrick Steinhardt | 1 | -0/+3 |
| 2024-11-04 | builtin/commit: fix leaking cleanup config | Patrick Steinhardt | 1 | -5/+12 |
| 2024-11-04 | builtin/commit: fix leaking change data contents | Patrick Steinhardt | 1 | -1/+8 |
| 2024-09-23 | Merge branch 'jc/pass-repo-to-builtins' | Junio C Hamano | 1 | -4/+10 |
| 2024-09-13 | add: pass in repo variable instead of global the_repository | John Cai | 1 | -1/+1 |
| 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 | -2/+8 |
| 2024-09-12 | environment: make `get_index_file()` accept a repository | Patrick Steinhardt | 1 | -3/+3 |
| 2024-09-12 | environment: make `get_git_dir()` accept a repository | Patrick Steinhardt | 1 | -3/+4 |
| 2024-08-14 | config: fix leaking comment character config | Patrick Steinhardt | 1 | -2/+5 |
| 2024-07-31 | Merge branch 'tn/doc-commit-fix' | Junio C Hamano | 1 | -1/+1 |
| 2024-07-22 | doc: remove dangling closing parenthesis | Tomas Nordin | 1 | -1/+1 |
| 2024-07-08 | Merge branch 'ps/leakfixes-more' | Junio C Hamano | 1 | -3/+7 |
| 2024-06-11 | commit: fix leaking parents when calling `commit_tree_extended()` | Patrick Steinhardt | 1 | -1/+2 |
| 2024-06-11 | parse-options: fix leaks for users of OPT_FILENAME | Patrick Steinhardt | 1 | -2/+5 |
| 2024-06-07 | global: improve const correctness when assigning string constants | Patrick Steinhardt | 1 | -3/+3 |
| 2024-05-27 | config: clarify memory ownership in `git_config_string()` | Patrick Steinhardt | 1 | -1/+1 |
| 2024-05-27 | config: clarify memory ownership in `git_config_pathname()` | Patrick Steinhardt | 1 | -1/+1 |
| 2024-05-15 | Merge branch 'jp/tag-trailer' | Junio C Hamano | 1 | -17/+3 |
| 2024-05-07 | builtin/commit: refactor --trailer logic | John Passaro | 1 | -8/+2 |
| 2024-05-07 | builtin/commit: use ARGV macro to collect trailers | John Passaro | 1 | -9/+1 |
| 2024-04-18 | builtin: stop using `the_index` | Patrick Steinhardt | 1 | -41/+40 |
| 2024-04-15 | Merge branch 'gt/add-u-commit-i-pathspec-check' | Junio C Hamano | 1 | -1/+6 |
| 2024-04-05 | Merge branch 'jk/core-comment-string' | Junio C Hamano | 1 | -10/+11 |
| 2024-04-03 | builtin/commit: error out when passing untracked path with -i | Ghanshyam Thakkar | 1 | -1/+6 |
| 2024-04-03 | revision: optionally record matches with pathspec elements | Junio C Hamano | 1 | -1/+1 |
| 2024-03-28 | Merge branch 'jc/show-untracked-false' | Junio C Hamano | 1 | -19/+38 |
| 2024-03-28 | Merge branch 'eb/hash-transition' | Junio C Hamano | 1 | -1/+1 |
| 2024-03-13 | status: allow --untracked=false and friends | Junio C Hamano | 1 | -2/+11 |
| 2024-03-13 | status: unify parsing of --untracked= and status.showUntrackedFiles | Junio C Hamano | 1 | -17/+27 |
| 2024-03-12 | prefer comment_line_str to comment_line_char for printing | Jeff King | 1 | -6/+6 |
| 2024-03-12 | strbuf: accept a comment string for strbuf_stripspace() | Jeff King | 1 | -1/+1 |
| 2024-03-12 | environment: store comment_line_char as a string | Jeff King | 1 | -2/+2 |
| 2024-03-12 | commit: refactor base-case of adjust_comment_line_char() | Jeff King | 1 | -2/+3 |
| 2024-03-07 | Merge branch 'jt/commit-redundant-scissors-fix' | Junio C Hamano | 1 | -7/+5 |
| 2024-03-07 | Merge branch 'js/merge-tree-3-trees' | Junio C Hamano | 1 | -1/+2 |
| 2024-02-27 | commit: unify logic to avoid multiple scissors lines when merging | Josh Triplett | 1 | -5/+3 |
| 2024-02-27 | commit: avoid redundant scissor line with --cleanup=scissors -v | Josh Triplett | 1 | -2/+2 |
| 2024-02-23 | Always check `parse_tree*()`'s return value | Johannes Schindelin | 1 | -1/+2 |
| 2024-02-08 | Merge branch 'en/header-cleanup' into maint-2.43 | Junio C Hamano | 1 | -8/+0 |
| 2024-02-08 | Merge branch 'la/trailer-cleanups' into maint-2.43 | Junio C Hamano | 1 | -1/+1 |
| 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-10-02 | tree-walk: init_tree_desc take an oid to get the hash algorithm | Eric W. Biederman | 1 | -1/+1 |
| 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 |