summaryrefslogtreecommitdiffstats
path: root/reftable/constants.h (unfollow)
Commit message (Expand)AuthorFilesLines
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-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-23A bit more regression fixesJunio C Hamano1-0/+9
2021-11-23t7006: simplify exit-code checks for sigpipe testsJeff King1-17/+5
2021-11-23t7006: clean up SIGPIPE handling in trace2 testsJeff King1-28/+14
2021-11-23run-command: unify signal and regular logic for wait_or_whine()Jeff King2-11/+10
2021-11-23Revert "editor: save and reset terminal after calling EDITOR"Junio C Hamano1-8/+0
2021-11-22dir: revert "dir: select directories correctly"Derrick Stolee2-49/+22
2021-11-22Doc: no midx and partial clone relationJonathan Tan1-5/+0
2021-11-22refs: drop force_create argument of create_reflog APIHan-Wen Nienhuys10-21/+16
2021-11-220th batch for early fixesJunio C Hamano3-2/+27
2021-11-21test-lib: introduce required prereq for test runsFabian Stelzer2-0/+17