summaryrefslogtreecommitdiff
path: root/t/t3700-add.sh
Commit message (Expand)AuthorAgeFilesLines
* tests: don't lose "git" exit codes in "! ( git ... | grep )"Ævar Arnfjörð Bjarmason2023-02-061-5/+13
* t: convert fgrep usage to "grep -F"Đoàn Trần Công Danh2022-09-211-1/+1
* tests: add missing double quotes to included library pathsÆvar Arnfjörð Bjarmason2022-06-301-1/+1
* core.fsyncmethod: tests for batch modeNeeraj Singh2022-04-061-0/+28
* t0000-t3999: detect and signal failure within loopEric Sunshine2021-12-131-1/+1
* tests: apply modern idiom for signaling test failureEric Sunshine2021-12-131-1/+1
* tests: fix broken &&-chains in compound statementsEric Sunshine2021-12-131-2/+2
* ls-files: fix a trivial dir_clear() leakÆvar Arnfjörð Bjarmason2021-10-071-0/+1
* Merge branch 'ow/no-dryrun-in-add-i'Junio C Hamano2021-05-141-0/+4
|\
| * add: die if both --dry-run and --interactive are givenØystein Walle2021-05-071-0/+4
* | add: include magic part of pathspec on --refresh errorMatheus Tavares2021-04-081-0/+6
|/
* Merge branch 'mt/add-chmod-fixes'Junio C Hamano2021-02-251-5/+41
|\
| * add: propagate --chmod errors to exit statusMatheus Tavares2021-02-241-6/+22
| * add: mark --chmod error string for translationMatheus Tavares2021-02-241-1/+1
| * add --chmod: don't update index when --dry-run is usedMatheus Tavares2021-02-241-0/+20
* | tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason2021-02-101-4/+4
|/
* t: fix whitespace around &&Andrei Rybak2020-03-221-1/+1
* add: change advice config variables used by the add APIHeba Waly2020-02-061-0/+2
* add: use advise function to display hintsHeba Waly2020-01-151-1/+1
* add: error appropriately on repository with no commitsKyle Meyer2019-04-101-0/+11
* dir: do not traverse repositories with no commitsKyle Meyer2019-04-101-0/+1
* abspath_part_inside_repo: respect core.ignoreCaseJohannes Schindelin2019-01-181-0/+7
* Merge branch 'ab/test-must-be-empty-for-master'Junio C Hamano2018-08-201-2/+1
|\
| * tests: make use of the test_must_be_empty functionÆvar Arnfjörð Bjarmason2018-07-301-2/+1
* | t3000-t3999: fix broken &&-chainsEric Sunshine2018-07-161-4/+4
|/
* t/helper: merge test-chmtime into test-toolNguyễn Thái Ngọc Duy2018-03-271-1/+1
* Merge branch 'ex/deprecate-empty-pathspec-as-match-all'Junio C Hamano2017-11-061-3/+2
|\
| * pathspec: die on empty strings as pathspecex/deprecate-empty-pathspec-as-match-allEmily Xie2017-06-231-3/+2
* | t3700: fix broken test under !POSIXPERMrs/t3700-clean-leftoverRené Scharfe2017-08-081-0/+1
* | Merge branch 'ex/deprecate-empty-pathspec-as-match-all'Junio C Hamano2016-10-261-0/+5
|\ \ | |/
| * pathspec: warn on empty strings as pathspecEmily Xie2016-06-221-0/+5
* | t3700: fix broken test under !SANITYtg/add-chmod+x-fixJunio C Hamano2016-10-201-0/+1
* | t3700-add: do not check working tree file mode without POSIXPERMJohannes Sixt2016-09-211-4/+2
* | t3700-add: create subdirectory gentlyJohannes Sixt2016-09-211-1/+1
* | add: modify already added files when --chmod is givenThomas Gummerer2016-09-151-0/+50
* | t3700: add a test_mode_in_index helper functionib/t3700-add-chmod-x-updatesIngo Brückl2016-08-011-32/+22
* | t3700: merge two tests into oneIngo Brückl2016-08-011-12/+6
* | t3700: remove unwanted leftover files before running new testsIngo Brückl2016-08-011-0/+3
* | add: add --chmod=+x / --chmod=-x optionsEdward Thomson2016-06-071-0/+30
|/
* t/t3700-add.sh: use the $( ... ) construct for command substitutionElia Pinto2015-12-281-8/+8
* add: ignore only ignored filesmg/add-ignore-errorsMichael J Gruber2014-11-211-1/+7
* add: don't complain when adding empty project rootnd/add-empty-fixNguyễn Thái Ngọc Duy2013-12-261-0/+19
* tests: use test_ln_s_add to remove SYMLINKS prerequisite (trivial cases)Johannes Sixt2013-06-071-9/+6
* refresh_index: do not show unmerged path that is outside pathspecjc/add-refresh-unmergedJunio C Hamano2012-02-171-0/+15
* i18n: use test_i18ncmp and test_i18ngrep in t3700, t4001 and t4014Junio C Hamano2011-04-131-5/+5
* i18n: git-add "did not match any files" messageÆvar Arnfjörð Bjarmason2011-03-091-2/+6
* i18n: git-add "The following paths are ignored" messageÆvar Arnfjörð Bjarmason2011-03-091-1/+4
* tests: A SANITY test prereq for testing if we're rootÆvar Arnfjörð Bjarmason2010-08-181-5/+5
* t3700-add: fix dependence on stdout and stderr bufferingJohannes Sixt2010-07-251-3/+6
* t/t3700: convert two uses of negation operator '!' to use test_must_failBrandon Casey2010-07-201-2/+2