summaryrefslogtreecommitdiff
path: root/t/t3700-add.sh
AgeCommit message (Expand)AuthorFilesLines
2026-03-03t3700: use test_grep helper for better diagnosticsSiddharth Shrimali1-18/+18
2026-03-03t3700: avoid suppressing git's exit codeSiddharth Shrimali1-15/+28
2025-11-15read-cache: drop submodule check from add_to_cache()Jeff King1-0/+1
2025-11-15object-file: disallow adding submodules of different hash algobrian m. carlson1-0/+25
2024-12-15Merge branch 'bf/explicit-config-set-in-advice-messages'Junio C Hamano1-3/+3
2024-12-06advice: suggest using subcommand "git config set"Bence Ferdinandy1-3/+3
2024-11-21t: remove TEST_PASSES_SANITIZE_LEAK annotationsPatrick Steinhardt1-1/+0
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