summaryrefslogtreecommitdiff
path: root/t/t2200-add-update.sh
AgeCommit message (Expand)Author
2013-06-07tests: use test_ln_s_add to remove SYMLINKS prerequisite (trivial cases)Johannes Sixt
2013-04-22Merge branch 'jc/add-2.0-delete-default' (early part)Junio C Hamano
2013-03-14t2200: check that "add -u" limits itself to subdirectoryJeff King
2013-03-09git add: start preparing for "git add <pathspec>..." to default to "-A"Junio C Hamano
2011-05-13Merge branch 'jc/fix-add-u-unmerged'Junio C Hamano
2011-04-24Fix "add -u" that sometimes fails to resolve unmerged pathsJunio C Hamano
2011-04-13i18n: use test_i18ncmp in t1200 and t2200Junio C Hamano
2011-03-10i18n: git-add "remove '%s'" messageÆvar Arnfjörð Bjarmason
2010-11-09tests: add missing &&Jonathan Nieder
2010-02-17test for add with non-existent pathspecChris Packham
2009-03-22Use prerequisite tags to skip tests that depend on symbolic linksJohannes Sixt
2009-03-19t2200, t7004: Avoid glob pattern that also matches filesJohannes Sixt
2009-01-29add -u: do not fail to resolve a path as deletedJunio C Hamano
2008-09-03tests: use "git xyzzy" form (t0000 - t3599)Nanako Shiraishi
2008-05-21"git-add -n -u" should not add but just reportJunio C Hamano
2008-03-13add test_cmp function for test scriptsJeff King
2007-11-12t2200: test more cases of "add -u"Junio C Hamano
2007-09-14Add test to check recent fix to "git add -u"Benoit Sigoure
2007-08-16Merge branch 'maint' to sync with 1.5.2.5Junio C Hamano
2007-08-15git-add -u paths... now works from subdirectorySalikh Zakirov
2007-08-15Fix "git add -u" data corruption.Junio C Hamano
2007-07-03Rewrite "git-frotz" to "git frotz"Junio C Hamano
2007-05-12git-add: allow path limiting with -uJeff King