aboutsummaryrefslogtreecommitdiffstats
path: root/t/t3700-add.sh
AgeCommit message (Expand)AuthorFilesLines
2024-03-30add: use advise_if_enabled for ADVICE_ADD_EMBEDDED_REPORubén Justo1-0/+34
2024-03-30add: use advise_if_enabled for ADVICE_ADD_EMPTY_PATHSPECRubén Justo1-0/+10
2024-03-30add: use advise_if_enabled for ADVICE_ADD_IGNORED_FILERubén Justo1-2/+1
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano1-3/+3
2023-05-19t3700-add: modernize test formatJohn Cai1-17/+17
2023-02-06tests: don't lose "git" exit codes in "! ( git ... | grep )"Ævar Arnfjörð Bjarmason1-5/+13
2022-09-21t: convert fgrep usage to "grep -F"Đoàn Trần Công Danh1-1/+1
2022-06-30tests: add missing double quotes to included library pathsÆvar Arnfjörð Bjarmason1-1/+1
2022-04-06core.fsyncmethod: tests for batch modeNeeraj Singh1-0/+28
2021-12-13t0000-t3999: detect and signal failure within loopEric Sunshine1-1/+1
2021-12-13tests: apply modern idiom for signaling test failureEric Sunshine1-1/+1
2021-12-13tests: fix broken &&-chains in compound statementsEric Sunshine1-2/+2
2021-10-07ls-files: fix a trivial dir_clear() leakÆvar Arnfjörð Bjarmason1-0/+1
2021-05-14Merge branch 'ow/no-dryrun-in-add-i'Junio C Hamano1-0/+4
2021-05-07add: die if both --dry-run and --interactive are givenØystein Walle1-0/+4
2021-04-08add: include magic part of pathspec on --refresh errorMatheus Tavares1-0/+6
2021-02-25Merge branch 'mt/add-chmod-fixes'Junio C Hamano1-5/+41
2021-02-24add: propagate --chmod errors to exit statusMatheus Tavares1-6/+22
2021-02-24add: mark --chmod error string for translationMatheus Tavares1-1/+1
2021-02-24add --chmod: don't update index when --dry-run is usedMatheus Tavares1-0/+20
2021-02-10tests: remove most uses of test_i18ncmpÆvar Arnfjörð Bjarmason1-4/+4
2020-03-22t: fix whitespace around &&Andrei Rybak1-1/+1
2020-02-06add: change advice config variables used by the add APIHeba Waly1-0/+2
2020-01-15add: use advise function to display hintsHeba Waly1-1/+1
2019-04-10add: error appropriately on repository with no commitsKyle Meyer1-0/+11
2019-04-10dir: do not traverse repositories with no commitsKyle Meyer1-0/+1
2019-01-18abspath_part_inside_repo: respect core.ignoreCaseJohannes Schindelin1-0/+7
2018-08-20Merge branch 'ab/test-must-be-empty-for-master'Junio C Hamano1-2/+1
2018-07-30tests: make use of the test_must_be_empty functionÆvar Arnfjörð Bjarmason1-2/+1
2018-07-16t3000-t3999: fix broken &&-chainsEric Sunshine1-4/+4
2018-03-27t/helper: merge test-chmtime into test-toolNguyễn Thái Ngọc Duy1-1/+1
2017-11-06Merge branch 'ex/deprecate-empty-pathspec-as-match-all'Junio C Hamano1-3/+2
2017-08-08t3700: fix broken test under !POSIXPERMRené Scharfe1-0/+1
2017-06-23pathspec: die on empty strings as pathspecEmily Xie1-3/+2
2016-10-26Merge branch 'ex/deprecate-empty-pathspec-as-match-all'Junio C Hamano1-0/+5
2016-10-20t3700: fix broken test under !SANITYJunio C Hamano1-0/+1
2016-09-21t3700-add: do not check working tree file mode without POSIXPERMJohannes Sixt1-4/+2
2016-09-21t3700-add: create subdirectory gentlyJohannes Sixt1-1/+1
2016-09-15add: modify already added files when --chmod is givenThomas Gummerer1-0/+50
2016-08-01t3700: add a test_mode_in_index helper functionIngo Brückl1-32/+22
2016-08-01t3700: merge two tests into oneIngo Brückl1-12/+6
2016-08-01t3700: remove unwanted leftover files before running new testsIngo Brückl1-0/+3
2016-06-22pathspec: warn on empty strings as pathspecEmily Xie1-0/+5
2016-06-07add: add --chmod=+x / --chmod=-x optionsEdward Thomson1-0/+30
2015-12-28t/t3700-add.sh: use the $( ... ) construct for command substitutionElia Pinto1-8/+8
2014-11-21add: ignore only ignored filesMichael J Gruber1-1/+7
2013-12-26add: don't complain when adding empty project rootNguyễn Thái Ngọc Duy1-0/+19
2013-06-07tests: use test_ln_s_add to remove SYMLINKS prerequisite (trivial cases)Johannes Sixt1-9/+6
2012-02-17refresh_index: do not show unmerged path that is outside pathspecJunio C Hamano1-0/+15
2011-04-13i18n: use test_i18ncmp and test_i18ngrep in t3700, t4001 and t4014Junio C Hamano1-5/+5
2011-03-09i18n: git-add "did not match any files" messageÆvar Arnfjörð Bjarmason1-2/+6
2011-03-09i18n: git-add "The following paths are ignored" messageÆvar Arnfjörð Bjarmason1-1/+4
2010-08-18tests: A SANITY test prereq for testing if we're rootÆvar Arnfjörð Bjarmason1-5/+5
2010-07-25t3700-add: fix dependence on stdout and stderr bufferingJohannes Sixt1-3/+6
2010-07-20t/t3700: convert two uses of negation operator '!' to use test_must_failBrandon Casey1-2/+2
2010-07-12git add: Add the "--ignore-missing" option for the dry runJens Lehmann1-0/+25
2010-06-25tests: Say "pass" rather than "ok" on empty lines for TAPÆvar Arnfjörð Bjarmason1-6/+6
2010-02-16test for add with non-existent pathspecChris Packham1-0/+5
2009-06-22Merge branch 'maint'Junio C Hamano1-1/+1
2009-06-22t3700-add: add a POSIXPERM prerequisite to a new testJohannes Sixt1-1/+1
2009-06-22Merge branch 'sb/maint-1.6.0-add-config-fix' into maintJunio C Hamano1-0/+13
2009-06-20Merge branch 'sb/maint-1.6.0-add-config-fix'Junio C Hamano1-0/+13
2009-06-18add: allow configurations to be overriden by command lineStephen Boyd1-0/+13
2009-05-31git-add: no need for -f when resolving a conflict in already tracked pathJeff King1-0/+12
2009-03-22t3700: Skip a test with backslashes in pathspecJohannes Sixt1-1/+1
2009-03-22Skip tests that require a filesystem that obeys POSIX permissionsJohannes Sixt1-4/+4
2009-03-22Use prerequisite tags to skip tests that depend on symbolic linksJohannes Sixt1-3/+3
2008-09-30tests: grep portability fixesJeff King1-1/+1
2008-08-15Fix t3700 on filesystems which do not support question marks in namesAlex Riesen1-4/+4
2008-08-13Merge branch 'maint'Junio C Hamano1-0/+8
2008-08-13Fix escaping of glob special characters in pathspecsKevin Ballard1-0/+8
2008-07-13t/: Use "test_must_fail git" instead of "! git"Stephan Beyer1-2/+2
2008-05-21Merge branch 'ar/add-unreadable'Junio C Hamano1-0/+43
2008-05-13fix bsd shell negationJeff King1-3/+3
2008-05-12Add a config option to ignore errors for git-addAlex Riesen1-0/+21
2008-05-12Add a test for git-add --ignore-errorsAlex Riesen1-0/+22
2007-11-16Fix per-directory exclude handing for "git add"Junio C Hamano1-0/+24
2007-08-13git-add: Add support for --refresh option.Alexandre Julliard1-0/+12
2007-08-03Fix bogus use of printf in t3700 testJunio C Hamano1-2/+2
2007-07-02Rewrite "git-frotz" to "git frotz"Junio C Hamano1-35/+35
2007-07-02Test 'git add' for unmerged entries when core.symlinks=false.Johannes Sixt1-10/+17
2007-07-01git add: respect core.filemode with unmerged entriesJohannes Schindelin1-0/+26
2007-04-23dir.c(common_prefix): Fix two bugsJohannes Schindelin1-0/+6
2007-02-16Do not take mode bits from index after type change.Junio C Hamano1-0/+20
2007-01-28[PATCH] Rename git-repo-config to git-config.Tom Prince1-3/+3
2006-12-29Fix 'git add' with .gitignoreJunio C Hamano1-0/+33
2006-11-22trust-executable-bit: fix breakage for symlinksJunio C Hamano1-2/+12
2006-09-27Corrected copy-and-paste thinko in ignore executable bit test case.Shawn Pearce1-1/+1
2006-09-26Ignore executable bit when adding files if filemode=0.Shawn Pearce1-0/+22
2006-02-21git-add: Add support for --, documentation, and test.Carl Worth1-0/+22