| Commit message (Expand) | Author | Age | Files | Lines |
* | i18n: use test_i18ncmp and test_i18ngrep in t3700, t4001 and t4014 | Junio C Hamano | 2011-04-13 | 1 | -5/+5 |
* | i18n: git-add "did not match any files" message | Ævar Arnfjörð Bjarmason | 2011-03-09 | 1 | -2/+6 |
* | i18n: git-add "The following paths are ignored" message | Ævar Arnfjörð Bjarmason | 2011-03-09 | 1 | -1/+4 |
* | tests: A SANITY test prereq for testing if we're root | Ævar Arnfjörð Bjarmason | 2010-08-18 | 1 | -5/+5 |
* | t3700-add: fix dependence on stdout and stderr buffering | Johannes Sixt | 2010-07-25 | 1 | -3/+6 |
* | t/t3700: convert two uses of negation operator '!' to use test_must_fail | Brandon Casey | 2010-07-20 | 1 | -2/+2 |
* | git add: Add the "--ignore-missing" option for the dry run | Jens Lehmann | 2010-07-12 | 1 | -0/+25 |
* | tests: Say "pass" rather than "ok" on empty lines for TAP | Ævar Arnfjörð Bjarmason | 2010-06-25 | 1 | -6/+6 |
* | test for add with non-existent pathspec | Chris Packham | 2010-02-16 | 1 | -0/+5 |
* | Merge branch 'maint' | Junio C Hamano | 2009-06-22 | 1 | -1/+1 |
|\ |
|
| * | t3700-add: add a POSIXPERM prerequisite to a new test | Johannes Sixt | 2009-06-22 | 1 | -1/+1 |
| * | Merge branch 'sb/maint-1.6.0-add-config-fix' into maint | Junio C Hamano | 2009-06-22 | 1 | -0/+13 |
| |\ |
|
* | \ | Merge branch 'sb/maint-1.6.0-add-config-fix' | Junio C Hamano | 2009-06-20 | 1 | -0/+13 |
|\ \ \
| | |/
| |/| |
|
| * | | add: allow configurations to be overriden by command line | Stephen Boyd | 2009-06-18 | 1 | -0/+13 |
* | | | git-add: no need for -f when resolving a conflict in already tracked path | Jeff King | 2009-05-31 | 1 | -0/+12 |
| |/
|/| |
|
* | | t3700: Skip a test with backslashes in pathspec | Johannes Sixt | 2009-03-22 | 1 | -1/+1 |
* | | Skip tests that require a filesystem that obeys POSIX permissions | Johannes Sixt | 2009-03-22 | 1 | -4/+4 |
* | | Use prerequisite tags to skip tests that depend on symbolic links | Johannes Sixt | 2009-03-22 | 1 | -3/+3 |
* | | tests: grep portability fixes | Jeff King | 2008-09-30 | 1 | -1/+1 |
|/ |
|
* | Fix t3700 on filesystems which do not support question marks in names | Alex Riesen | 2008-08-15 | 1 | -4/+4 |
* | Merge branch 'maint' | Junio C Hamano | 2008-08-13 | 1 | -0/+8 |
|\ |
|
| * | Fix escaping of glob special characters in pathspecs | Kevin Ballard | 2008-08-13 | 1 | -0/+8 |
* | | t/: Use "test_must_fail git" instead of "! git" | Stephan Beyer | 2008-07-13 | 1 | -2/+2 |
|/ |
|
* | Merge branch 'ar/add-unreadable' | Junio C Hamano | 2008-05-21 | 1 | -0/+43 |
|\ |
|
| * | Add a config option to ignore errors for git-add | Alex Riesen | 2008-05-12 | 1 | -0/+21 |
| * | Add a test for git-add --ignore-errors | Alex Riesen | 2008-05-12 | 1 | -0/+22 |
* | | fix bsd shell negation | Jeff King | 2008-05-13 | 1 | -3/+3 |
|/ |
|
* | Fix per-directory exclude handing for "git add" | Junio C Hamano | 2007-11-16 | 1 | -0/+24 |
* | git-add: Add support for --refresh option. | Alexandre Julliard | 2007-08-13 | 1 | -0/+12 |
* | Fix bogus use of printf in t3700 test | Junio C Hamano | 2007-08-03 | 1 | -2/+2 |
* | Rewrite "git-frotz" to "git frotz" | Junio C Hamano | 2007-07-02 | 1 | -35/+35 |
* | Test 'git add' for unmerged entries when core.symlinks=false. | Johannes Sixt | 2007-07-02 | 1 | -10/+17 |
* | git add: respect core.filemode with unmerged entries | Johannes Schindelin | 2007-07-01 | 1 | -0/+26 |
* | dir.c(common_prefix): Fix two bugs | Johannes Schindelin | 2007-04-23 | 1 | -0/+6 |
* | Do not take mode bits from index after type change. | Junio C Hamano | 2007-02-16 | 1 | -0/+20 |
* | [PATCH] Rename git-repo-config to git-config. | Tom Prince | 2007-01-28 | 1 | -3/+3 |
* | Fix 'git add' with .gitignore | Junio C Hamano | 2006-12-29 | 1 | -0/+33 |
* | trust-executable-bit: fix breakage for symlinks | Junio C Hamano | 2006-11-22 | 1 | -2/+12 |
* | Corrected copy-and-paste thinko in ignore executable bit test case. | Shawn Pearce | 2006-09-27 | 1 | -1/+1 |
* | Ignore executable bit when adding files if filemode=0. | Shawn Pearce | 2006-09-26 | 1 | -0/+22 |
* | git-add: Add support for --, documentation, and test. | Carl Worth | 2006-02-21 | 1 | -0/+22 |