summaryrefslogtreecommitdiff
path: root/t/t3700-add.sh
Commit message (Expand)AuthorAgeFilesLines
* t3700: fix broken test under !SANITYtg/add-chmod+x-fixJunio C Hamano2016-10-201-0/+1
* t3700-add: do not check working tree file mode without POSIXPERMJohannes Sixt2016-09-211-4/+2
* t3700-add: create subdirectory gentlyJohannes Sixt2016-09-211-1/+1
* add: modify already added files when --chmod is givenThomas Gummerer2016-09-151-0/+50
* t3700: add a test_mode_in_index helper functionib/t3700-add-chmod-x-updatesIngo Brückl2016-08-011-32/+22
* t3700: merge two tests into oneIngo Brückl2016-08-011-12/+6
* t3700: remove unwanted leftover files before running new testsIngo Brückl2016-08-011-0/+3
* add: add --chmod=+x / --chmod=-x optionsEdward Thomson2016-06-071-0/+30
* t/t3700-add.sh: use the $( ... ) construct for command substitutionElia Pinto2015-12-281-8/+8
* add: ignore only ignored filesmg/add-ignore-errorsMichael J Gruber2014-11-211-1/+7
* add: don't complain when adding empty project rootnd/add-empty-fixNguyễn Thái Ngọc Duy2013-12-261-0/+19
* tests: use test_ln_s_add to remove SYMLINKS prerequisite (trivial cases)Johannes Sixt2013-06-071-9/+6
* refresh_index: do not show unmerged path that is outside pathspecjc/add-refresh-unmergedJunio C Hamano2012-02-171-0/+15
* i18n: use test_i18ncmp and test_i18ngrep in t3700, t4001 and t4014Junio C Hamano2011-04-131-5/+5
* i18n: git-add "did not match any files" messageÆvar Arnfjörð Bjarmason2011-03-091-2/+6
* i18n: git-add "The following paths are ignored" messageÆvar Arnfjörð Bjarmason2011-03-091-1/+4
* tests: A SANITY test prereq for testing if we're rootÆvar Arnfjörð Bjarmason2010-08-181-5/+5
* t3700-add: fix dependence on stdout and stderr bufferingJohannes Sixt2010-07-251-3/+6
* t/t3700: convert two uses of negation operator '!' to use test_must_failBrandon Casey2010-07-201-2/+2
* git add: Add the "--ignore-missing" option for the dry runJens Lehmann2010-07-121-0/+25
* tests: Say "pass" rather than "ok" on empty lines for TAPÆvar Arnfjörð Bjarmason2010-06-251-6/+6
* test for add with non-existent pathspecChris Packham2010-02-161-0/+5
* Merge branch 'maint'Junio C Hamano2009-06-221-1/+1
|\
| * t3700-add: add a POSIXPERM prerequisite to a new testJohannes Sixt2009-06-221-1/+1
| * Merge branch 'sb/maint-1.6.0-add-config-fix' into maintJunio C Hamano2009-06-221-0/+13
| |\
* | \ Merge branch 'sb/maint-1.6.0-add-config-fix'Junio C Hamano2009-06-201-0/+13
|\ \ \ | | |/ | |/|
| * | add: allow configurations to be overriden by command lineStephen Boyd2009-06-181-0/+13
* | | git-add: no need for -f when resolving a conflict in already tracked pathJeff King2009-05-311-0/+12
| |/ |/|
* | t3700: Skip a test with backslashes in pathspecJohannes Sixt2009-03-221-1/+1
* | Skip tests that require a filesystem that obeys POSIX permissionsJohannes Sixt2009-03-221-4/+4
* | Use prerequisite tags to skip tests that depend on symbolic linksJohannes Sixt2009-03-221-3/+3
* | tests: grep portability fixesJeff King2008-09-301-1/+1
|/
* Fix t3700 on filesystems which do not support question marks in namesAlex Riesen2008-08-151-4/+4
* Merge branch 'maint'Junio C Hamano2008-08-131-0/+8
|\
| * Fix escaping of glob special characters in pathspecsKevin Ballard2008-08-131-0/+8
* | t/: Use "test_must_fail git" instead of "! git"Stephan Beyer2008-07-131-2/+2
|/
* Merge branch 'ar/add-unreadable'Junio C Hamano2008-05-211-0/+43
|\
| * Add a config option to ignore errors for git-addAlex Riesen2008-05-121-0/+21
| * Add a test for git-add --ignore-errorsAlex Riesen2008-05-121-0/+22
* | fix bsd shell negationJeff King2008-05-131-3/+3
|/
* Fix per-directory exclude handing for "git add"Junio C Hamano2007-11-161-0/+24
* git-add: Add support for --refresh option.Alexandre Julliard2007-08-131-0/+12
* Fix bogus use of printf in t3700 testJunio C Hamano2007-08-031-2/+2
* Rewrite "git-frotz" to "git frotz"Junio C Hamano2007-07-021-35/+35
* Test 'git add' for unmerged entries when core.symlinks=false.Johannes Sixt2007-07-021-10/+17
* git add: respect core.filemode with unmerged entriesJohannes Schindelin2007-07-011-0/+26
* dir.c(common_prefix): Fix two bugsJohannes Schindelin2007-04-231-0/+6
* Do not take mode bits from index after type change.Junio C Hamano2007-02-161-0/+20
* [PATCH] Rename git-repo-config to git-config.Tom Prince2007-01-281-3/+3
* Fix 'git add' with .gitignoreJunio C Hamano2006-12-291-0/+33