index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
t
/
t3700-add.sh
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
t: remove TEST_PASSES_SANITIZE_LEAK annotations
Patrick Steinhardt
2024-11-21
1
-1
/
+0
*
add: use advise_if_enabled for ADVICE_ADD_EMBEDDED_REPO
Rubén Justo
2024-03-31
1
-0
/
+34
*
add: use advise_if_enabled for ADVICE_ADD_EMPTY_PATHSPEC
Rubén Justo
2024-03-31
1
-0
/
+10
*
add: use advise_if_enabled for ADVICE_ADD_IGNORED_FILE
Rubén Justo
2024-03-31
1
-2
/
+1
*
tests: teach callers of test_i18ngrep to use test_grep
Junio C Hamano
2023-11-02
1
-3
/
+3
*
t3700-add: modernize test format
John Cai
2023-05-19
1
-17
/
+17
*
tests: don't lose "git" exit codes in "! ( git ... | grep )"
Ævar Arnfjörð Bjarmason
2023-02-07
1
-5
/
+13
*
t: convert fgrep usage to "grep -F"
Đoàn Trần Công Danh
2022-09-21
1
-1
/
+1
*
tests: add missing double quotes to included library paths
Ævar Arnfjörð Bjarmason
2022-06-30
1
-1
/
+1
*
core.fsyncmethod: tests for batch mode
Neeraj Singh
2022-04-06
1
-0
/
+28
*
t0000-t3999: detect and signal failure within loop
Eric Sunshine
2021-12-13
1
-1
/
+1
*
tests: apply modern idiom for signaling test failure
Eric Sunshine
2021-12-13
1
-1
/
+1
*
tests: fix broken &&-chains in compound statements
Eric Sunshine
2021-12-13
1
-2
/
+2
*
ls-files: fix a trivial dir_clear() leak
Ævar Arnfjörð Bjarmason
2021-10-08
1
-0
/
+1
*
Merge branch 'ow/no-dryrun-in-add-i'
Junio C Hamano
2021-05-14
1
-0
/
+4
|
\
|
*
add: die if both --dry-run and --interactive are given
Øystein Walle
2021-05-06
1
-0
/
+4
*
|
add: include magic part of pathspec on --refresh error
Matheus Tavares
2021-04-08
1
-0
/
+6
|
/
*
Merge branch 'mt/add-chmod-fixes'
Junio C Hamano
2021-02-26
1
-5
/
+41
|
\
|
*
add: propagate --chmod errors to exit status
Matheus Tavares
2021-02-24
1
-6
/
+22
|
*
add: mark --chmod error string for translation
Matheus Tavares
2021-02-24
1
-1
/
+1
|
*
add --chmod: don't update index when --dry-run is used
Matheus Tavares
2021-02-24
1
-0
/
+20
*
|
tests: remove most uses of test_i18ncmp
Ævar Arnfjörð Bjarmason
2021-02-11
1
-4
/
+4
|
/
*
t: fix whitespace around &&
Andrei Rybak
2020-03-23
1
-1
/
+1
*
add: change advice config variables used by the add API
Heba Waly
2020-02-06
1
-0
/
+2
*
add: use advise function to display hints
Heba Waly
2020-01-15
1
-1
/
+1
*
add: error appropriately on repository with no commits
Kyle Meyer
2019-04-10
1
-0
/
+11
*
dir: do not traverse repositories with no commits
Kyle Meyer
2019-04-10
1
-0
/
+1
*
abspath_part_inside_repo: respect core.ignoreCase
Johannes Schindelin
2019-01-18
1
-0
/
+7
*
Merge branch 'ab/test-must-be-empty-for-master'
Junio C Hamano
2018-08-20
1
-2
/
+1
|
\
|
*
tests: make use of the test_must_be_empty function
Ævar Arnfjörð Bjarmason
2018-07-30
1
-2
/
+1
*
|
t3000-t3999: fix broken &&-chains
Eric Sunshine
2018-07-16
1
-4
/
+4
|
/
*
t/helper: merge test-chmtime into test-tool
Nguyễn Thái Ngọc Duy
2018-03-27
1
-1
/
+1
*
Merge branch 'ex/deprecate-empty-pathspec-as-match-all'
Junio C Hamano
2017-11-06
1
-3
/
+2
|
\
|
*
pathspec: die on empty strings as pathspec
Emily Xie
2017-06-23
1
-3
/
+2
*
|
t3700: fix broken test under !POSIXPERM
René Scharfe
2017-08-08
1
-0
/
+1
*
|
Merge branch 'ex/deprecate-empty-pathspec-as-match-all'
Junio C Hamano
2016-10-26
1
-0
/
+5
|
\
|
|
*
pathspec: warn on empty strings as pathspec
Emily Xie
2016-06-23
1
-0
/
+5
*
|
t3700: fix broken test under !SANITY
Junio C Hamano
2016-10-20
1
-0
/
+1
*
|
t3700-add: do not check working tree file mode without POSIXPERM
Johannes Sixt
2016-09-21
1
-4
/
+2
*
|
t3700-add: create subdirectory gently
Johannes Sixt
2016-09-21
1
-1
/
+1
*
|
add: modify already added files when --chmod is given
Thomas Gummerer
2016-09-15
1
-0
/
+50
*
|
t3700: add a test_mode_in_index helper function
Ingo Brückl
2016-08-01
1
-32
/
+22
*
|
t3700: merge two tests into one
Ingo Brückl
2016-08-01
1
-12
/
+6
*
|
t3700: remove unwanted leftover files before running new tests
Ingo Brückl
2016-08-01
1
-0
/
+3
*
|
add: add --chmod=+x / --chmod=-x options
Edward Thomson
2016-06-08
1
-0
/
+30
|
/
*
t/t3700-add.sh: use the $( ... ) construct for command substitution
Elia Pinto
2015-12-28
1
-8
/
+8
*
add: ignore only ignored files
Michael J Gruber
2014-11-21
1
-1
/
+7
*
add: don't complain when adding empty project root
Nguyễn Thái Ngọc Duy
2013-12-26
1
-0
/
+19
*
tests: use test_ln_s_add to remove SYMLINKS prerequisite (trivial cases)
Johannes Sixt
2013-06-08
1
-9
/
+6
*
refresh_index: do not show unmerged path that is outside pathspec
Junio C Hamano
2012-02-17
1
-0
/
+15
[next]