aboutsummaryrefslogtreecommitdiff
path: root/t/t3700-add.sh
Commit message (Expand)AuthorAge
* test for add with non-existent pathspecChris Packham2010-02-16
* Merge branch 'maint'Junio C Hamano2009-06-22
|\
| * t3700-add: add a POSIXPERM prerequisite to a new testJohannes Sixt2009-06-22
| * Merge branch 'sb/maint-1.6.0-add-config-fix' into maintJunio C Hamano2009-06-22
| |\
* | \ Merge branch 'sb/maint-1.6.0-add-config-fix'Junio C Hamano2009-06-20
|\ \ \ | | |/ | |/|
| * | add: allow configurations to be overriden by command lineStephen Boyd2009-06-18
* | | git-add: no need for -f when resolving a conflict in already tracked pathJeff King2009-05-31
| |/ |/|
* | t3700: Skip a test with backslashes in pathspecJohannes Sixt2009-03-22
* | Skip tests that require a filesystem that obeys POSIX permissionsJohannes Sixt2009-03-22
* | Use prerequisite tags to skip tests that depend on symbolic linksJohannes Sixt2009-03-22
* | tests: grep portability fixesJeff King2008-09-30
|/
* Fix t3700 on filesystems which do not support question marks in namesAlex Riesen2008-08-15
* Merge branch 'maint'Junio C Hamano2008-08-13
|\
| * Fix escaping of glob special characters in pathspecsKevin Ballard2008-08-13
* | t/: Use "test_must_fail git" instead of "! git"Stephan Beyer2008-07-13
|/
* Merge branch 'ar/add-unreadable'Junio C Hamano2008-05-21
|\
| * Add a config option to ignore errors for git-addAlex Riesen2008-05-12
| * Add a test for git-add --ignore-errorsAlex Riesen2008-05-12
* | fix bsd shell negationJeff King2008-05-13
|/
* Fix per-directory exclude handing for "git add"Junio C Hamano2007-11-16
* git-add: Add support for --refresh option.Alexandre Julliard2007-08-13
* Fix bogus use of printf in t3700 testJunio C Hamano2007-08-03
* Rewrite "git-frotz" to "git frotz"Junio C Hamano2007-07-02
* Test 'git add' for unmerged entries when core.symlinks=false.Johannes Sixt2007-07-02
* git add: respect core.filemode with unmerged entriesJohannes Schindelin2007-07-01
* dir.c(common_prefix): Fix two bugsJohannes Schindelin2007-04-23
* Do not take mode bits from index after type change.Junio C Hamano2007-02-16
* [PATCH] Rename git-repo-config to git-config.Tom Prince2007-01-28
* Fix 'git add' with .gitignoreJunio C Hamano2006-12-29
* trust-executable-bit: fix breakage for symlinksJunio C Hamano2006-11-22
* Corrected copy-and-paste thinko in ignore executable bit test case.Shawn Pearce2006-09-27
* Ignore executable bit when adding files if filemode=0.Shawn Pearce2006-09-26
* git-add: Add support for --, documentation, and test.Carl Worth2006-02-21