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