| Commit message (Expand) | Author | Files | Lines |
2021-12-08 | cbtree: remove broken and unused cb_unlink | Eric Wong | 2 | -33/+0 |
2021-12-06 | unpack-trees: use traverse_path instead of name | Derrick Stolee | 2 | -7/+9 |
2021-12-06 | t1092: add deeper changes during a checkout | Derrick Stolee | 1 | -1/+15 |
2021-12-05 | tests: set GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME only when needed | Johannes Schindelin | 17 | -50/+0 |
2021-12-05 | git-worktree.txt: add missing `-v` to synopsis for `worktree list` | Eric Sunshine | 1 | -1/+1 |
2021-12-05 | worktree: send "chatty" messages to stderr | Eric Sunshine | 4 | -33/+27 |
2021-12-05 | packfile: make `close_pack_revindex()` static | Taylor Blau | 2 | -2/+2 |
2021-12-05 | CodingGuidelines: document which output goes to stdout vs. stderr | Eric Sunshine | 1 | -0/+27 |
2021-12-02 | refs/debug: trim trailing LF from reflog message | Han-Wen Nienhuys | 1 | -2/+5 |
2021-12-02 | test-ref-store: tweaks to for-each-reflog-ent format | Han-Wen Nienhuys | 2 | -7/+11 |
2021-12-02 | t1405: check for_each_reflog_ent_reverse() more thoroughly | Han-Wen Nienhuys | 1 | -0/+1 |
2021-12-02 | test-ref-store: don't add newline to reflog message | Han-Wen Nienhuys | 3 | -8/+6 |
2021-12-02 | show-branch: show reflog message | Han-Wen Nienhuys | 2 | -5/+22 |
2021-12-02 | test-lib: make BAIL_OUT() work in tests and prereq | Fabian Stelzer | 1 | -4/+10 |
2021-12-01 | git-compat-util: add a test balloon for C99 support | brian m. carlson | 3 | -2/+15 |
2021-12-01 | object-file.c: LLP64 compatibility, upcast unity for left shift | Philip Oakley | 1 | -1/+1 |
2021-12-01 | diffcore-delta.c: LLP64 compatibility, upcast unity for left shift | Philip Oakley | 1 | -3/+3 |
2021-12-01 | repack.c: LLP64 compatibility, upcast unity for left shift | Philip Oakley | 1 | -1/+1 |
2021-12-01 | update documentation for new zdiff3 conflictStyle | Elijah Newren | 9 | -21/+50 |
2021-12-01 | xdiff: implement a zealous diff3, or "zdiff3" | Phillip Wood | 6 | -9/+155 |
2021-11-30 | sequencer: avoid adding exec commands for non-commit creating commands | Elijah Newren | 2 | -2/+7 |
2021-11-30 | The first batch to start the current cycle | Junio C Hamano | 1 | -4/+35 |
2021-11-30 | t1404: mark directory/file conflict tests with REFFILES | Han-Wen Nienhuys | 1 | -16/+16 |
2021-11-29 | unpack-trees: improve performance of next_cache_entry | Victoria Dye | 1 | -6/+17 |
2021-11-29 | reset: make --mixed sparse-aware | Victoria Dye | 2 | -2/+102 |
2021-11-29 | reset: make sparse-aware (except --mixed) | Victoria Dye | 4 | -13/+86 |
2021-11-29 | reset: integrate with sparse index | Victoria Dye | 2 | -3/+8 |
2021-11-29 | reset: expand test coverage for sparse checkouts | Victoria Dye | 2 | -0/+101 |
2021-11-29 | t/t*: remove custom GIT_TRACE2_EVENT_NESTING | Derrick Stolee | 5 | -9/+5 |
2021-11-29 | test-lib.sh: set GIT_TRACE2_EVENT_NESTING | Derrick Stolee | 1 | -0/+7 |
2021-11-29 | add -p: avoid use of undefined $key when ReadKey -> EOF | Carlo Marcelo Arenas Belón | 1 | -7/+9 |
2021-11-28 | refs: document callback for reflog-ent iterators | Junio C Hamano | 1 | -1/+23 |
2021-11-28 | mingw: avoid fallback for {local,gm}time_r() | Carlo Marcelo Arenas Belón | 2 | -1/+5 |
2021-11-26 | run-command API: remove "env" member, always use "env_array" | Ævar Arnfjörð Bjarmason | 8 | -42/+40 |
2021-11-26 | difftool: use "env_array" to simplify memory management | Ævar Arnfjörð Bjarmason | 1 | -10/+4 |
2021-11-26 | run-command API: remove "argv" member, always use "args" | Ævar Arnfjörð Bjarmason | 6 | -39/+33 |
2021-11-26 | run-command API users: use strvec_push(), not argv construction | Ævar Arnfjörð Bjarmason | 6 | -53/+31 |
2021-11-26 | run-command API users: use strvec_pushl(), not argv construction | Ævar Arnfjörð Bjarmason | 10 | -61/+29 |
2021-11-26 | run-command tests: use strvec_pushv(), not argv assignment | Ævar Arnfjörð Bjarmason | 1 | -4/+5 |
2021-11-26 | run-command API users: use strvec_pushv(), not argv assignment | Ævar Arnfjörð Bjarmason | 7 | -9/+10 |
2021-11-26 | upload-archive: use regular "struct child_process" pattern | Ævar Arnfjörð Bjarmason | 1 | -2/+3 |
2021-11-26 | worktree: stop being overly intimate with run_command() internals | Eric Sunshine | 1 | -4/+3 |
2021-11-26 | completion: add human and auto: date format | Yoichi Nakayama | 1 | -1/+1 |
2021-11-25 | sparse-index: update do_read_index to ensure correct sparsity | Victoria Dye | 2 | -0/+39 |
2021-11-25 | sparse-index: add ensure_correct_sparsity function | Victoria Dye | 2 | -4/+30 |
2021-11-25 | sparse-index: avoid unnecessary cache tree clearing | Victoria Dye | 1 | -11/+14 |
2021-11-25 | test-read-cache.c: prepare_repo_settings after config init | Victoria Dye | 1 | -2/+3 |
2021-11-25 | pager: fix crash when pager program doesn't exist | Enzo Matsumiya | 2 | -1/+8 |
2021-11-24 | Git 2.34.1v2.34.1 | Junio C Hamano | 3 | -2/+25 |
2021-11-24 | CI: don't run "make test" twice in one job | Ævar Arnfjörð Bjarmason | 2 | -12/+20 |