summaryrefslogtreecommitdiff
path: root/t/t2200-add-update.sh
Commit message (Expand)AuthorAgeFilesLines
* revisions API: call diff_free(&revs->pruning) in revisions_release()Ævar Arnfjörð Bjarmason2022-04-131-0/+1
* tests: change some 'test $(git) = "x"' to test_cmpÆvar Arnfjörð Bjarmason2022-03-071-12/+21
* Merge branch 'es/test-chain-lint'Junio C Hamano2022-01-031-9/+9
|\
| * t0000-t3999: detect and signal failure within loopEric Sunshine2021-12-131-1/+1
| * tests: fix broken &&-chains in `{...}` groupsEric Sunshine2021-12-131-6/+6
| * tests: fix broken &&-chains in compound statementsEric Sunshine2021-12-131-2/+2
* | leak tests: mark some add tests as passing with SANITIZE=leakÆvar Arnfjörð Bjarmason2021-11-011-0/+1
|/
* add: don't write objects with --dry-runRené Scharfe2021-10-121-0/+3
* tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason2021-02-101-1/+1
* t2200,t9832: avoid using 'git' upstream in a pipeAmanda Shafack2020-10-181-1/+2
* tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'SZEDER Gábor2018-08-211-2/+1
* add: simplify -u/-A without pathspecjc/add-u-A-default-to-topJunio C Hamano2015-10-241-0/+2
* Merge branch 'jn/add-2.0-u-A-sans-pathspec'Junio C Hamano2014-03-071-7/+2
|\
| * git add: -u/-A now affects the entire working treejn/add-2.0-u-A-sans-pathspecJunio C Hamano2013-04-261-7/+2
* | tests: use test_ln_s_add to remove SYMLINKS prerequisite (trivial cases)Johannes Sixt2013-06-071-3/+2
|/
* Merge branch 'jc/add-2.0-delete-default' (early part)Junio C Hamano2013-04-221-3/+3
|\
| * git add: start preparing for "git add <pathspec>..." to default to "-A"Junio C Hamano2013-03-081-3/+3
* | t2200: check that "add -u" limits itself to subdirectoryJeff King2013-03-141-0/+16
|/
* Merge branch 'jc/fix-add-u-unmerged'Junio C Hamano2011-05-131-17/+7
|\
| * Fix "add -u" that sometimes fails to resolve unmerged pathsJunio C Hamano2011-04-231-17/+7
* | i18n: use test_i18ncmp in t1200 and t2200Junio C Hamano2011-04-131-2/+2
* | i18n: git-add "remove '%s'" messageÆvar Arnfjörð Bjarmason2011-03-091-1/+1
* | tests: add missing &&Jonathan Nieder2010-11-091-1/+1
|/
* test for add with non-existent pathspecChris Packham2010-02-161-0/+5
* Use prerequisite tags to skip tests that depend on symbolic linksJohannes Sixt2009-03-221-1/+1
* t2200, t7004: Avoid glob pattern that also matches filesJohannes Sixt2009-03-191-1/+1
* add -u: do not fail to resolve a path as deletedJunio C Hamano2009-01-281-1/+49
* tests: use "git xyzzy" form (t0000 - t3599)Nanako Shiraishi2008-09-031-6/+6
* "git-add -n -u" should not add but just reportJunio C Hamano2008-05-211-0/+17
* add test_cmp function for test scriptsJeff King2008-03-131-1/+1
* t2200: test more cases of "add -u"Junio C Hamano2007-11-111-2/+28
* Add test to check recent fix to "git add -u"Benoit Sigoure2007-09-141-1/+10
* Merge branch 'maint' to sync with 1.5.2.5Junio C Hamano2007-08-151-16/+57
|\
| * git-add -u paths... now works from subdirectorySalikh Zakirov2007-08-151-0/+14
| * Fix "git add -u" data corruption.Junio C Hamano2007-08-151-16/+43
* | Rewrite "git-frotz" to "git frotz"Junio C Hamano2007-07-021-7/+7
|/
* git-add: allow path limiting with -uJeff King2007-05-121-0/+38