summaryrefslogtreecommitdiff
path: root/t/t3700-add.sh
AgeCommit message (Expand)Author
2016-08-01t3700: add a test_mode_in_index helper functionIngo Brückl
2016-08-01t3700: merge two tests into oneIngo Brückl
2016-08-01t3700: remove unwanted leftover files before running new testsIngo Brückl
2016-06-08add: add --chmod=+x / --chmod=-x optionsEdward Thomson
2015-12-28t/t3700-add.sh: use the $( ... ) construct for command substitutionElia Pinto
2014-11-21add: ignore only ignored filesMichael J Gruber
2013-12-26add: don't complain when adding empty project rootNguyễn Thái Ngọc Duy
2013-06-07tests: use test_ln_s_add to remove SYMLINKS prerequisite (trivial cases)Johannes Sixt
2012-02-17refresh_index: do not show unmerged path that is outside pathspecJunio C Hamano
2011-04-13i18n: use test_i18ncmp and test_i18ngrep in t3700, t4001 and t4014Junio C Hamano
2011-03-10i18n: git-add "did not match any files" messageÆvar Arnfjörð Bjarmason
2011-03-10i18n: git-add "The following paths are ignored" messageÆvar Arnfjörð Bjarmason
2010-08-18tests: A SANITY test prereq for testing if we're rootÆvar Arnfjörð Bjarmason
2010-07-26t3700-add: fix dependence on stdout and stderr bufferingJohannes Sixt
2010-07-20t/t3700: convert two uses of negation operator '!' to use test_must_failBrandon Casey
2010-07-12git add: Add the "--ignore-missing" option for the dry runJens Lehmann
2010-06-25tests: Say "pass" rather than "ok" on empty lines for TAPÆvar Arnfjörð Bjarmason
2010-02-17test for add with non-existent pathspecChris Packham
2009-06-22Merge branch 'maint'Junio C Hamano
2009-06-22t3700-add: add a POSIXPERM prerequisite to a new testJohannes Sixt
2009-06-22Merge branch 'sb/maint-1.6.0-add-config-fix' into maintJunio C Hamano
2009-06-21Merge branch 'sb/maint-1.6.0-add-config-fix'Junio C Hamano
2009-06-18add: allow configurations to be overriden by command lineStephen Boyd
2009-05-31git-add: no need for -f when resolving a conflict in already tracked pathJeff King
2009-03-22t3700: Skip a test with backslashes in pathspecJohannes Sixt
2009-03-22Skip tests that require a filesystem that obeys POSIX permissionsJohannes Sixt
2009-03-22Use prerequisite tags to skip tests that depend on symbolic linksJohannes Sixt
2008-09-30tests: grep portability fixesJeff King
2008-08-15Fix t3700 on filesystems which do not support question marks in namesAlex Riesen
2008-08-14Merge branch 'maint'Junio C Hamano
2008-08-14Fix escaping of glob special characters in pathspecsKevin Ballard
2008-07-13t/: Use "test_must_fail git" instead of "! git"Stephan Beyer
2008-05-21Merge branch 'ar/add-unreadable'Junio C Hamano
2008-05-14fix bsd shell negationJeff King
2008-05-13Add a config option to ignore errors for git-addAlex Riesen
2008-05-13Add a test for git-add --ignore-errorsAlex Riesen
2007-11-16Fix per-directory exclude handing for "git add"Junio C Hamano
2007-08-13git-add: Add support for --refresh option.Alexandre Julliard
2007-08-03Fix bogus use of printf in t3700 testJunio C Hamano
2007-07-03Rewrite "git-frotz" to "git frotz"Junio C Hamano
2007-07-03Test 'git add' for unmerged entries when core.symlinks=false.Johannes Sixt
2007-07-01git add: respect core.filemode with unmerged entriesJohannes Schindelin
2007-04-23dir.c(common_prefix): Fix two bugsJohannes Schindelin
2007-02-17Do not take mode bits from index after type change.Junio C Hamano
2007-01-29[PATCH] Rename git-repo-config to git-config.Tom Prince
2006-12-29Fix 'git add' with .gitignoreJunio C Hamano
2006-11-23trust-executable-bit: fix breakage for symlinksJunio C Hamano
2006-09-27Corrected copy-and-paste thinko in ignore executable bit test case.Shawn Pearce
2006-09-27Ignore executable bit when adding files if filemode=0.Shawn Pearce
2006-02-22git-add: Add support for --, documentation, and test.Carl Worth