summaryrefslogtreecommitdiff
path: root/t/t3700-add.sh
AgeCommit message (Expand)AuthorFilesLines
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
2008-05-12Add a config option to ignore errors for git-addLibravatar Alex Riesen1-0/+21
2008-05-12Add a test for git-add --ignore-errorsLibravatar Alex Riesen1-0/+22
2007-11-16Fix per-directory exclude handing for "git add"Libravatar Junio C Hamano1-0/+24
2007-08-13git-add: Add support for --refresh option.Libravatar Alexandre Julliard1-0/+12
2007-08-03Fix bogus use of printf in t3700 testLibravatar Junio C Hamano1-2/+2
2007-07-02Rewrite "git-frotz" to "git frotz"Libravatar Junio C Hamano1-35/+35
2007-07-02Test 'git add' for unmerged entries when core.symlinks=false.Libravatar Johannes Sixt1-10/+17
2007-07-01git add: respect core.filemode with unmerged entriesLibravatar Johannes Schindelin1-0/+26
2007-04-23dir.c(common_prefix): Fix two bugsLibravatar Johannes Schindelin1-0/+6
2007-02-16Do not take mode bits from index after type change.Libravatar Junio C Hamano1-0/+20
2007-01-28[PATCH] Rename git-repo-config to git-config.Libravatar Tom Prince1-3/+3
2006-12-29Fix 'git add' with .gitignoreLibravatar Junio C Hamano1-0/+33
2006-11-22trust-executable-bit: fix breakage for symlinksLibravatar Junio C Hamano1-2/+12
2006-09-27Corrected copy-and-paste thinko in ignore executable bit test case.Libravatar Shawn Pearce1-1/+1
2006-09-26Ignore executable bit when adding files if filemode=0.Libravatar Shawn Pearce1-0/+22
2006-02-21git-add: Add support for --, documentation, and test.Libravatar Carl Worth1-0/+22