aboutsummaryrefslogtreecommitdiffstats
path: root/t/t5511-refspec.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2025-11-06 15:17:01 -0800
committerJunio C Hamano <gitster@pobox.com>2025-11-06 15:17:01 -0800
commit4badef0c3503dc29059d678abba7fac0f042bc84 (patch)
treee5284d2d90ed97ef7191b630cfad5c49ffba9f49 /t/t5511-refspec.sh
parentMerge branch 'cc/fast-import-export-i18n-cleanup' (diff)
parentparseopt: remove unreachable code (diff)
downloadgit-master.tar.gz
git-master.zip
Merge branch 'dk/parseopt-optional-filename-fixes'HEADmastermain
A recently added configuration variable and command line option syntax ":(optional)" for values that are of filename type inconsistently behaved on an empty file (configuration took it happily, while the command line option pretended as if it did not exist), which has been corrected. * dk/parseopt-optional-filename-fixes: parseopt: remove unreachable code parseopt: restore const qualifier to parsed filename config: use boolean type for a simple flag parseopt: use boolean type for a simple flag doc: clarify command equivalence comment parseopt: fix :(optional) at command line to only ignore missing files
Diffstat (limited to 't/t5511-refspec.sh')
0 files changed, 0 insertions, 0 deletions
span>/+71 2021-01-30t2402: ensure locked worktree is properly cleaned upRafael Silva1-0/+1 2021-01-30worktree: teach worktree_lock_reason() to gently handle main worktreeRafael Silva2-2/+3 2021-01-30worktree: teach worktree to lazy-load "prunable" reasonRafael Silva2-0/+29 2021-01-30worktree: libify should_prune_worktree()Rafael Silva3-74/+83 2021-01-29p5303: avoid sed GNU-ismJeff King1-4/+8 2021-01-28pretty: lazy-load commit data when expanding user-formatJeff King2-12/+13 2021-01-28rebase -i: do leave commit message intact in fixup! chainsJohannes Schindelin2-1/+20 2021-01-28t0000: consistently use single quotes for outer testsJeff King1-190/+190 2021-01-28t0000: run cleaning test inside sub-testJeff King1-8/+17 2021-01-28t0000: run prereq tests inside sub-testJeff King1-80/+69 2021-01-28t0000: keep clean-up tests togetherJeff King1-11/+11 2021-01-28oid_pos(): access table through const pointersJeff King7-13/+13 2021-01-28hash_pos(): convert to oid_pos()Jeff King7-43/+43 2021-01-28rerere: use strmap to store rerere directoriesJeff King1-39/+23 2021-01-28rerere: tighten rr-cache dirname checkJeff King1-2/+3 2021-01-28rerere: check dirname format while iterating rr_cache directoryJeff King1-3/+11 2021-01-28commit_graft_pos(): take an oid instead of a bare hashJeff King3-6/+6 2021-01-27git-compat-util: always enable variadic macrosJeff King1-2/+5 2021-01-27ci: do not cancel all jobs of a matrix if one failsPhilippe Blain1-0/+4 2021-01-26test-lib: prevent '--stress-jobs=X' from being ignoredSZEDER Gábor1-4/+4 2021-01-26grep/log: remove hidden --debug and --grep-debug optionsÆvar Arnfjörð Bjarmason4-107/+2 2021-01-25The fourth batchJunio C Hamano1-0/+57 2021-01-24grep/pcre2: better support invalid UTF-8 haystacksÆvar Arnfjörð Bjarmason7-2/+81 2021-01-24grep/pcre2 tests: don't rely on invalid UTF-8 data testÆvar Arnfjörð Bjarmason1-6/+1 2021-01-23Remove support for v1 of the PCRE libraryÆvar Arnfjörð Bjarmason7-217/+18 2021-01-23config.mak.uname: remove redundant NO_LIBPCRE1_JIT flagÆvar Arnfjörð Bjarmason1-1/+0