summaryrefslogtreecommitdiff
path: root/t/t3700-add.sh
AgeCommit message (Expand)AuthorFilesLines
2019-04-10add: error appropriately on repository with no commitsLibravatar Kyle Meyer1-0/+11
2019-04-10dir: do not traverse repositories with no commitsLibravatar Kyle Meyer1-0/+1
2019-01-18abspath_part_inside_repo: respect core.ignoreCaseLibravatar Johannes Schindelin1-0/+7
2018-08-20Merge branch 'ab/test-must-be-empty-for-master'Libravatar Junio C Hamano1-2/+1
2018-07-30tests: make use of the test_must_be_empty functionLibravatar Ævar Arnfjörð Bjarmason1-2/+1
2018-07-16t3000-t3999: fix broken &&-chainsLibravatar Eric Sunshine1-4/+4
2018-03-27t/helper: merge test-chmtime into test-toolLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2017-11-06Merge branch 'ex/deprecate-empty-pathspec-as-match-all'Libravatar Junio C Hamano1-3/+2
2017-08-08t3700: fix broken test under !POSIXPERMLibravatar René Scharfe1-0/+1
2017-06-23pathspec: die on empty strings as pathspecLibravatar Emily Xie1-3/+2
2016-10-26Merge branch 'ex/deprecate-empty-pathspec-as-match-all'Libravatar Junio C Hamano1-0/+5
2016-10-20t3700: fix broken test under !SANITYLibravatar Junio C Hamano1-0/+1
2016-09-21t3700-add: do not check working tree file mode without POSIXPERMLibravatar Johannes Sixt1-4/+2
2016-09-21t3700-add: create subdirectory gentlyLibravatar Johannes Sixt1-1/+1
2016-09-15add: modify already added files when --chmod is givenLibravatar Thomas Gummerer1-0/+50
2016-08-01t3700: add a test_mode_in_index helper functionLibravatar Ingo Brückl1-32/+22
2016-08-01t3700: merge two tests into oneLibravatar Ingo Brückl1-12/+6
2016-08-01t3700: remove unwanted leftover files before running new testsLibravatar Ingo Brückl1-0/+3
2016-06-22pathspec: warn on empty strings as pathspecLibravatar Emily Xie1-0/+5
2016-06-07add: add --chmod=+x / --chmod=-x optionsLibravatar Edward Thomson1-0/+30
2015-12-28t/t3700-add.sh: use the $( ... ) construct for command substitutionLibravatar Elia Pinto1-8/+8
2014-11-21add: ignore only ignored filesLibravatar Michael J Gruber1-1/+7
2013-12-26add: don't complain when adding empty project rootLibravatar Nguyễn Thái Ngọc Duy1-0/+19
2013-06-07tests: use test_ln_s_add to remove SYMLINKS prerequisite (trivial cases)Libravatar Johannes Sixt1-9/+6
2012-02-17refresh_index: do not show unmerged path that is outside pathspecLibravatar Junio C Hamano1-0/+15
2011-04-13i18n: use test_i18ncmp and test_i18ngrep in t3700, t4001 and t4014Libravatar Junio C Hamano1-5/+5
2011-03-09i18n: git-add "did not match any files" messageLibravatar Ævar Arnfjörð Bjarmason1-2/+6
2011-03-09i18n: git-add "The following paths are ignored" messageLibravatar Ævar Arnfjörð Bjarmason1-1/+4
2010-08-18tests: A SANITY test prereq for testing if we're rootLibravatar Ævar Arnfjörð Bjarmason1-5/+5
2010-07-25t3700-add: fix dependence on stdout and stderr bufferingLibravatar Johannes Sixt1-3/+6
2010-07-20t/t3700: convert two uses of negation operator '!' to use test_must_failLibravatar Brandon Casey1-2/+2
2010-07-12git add: Add the "--ignore-missing" option for the dry runLibravatar Jens Lehmann1-0/+25
2010-06-25tests: Say "pass" rather than "ok" on empty lines for TAPLibravatar Ævar Arnfjörð Bjarmason1-6/+6
2010-02-16test for add with non-existent pathspecLibravatar Chris Packham1-0/+5
2009-06-22Merge branch 'maint'Libravatar Junio C Hamano1-1/+1
2009-06-22t3700-add: add a POSIXPERM prerequisite to a new testLibravatar Johannes Sixt1-1/+1
2009-06-22Merge branch 'sb/maint-1.6.0-add-config-fix' into maintLibravatar Junio C Hamano1-0/+13
2009-06-20Merge branch 'sb/maint-1.6.0-add-config-fix'Libravatar Junio C Hamano1-0/+13
2009-06-18add: allow configurations to be overriden by command lineLibravatar Stephen Boyd1-0/+13
2009-05-31git-add: no need for -f when resolving a conflict in already tracked pathLibravatar Jeff King1-0/+12
2009-03-22t3700: Skip a test with backslashes in pathspecLibravatar Johannes Sixt1-1/+1
2009-03-22Skip tests that require a filesystem that obeys POSIX permissionsLibravatar Johannes Sixt1-4/+4
2009-03-22Use prerequisite tags to skip tests that depend on symbolic linksLibravatar Johannes Sixt1-3/+3
2008-09-30tests: grep portability fixesLibravatar Jeff King1-1/+1
2008-08-15Fix t3700 on filesystems which do not support question marks in namesLibravatar Alex Riesen1-4/+4
2008-08-13Merge branch 'maint'Libravatar Junio C Hamano1-0/+8
2008-08-13Fix escaping of glob special characters in pathspecsLibravatar Kevin Ballard1-0/+8
2008-07-13t/: Use "test_must_fail git" instead of "! git"Libravatar Stephan Beyer1-2/+2
2008-05-21Merge branch 'ar/add-unreadable'Libravatar Junio C Hamano1-0/+43
2008-05-13fix bsd shell negationLibravatar Jeff King1-3/+3