summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-02-23Merge branch 'bc/clarify-eol-attr'Junio C Hamano1-5/+6
2022-02-23Merge branch 'ds/mailmap'Junio C Hamano1-2/+3
2022-02-23Merge branch 'ah/log-no-graph'Junio C Hamano7-4/+105
2022-02-23Merge branch 'hw/t1410-adjust-test-for-reftable'Junio C Hamano1-2/+3
2022-02-23Merge branch 'ps/fetch-optim-with-commit-graph'Junio C Hamano2-14/+22
2022-02-23Merge branch 'sy/t0001-use-path-is-helper'Junio C Hamano1-1/+2
2022-02-23Merge branch 'bs/forbid-i18n-of-protocol-token-in-fetch-pack'Junio C Hamano1-2/+10
2022-02-23ls-files: support --recurse-submodules --stageJonathan Tan3-4/+20
2022-02-23tests: make the code more readableCOGONI Guillaume1-3/+6
2022-02-23tests: allow testing if a path is truly a file or a directoryCOGONI Guillaume2-3/+32
2022-02-23t/t3903-stash.sh: replace test [-d|-f] with test_path_is_*COGONI Guillaume1-3/+3
2022-02-23amend remaining usage strings according to style guideAbhradeep Chakraborty5-9/+9
2022-02-23help: don't print "\n" before single-section outputÆvar Arnfjörð Bjarmason2-2/+4
2022-02-23help: add --no-[external-commands|aliases] for use with --allÆvar Arnfjörð Bjarmason5-7/+66
2022-02-23help: error if [-a|-g|-c] and [-i|-m|-w] are combinedÆvar Arnfjörð Bjarmason2-6/+45
2022-02-23help: correct usage & behavior of "git help --all"Ævar Arnfjörð Bjarmason3-5/+8
2022-02-23help: note the option name on option incompatibilityÆvar Arnfjörð Bjarmason1-7/+8
2022-02-23help.c: split up list_all_cmds_help() functionÆvar Arnfjörð Bjarmason1-7/+20
2022-02-23help tests: test "git" and "git help [-a|-g] spacingÆvar Arnfjörð Bjarmason1-0/+45
2022-02-23help.c: use puts() instead of printf{,_ln}() for consistencyÆvar Arnfjörð Bjarmason1-3/+4
2022-02-23help doc: add missing "]" to "[-a|--all]"Ævar Arnfjörð Bjarmason1-1/+1
2022-02-23reftable: rename writer_stats to reftable_writer_statsHan-Wen Nienhuys3-7/+7
2022-02-23reftable: add test for length of disambiguating prefixHan-Wen Nienhuys1-0/+38
2022-02-23reftable: ensure that obj_id_len is >= 2 on writingHan-Wen Nienhuys2-1/+40
2022-02-23reftable: avoid writing empty keys at the block layerHan-Wen Nienhuys3-12/+23
2022-02-23reftable: add a test that verifies that writing empty keys failsHan-Wen Nienhuys1-0/+24
2022-02-23reftable: reject 0 object_id_lenHan-Wen Nienhuys1-0/+5
2022-02-23Documentation: object_id_len goes up to 31Han-Wen Nienhuys1-1/+1
2022-02-23add -p: disable stdin buffering when interactive.singlekey is setPhillip Wood1-0/+2
2022-02-23terminal: set VMIN and VTIME in non-canonical modePhillip Wood1-1/+9
2022-02-23terminal: pop signal handler when terminal is restoredPhillip Wood2-4/+21
2022-02-23terminal: always reset terminal when reading without echoPhillip Wood1-1/+1
2022-02-23t0003: avoid pipes with Git on LHSShubham Mishra1-3/+6
2022-02-23worktree: use 'worktree' over 'working tree'Derrick Stolee1-7/+7
2022-02-23worktree: use 'worktree' over 'working tree'Derrick Stolee1-12/+12
2022-02-23worktree: use 'worktree' over 'working tree'Derrick Stolee1-11/+11
2022-02-23worktree: use 'worktree' over 'working tree'Derrick Stolee1-14/+13
2022-02-23worktree: use 'worktree' over 'working tree'Derrick Stolee1-21/+21
2022-02-23worktree: use 'worktree' over 'working tree'Derrick Stolee1-44/+41
2022-02-23worktree: use 'worktree' over 'working tree'Derrick Stolee1-23/+27
2022-02-23worktree: extract checkout_worktree()Derrick Stolee1-11/+15
2022-02-23worktree: extract copy_sparse_checkout()Derrick Stolee1-15/+18
2022-02-23worktree: extract copy_filtered_worktree_config()Derrick Stolee1-39/+42
2022-02-23worktree: combine two translatable messagesDerrick Stolee1-2/+4
2022-02-21C99: remove hardcoded-out !HAVE_VARIADIC_MACROS codeÆvar Arnfjörð Bjarmason8-243/+64
2022-02-21git-compat-util.h: clarify GCC v.s. C99-specific in commentÆvar Arnfjörð Bjarmason1-3/+1
2022-02-20merge-ort: fix small memory leak in unique_path()Elijah Newren1-9/+12
2022-02-20merge-ort: fix small memory leak in detect_and_process_renames()Elijah Newren1-10/+5
2022-02-20sparse-checkout: reject arguments in cone-mode that look like patternsElijah Newren2-1/+12
2022-02-20sparse-checkout: error or warn when given individual filesElijah Newren2-7/+51