summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* t/chainlint/one-liner: avoid overly intimate chainlint.sed knowledgeEric Sunshine2021-12-132-2/+2
* t/chainlint/*.test: generalize self-test commentaryEric Sunshine2021-12-136-9/+6
* t/chainlint/*.test: fix invalid test cases due to mixing quote typesEric Sunshine2021-12-1320-70/+38
* t/chainlint/*.test: don't use invalid shell syntaxEric Sunshine2021-12-133-4/+6
* The second batchJunio C Hamano2021-12-101-0/+99
* Merge branch 'en/rebase-x-fix'Junio C Hamano2021-12-102-2/+7
|\
| * sequencer: avoid adding exec commands for non-commit creating commandsElijah Newren2021-11-302-2/+7
* | Merge branch 'cb/add-p-single-key-fix'Junio C Hamano2021-12-101-7/+9
|\ \
| * | add -p: avoid use of undefined $key when ReadKey -> EOFCarlo Marcelo Arenas Belón2021-11-291-7/+9
* | | Merge branch 'cb/mingw-gmtime-r'Junio C Hamano2021-12-102-1/+5
|\ \ \
| * | | mingw: avoid fallback for {local,gm}time_r()Carlo Marcelo Arenas Belón2021-11-282-1/+5
| | |/ | |/|
* | | Merge branch 'yn/complete-date-format-options'Junio C Hamano2021-12-101-1/+1
|\ \ \
| * | | completion: add human and auto: date formatYoichi Nakayama2021-11-261-1/+1
* | | | Merge branch 'em/missing-pager'Junio C Hamano2021-12-102-1/+8
|\ \ \ \
| * | | | pager: fix crash when pager program doesn't existEnzo Matsumiya2021-11-252-1/+8
| | |/ / | |/| |
* | | | Merge branch 'mp/absorb-submodule-git-dir-upon-deinit'Junio C Hamano2021-12-102-16/+16
|\ \ \ \
| * | | | submodule: absorb git dir instead of dying on deinitMugdha Pattnaik2021-11-192-16/+16
* | | | | Merge branch 'bc/require-c99'Junio C Hamano2021-12-103-2/+15
|\ \ \ \ \
| * | | | | git-compat-util: add a test balloon for C99 supportbrian m. carlson2021-12-013-2/+15
* | | | | | Merge branch 'hn/create-reflog-simplify'Junio C Hamano2021-12-1010-21/+16
|\ \ \ \ \ \
| * | | | | | refs: drop force_create argument of create_reflog APIHan-Wen Nienhuys2021-11-2210-21/+16
* | | | | | | Merge branch 'jt/midx-doc-fix'Junio C Hamano2021-12-101-5/+0
|\ \ \ \ \ \ \
| * | | | | | | Doc: no midx and partial clone relationJonathan Tan2021-11-221-5/+0
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'jk/t7006-sigpipe-tests-fix'Junio C Hamano2021-12-102-50/+23
|\ \ \ \ \ \ \
| * | | | | | | t7006: simplify exit-code checks for sigpipe testsJeff King2021-11-231-17/+5
| * | | | | | | t7006: clean up SIGPIPE handling in trace2 testsJeff King2021-11-231-28/+14
| * | | | | | | run-command: unify signal and regular logic for wait_or_whine()Jeff King2021-11-232-11/+10
* | | | | | | | Merge branch 'jk/refs-g11-workaround'Junio C Hamano2021-12-101-0/+7
|\ \ \ \ \ \ \ \
| * | | | | | | | refs: work around gcc-11 warning with REF_HAVE_NEWJeff King2021-11-191-0/+7
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'jk/fetch-pack-avoid-sigpipe-to-index-pack'Junio C Hamano2021-12-101-0/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | fetch-pack: ignore SIGPIPE when writing to index-packJeff King2021-11-191-0/+5
| |/ / / / / / /
* | | | | | | | Merge branch 'hk/ci-checkwhitespace-commentfix'Junio C Hamano2021-12-101-2/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | ci(check-whitespace): update stale file top commentsHans Krentel (hakre)2021-11-191-2/+3
| |/ / / / / / /
* | | | | | | | Merge branch 'vd/sparse-reset'Junio C Hamano2021-12-108-37/+356
|\ \ \ \ \ \ \ \
| * | | | | | | | unpack-trees: improve performance of next_cache_entryVictoria Dye2021-11-291-6/+17
| * | | | | | | | reset: make --mixed sparse-awareVictoria Dye2021-11-292-2/+102
| * | | | | | | | reset: make sparse-aware (except --mixed)Victoria Dye2021-11-294-13/+86
| * | | | | | | | reset: integrate with sparse indexVictoria Dye2021-11-292-3/+8
| * | | | | | | | reset: expand test coverage for sparse checkoutsVictoria Dye2021-11-292-0/+101
| * | | | | | | | sparse-index: update command for expand/collapse testVictoria Dye2021-10-281-1/+5
| * | | | | | | | reset: preserve skip-worktree bit in mixed resetVictoria Dye2021-10-283-14/+39
| * | | | | | | | reset: rename is_missing to !is_in_reset_treeVictoria Dye2021-10-081-3/+3
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'tl/midx-docfix'Junio C Hamano2021-12-101-6/+6
|\ \ \ \ \ \ \ \
| * | | | | | | | midx: fix a formatting issue in "multi-pack-index.txt"Teng Long2021-11-181-6/+6
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge branch 'po/size-t-for-vs'Junio C Hamano2021-12-103-5/+5
|\ \ \ \ \ \ \ \
| * | | | | | | | object-file.c: LLP64 compatibility, upcast unity for left shiftPhilip Oakley2021-12-011-1/+1
| * | | | | | | | diffcore-delta.c: LLP64 compatibility, upcast unity for left shiftPhilip Oakley2021-12-011-3/+3
| * | | | | | | | repack.c: LLP64 compatibility, upcast unity for left shiftPhilip Oakley2021-12-011-1/+1
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge branch 'rs/mergesort'Junio C Hamano2021-12-101-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | mergesort: avoid left shift overflowRené Scharfe2021-11-181-1/+1