aboutsummaryrefslogtreecommitdiffstats
path: root/t/t1060-object-corruption.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/t1060-object-corruption.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/t1060-object-corruption.sh')
0 files changed, 0 insertions, 0 deletions
td>-40/+6 2012-02-21Update draft release notes to 1.7.9.2Junio C Hamano1-16/+55 2012-02-21git-svn.perl: fix a false-positive in the "already exists" testSteven Walter2-32/+44 2012-02-21git-svn.perl: perform deletions before anything elseSteven Walter1-1/+1 2012-02-21git-svn: Fix time zone in --localtimeWei-Yin Chen (陳威尹)1-7/+11 2012-02-21git-svn: un-break "git svn rebase" when log.abbrevCommit=trueÆvar Arnfjörð Bjarmason1-2/+1 2012-02-21git-svn: remove redundant porcelain option to rev-listÆvar Arnfjörð Bjarmason1-1/+1 2012-02-21completion: add --interactive option to git svn dcommitFrederic Heitzmann1-1/+1 2012-02-21completion: Allow dash as the first character for __git_ps1Christian Hammerl1-1/+1 2012-02-20Update draft release notes to 1.7.10Junio C Hamano1-24/+40 2012-02-20Update draft release notes to 1.7.9.2Junio C Hamano1-0/+3 2012-02-20configure: don't use -lintl when there is no gettext supportJohn Szakmeister1-8/+12 2012-02-19remote: fix set-branches usage and documentationPhilip Jägenstedt2-2/+2 2012-02-19gitweb: Fix 'grep' search for multiple matches in fileJakub Narebski2-1/+41 2012-02-17refresh_index: do not show unmerged path that is outside pathspecJunio C Hamano2-2/+24 2012-02-17gitweb: Fix "heads" view when there is no current branchJakub Narebski2-2/+11