summaryrefslogtreecommitdiffstats
path: root/git-add--interactive.perl (unfollow)
Commit message (Expand)AuthorFilesLines
2021-12-08cbtree: remove broken and unused cb_unlinkEric Wong2-33/+0
2021-12-06unpack-trees: use traverse_path instead of nameDerrick Stolee2-7/+9
2021-12-06t1092: add deeper changes during a checkoutDerrick Stolee1-1/+15
2021-12-05tests: set GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME only when neededJohannes Schindelin17-50/+0
2021-12-05git-worktree.txt: add missing `-v` to synopsis for `worktree list`Eric Sunshine1-1/+1
2021-12-05worktree: send "chatty" messages to stderrEric Sunshine4-33/+27
2021-12-05packfile: make `close_pack_revindex()` staticTaylor Blau2-2/+2
2021-12-05CodingGuidelines: document which output goes to stdout vs. stderrEric Sunshine1-0/+27
2021-12-02refs/debug: trim trailing LF from reflog messageHan-Wen Nienhuys1-2/+5
2021-12-02test-ref-store: tweaks to for-each-reflog-ent formatHan-Wen Nienhuys2-7/+11
2021-12-02t1405: check for_each_reflog_ent_reverse() more thoroughlyHan-Wen Nienhuys1-0/+1
2021-12-02test-ref-store: don't add newline to reflog messageHan-Wen Nienhuys3-8/+6
2021-12-02show-branch: show reflog messageHan-Wen Nienhuys2-5/+22
2021-12-02test-lib: make BAIL_OUT() work in tests and prereqFabian Stelzer1-4/+10
2021-12-01git-compat-util: add a test balloon for C99 supportbrian m. carlson3-2/+15
2021-12-01object-file.c: LLP64 compatibility, upcast unity for left shiftPhilip Oakley1-1/+1
2021-12-01diffcore-delta.c: LLP64 compatibility, upcast unity for left shiftPhilip Oakley1-3/+3
2021-12-01repack.c: LLP64 compatibility, upcast unity for left shiftPhilip Oakley1-1/+1
2021-12-01update documentation for new zdiff3 conflictStyleElijah Newren9-21/+50
2021-12-01xdiff: implement a zealous diff3, or "zdiff3"Phillip Wood6-9/+155
2021-11-30sequencer: avoid adding exec commands for non-commit creating commandsElijah Newren2-2/+7
2021-11-30The first batch to start the current cycleJunio C Hamano1-4/+35
2021-11-30t1404: mark directory/file conflict tests with REFFILESHan-Wen Nienhuys1-16/+16
2021-11-29unpack-trees: improve performance of next_cache_entryVictoria Dye1-6/+17
2021-11-29reset: make --mixed sparse-awareVictoria Dye2-2/+102
2021-11-29reset: make sparse-aware (except --mixed)Victoria Dye4-13/+86
2021-11-29reset: integrate with sparse indexVictoria Dye2-3/+8
2021-11-29reset: expand test coverage for sparse checkoutsVictoria Dye2-0/+101
2021-11-29t/t*: remove custom GIT_TRACE2_EVENT_NESTINGDerrick Stolee5-9/+5
2021-11-29test-lib.sh: set GIT_TRACE2_EVENT_NESTINGDerrick Stolee1-0/+7
2021-11-29add -p: avoid use of undefined $key when ReadKey -> EOFCarlo Marcelo Arenas Belón1-7/+9
2021-11-28refs: document callback for reflog-ent iteratorsJunio C Hamano1-1/+23
2021-11-28mingw: avoid fallback for {local,gm}time_r()Carlo Marcelo Arenas Belón2-1/+5
2021-11-26run-command API: remove "env" member, always use "env_array"Ævar Arnfjörð Bjarmason8-42/+40
2021-11-26difftool: use "env_array" to simplify memory managementÆvar Arnfjörð Bjarmason1-10/+4
2021-11-26run-command API: remove "argv" member, always use "args"Ævar Arnfjörð Bjarmason6-39/+33
2021-11-26run-command API users: use strvec_push(), not argv constructionÆvar Arnfjörð Bjarmason6-53/+31
2021-11-26run-command API users: use strvec_pushl(), not argv constructionÆvar Arnfjörð Bjarmason10-61/+29
2021-11-26run-command tests: use strvec_pushv(), not argv assignmentÆvar Arnfjörð Bjarmason1-4/+5
2021-11-26run-command API users: use strvec_pushv(), not argv assignmentÆvar Arnfjörð Bjarmason7-9/+10
2021-11-26upload-archive: use regular "struct child_process" patternÆvar Arnfjörð Bjarmason1-2/+3
2021-11-26worktree: stop being overly intimate with run_command() internalsEric Sunshine1-4/+3
2021-11-26completion: add human and auto: date formatYoichi Nakayama1-1/+1
2021-11-25sparse-index: update do_read_index to ensure correct sparsityVictoria Dye2-0/+39
2021-11-25sparse-index: add ensure_correct_sparsity functionVictoria Dye2-4/+30
2021-11-25sparse-index: avoid unnecessary cache tree clearingVictoria Dye1-11/+14
2021-11-25test-read-cache.c: prepare_repo_settings after config initVictoria Dye1-2/+3
2021-11-25pager: fix crash when pager program doesn't existEnzo Matsumiya2-1/+8
2021-11-24Git 2.34.1v2.34.1Junio C Hamano3-2/+25
2021-11-24CI: don't run "make test" twice in one jobÆvar Arnfjörð Bjarmason2-12/+20