index
:
git
gitk-resize-error
main
Fork of git SCM with my patches.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
t
/
t2200-add-update.sh
Age
Commit message (
Expand
)
Author
13 days
read-cache: disable renames in add_files_to_cache
Nick Golden
2024-11-21
t: remove TEST_PASSES_SANITIZE_LEAK annotations
Patrick Steinhardt
2024-04-03
builtin/add: error out when passing untracked path with -u
Ghanshyam Thakkar
2023-06-29
commit -a -m: allow the top-level tree to become empty again
Johannes Schindelin
2022-04-13
revisions API: call diff_free(&revs->pruning) in revisions_release()
Ævar Arnfjörð Bjarmason
2022-03-07
tests: change some 'test $(git) = "x"' to test_cmp
Ævar Arnfjörð Bjarmason
2022-01-03
Merge branch 'es/test-chain-lint'
Junio C Hamano
2021-12-13
t0000-t3999: detect and signal failure within loop
Eric Sunshine
2021-12-13
tests: fix broken &&-chains in `{...}` groups
Eric Sunshine
2021-12-13
tests: fix broken &&-chains in compound statements
Eric Sunshine
2021-11-01
leak tests: mark some add tests as passing with SANITIZE=leak
Ævar Arnfjörð Bjarmason
2021-10-12
add: don't write objects with --dry-run
René Scharfe
2021-02-10
tests: remove most uses of test_i18ncmp
Ævar Arnfjörð Bjarmason
2020-10-18
t2200,t9832: avoid using 'git' upstream in a pipe
Amanda Shafack
2018-08-21
tests: use 'test_must_be_empty' instead of 'test_cmp <empty> <out>'
SZEDER Gábor
2015-10-24
add: simplify -u/-A without pathspec
Junio C Hamano
2014-03-07
Merge branch 'jn/add-2.0-u-A-sans-pathspec'
Junio C Hamano
2013-06-07
tests: use test_ln_s_add to remove SYMLINKS prerequisite (trivial cases)
Johannes Sixt
2013-04-26
git add: -u/-A now affects the entire working tree
Junio C Hamano
2013-04-22
Merge branch 'jc/add-2.0-delete-default' (early part)
Junio C Hamano
2013-03-14
t2200: check that "add -u" limits itself to subdirectory
Jeff King
2013-03-08
git add: start preparing for "git add <pathspec>..." to default to "-A"
Junio C Hamano
2011-05-13
Merge branch 'jc/fix-add-u-unmerged'
Junio C Hamano
2011-04-23
Fix "add -u" that sometimes fails to resolve unmerged paths
Junio C Hamano
2011-04-13
i18n: use test_i18ncmp in t1200 and t2200
Junio C Hamano
2011-03-09
i18n: git-add "remove '%s'" message
Ævar Arnfjörð Bjarmason
2010-11-09
tests: add missing &&
Jonathan Nieder
2010-02-16
test for add with non-existent pathspec
Chris Packham
2009-03-22
Use prerequisite tags to skip tests that depend on symbolic links
Johannes Sixt
2009-03-19
t2200, t7004: Avoid glob pattern that also matches files
Johannes Sixt
2009-01-28
add -u: do not fail to resolve a path as deleted
Junio C Hamano
2008-09-03
tests: use "git xyzzy" form (t0000 - t3599)
Nanako Shiraishi
2008-05-21
"git-add -n -u" should not add but just report
Junio C Hamano
2008-03-13
add test_cmp function for test scripts
Jeff King
2007-11-11
t2200: test more cases of "add -u"
Junio C Hamano
2007-09-14
Add test to check recent fix to "git add -u"
Benoit Sigoure
2007-08-15
Merge branch 'maint' to sync with 1.5.2.5
Junio C Hamano
2007-08-15
git-add -u paths... now works from subdirectory
Salikh Zakirov
2007-08-15
Fix "git add -u" data corruption.
Junio C Hamano
2007-07-02
Rewrite "git-frotz" to "git frotz"
Junio C Hamano
2007-05-12
git-add: allow path limiting with -u
Jeff King