summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-12-01add -i: default to the built-in implementationJohannes Schindelin5-16/+11
2021-12-01t2016: require the PERL prereq only when necessaryJohannes Schindelin1-20/+22
2021-11-29sequencer: avoid adding exec commands for non-commit creating commandsElijah Newren2-2/+7
2021-11-29The first batch to start the current cycleJunio C Hamano1-4/+35
2021-11-29Merge branch 'mc/clean-smudge-with-llp64'Junio C Hamano11-19/+89
2021-11-29Merge branch 'ab/sh-retire-helper-functions'Junio C Hamano7-41/+14
2021-11-29Merge branch 'tb/plug-pack-bitmap-leaks'Junio C Hamano8-45/+84
2021-11-29Merge branch 'tp/send-email-completion'Junio C Hamano4-22/+54
2021-11-29Merge branch 'jc/unsetenv-returns-an-int'Junio C Hamano2-2/+4
2021-11-29Merge branch 'jc/fix-ref-sorting-parse'Junio C Hamano8-52/+95
2021-11-29Merge branch 'so/stash-staged'Junio C Hamano3-12/+113
2021-11-29Merge branch 'jc/tutorial-format-patch-base'Junio C Hamano1-9/+24
2021-11-29Merge branch 'ab/refs-errno-cleanup'Junio C Hamano10-143/+294
2021-11-29Merge branch 'ow/stash-count-in-status-porcelain-output'Junio C Hamano3-2/+46
2021-11-29Merge branch 'jk/loosen-urlmatch'Junio C Hamano2-2/+2
2021-11-29t1404: mark directory/file conflict tests with REFFILESHan-Wen Nienhuys1-16/+16
2021-11-29Merge branch 'vd/sparse-reset' into ld/sparse-diff-blameJunio C Hamano8-37/+356
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-28add -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-27mingw: avoid fallback for {local,gm}time_r()Carlo Marcelo Arenas Belón2-1/+5
2021-11-25run-command API: remove "env" member, always use "env_array"Ævar Arnfjörð Bjarmason8-42/+40
2021-11-25difftool: use "env_array" to simplify memory managementÆvar Arnfjörð Bjarmason1-10/+4
2021-11-25run-command API: remove "argv" member, always use "args"Ævar Arnfjörð Bjarmason6-39/+33
2021-11-25run-command API users: use strvec_push(), not argv constructionÆvar Arnfjörð Bjarmason6-53/+31
2021-11-25run-command API users: use strvec_pushl(), not argv constructionÆvar Arnfjörð Bjarmason10-61/+29
2021-11-25run-command tests: use strvec_pushv(), not argv assignmentÆvar Arnfjörð Bjarmason1-4/+5
2021-11-25run-command API users: use strvec_pushv(), not argv assignmentÆvar Arnfjörð Bjarmason7-9/+10
2021-11-25upload-archive: use regular "struct child_process" patternÆvar Arnfjörð Bjarmason1-2/+3
2021-11-25worktree: stop being overly intimate with run_command() internalsEric Sunshine1-4/+3
2021-11-25completion: add human and auto: date formatYoichi Nakayama1-1/+1
2021-11-24sparse-index: update do_read_index to ensure correct sparsityVictoria Dye2-0/+39
2021-11-24sparse-index: add ensure_correct_sparsity functionVictoria Dye2-4/+30
2021-11-24sparse-index: avoid unnecessary cache tree clearingVictoria Dye1-11/+14
2021-11-24test-read-cache.c: prepare_repo_settings after config initVictoria Dye1-2/+3
2021-11-24pager: fix crash when pager program doesn't existEnzo Matsumiya2-1/+8
2021-11-24Sync with 2.34.1Junio C Hamano1-0/+23
2021-11-24Git 2.34.1v2.34.1Junio C Hamano3-2/+25
2021-11-23CI: don't run "make test" twice in one jobÆvar Arnfjörð Bjarmason2-12/+20
2021-11-23CI: use "$runs_on_pool", not "$jobname" to select packages & configÆvar Arnfjörð Bjarmason3-28/+29