aboutsummaryrefslogtreecommitdiffstats
path: root/t/t6050-replace.sh
AgeCommit message (Expand)AuthorFilesLines
2023-11-02tests: teach callers of test_i18ngrep to use test_grepJunio C Hamano1-7/+7
2023-05-19t6050-replace: modernize test formatJohn Cai1-148/+148
2021-08-02t6050: use git-update-ref rather than filesystem accessHan-Wen Nienhuys1-1/+1
2021-01-25Merge branch 'js/default-branch-name-tests-final-stretch'Junio C Hamano1-5/+8
2021-01-05mktag tests: don't redirect stderr to a file needlesslyÆvar Arnfjörð Bjarmason1-1/+1
2020-11-19t6[0-3]*: adjust the references to the default branch name "main"Johannes Schindelin1-6/+6
2020-11-19tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin1-0/+3
2020-05-20t: use update-ref and show-ref to reading/writing refsHan-Wen Nienhuys1-1/+1
2019-04-15replace: peel tag when passing a tag first to --graftChristian Couder1-0/+11
2019-04-15replace: peel tag when passing a tag as parent to --graftChristian Couder1-0/+11
2019-04-01t6050: redirect expected error output to a fileChristian Couder1-1/+2
2019-04-01t6050: use test_line_count instead of wc -lChristian Couder1-2/+4
2019-01-04Merge branch 'nd/i18n'Junio C Hamano1-2/+2
2018-11-29advice: don't pointlessly suggest --convert-graft-fileÆvar Arnfjörð Bjarmason1-1/+4
2018-11-12fsck: mark strings for translationNguyễn Thái Ngọc Duy1-2/+2
2018-07-18add core.usereplacerefs config optionJeff King1-0/+6
2018-05-30Merge branch 'sg/t6500-no-redirect-of-stdin'Junio C Hamano1-2/+0
2018-05-09t6050-replace: don't disable stdin for the whole test scriptSZEDER Gábor1-2/+0
2018-04-30Add a test for `git replace --convert-graft-file`Johannes Schindelin1-0/+28
2016-01-05t6050-replace: make failing editor test more robustSZEDER Gábor1-3/+7
2014-07-21replace: add test for --graft with a mergetagChristian Couder1-0/+22
2014-07-21replace: add test for --graft with signed commitChristian Couder1-0/+24
2014-07-21replace: add test for --graftChristian Couder1-1/+44
2014-07-07replace: cleanup redirection style in testsChristian Couder1-24/+24
2014-05-19replace: add tests for --editChristian Couder1-0/+27
2013-12-30replace info: rename 'full' to 'long' and clarify in-code symbolsChristian Couder1-2/+2
2013-12-12builtin/replace: unset read_replace_refsChristian Couder1-1/+1
2013-12-12t6050: add tests for listing with --formatChristian Couder1-0/+37
2013-12-12sha1_file: perform object replacement in sha1_object_info_extended()Christian Couder1-1/+1
2013-12-12t6050: show that git cat-file --batch fails with replace objectsChristian Couder1-0/+5
2013-09-06t6050-replace: use some long option namesChristian Couder1-4/+4
2013-09-06t6050-replace: add test to clean up all the replace refsChristian Couder1-0/+6
2013-09-06t6050-replace: test that objects are of the same typeChristian Couder1-0/+13
2012-11-13replace: parse revision argument for -dMichael J Gruber1-0/+11
2011-05-15t6050: make sure we test not just commit replacementJunio C Hamano1-2/+16
2010-11-09tests: add missing &&Jonathan Nieder1-1/+1
2010-09-27t6050 (replace): fix bogus "fetch branch with replacement" testChristian Couder1-3/+10
2010-09-09tests: subshell indentation stylefixJonathan Nieder1-21/+25
2010-09-06Merge branch 'jl/maint-fix-test'Junio C Hamano1-11/+11
2010-09-06Several tests: cd inside subshell instead of aroundJens Lehmann1-11/+11
2010-09-03Merge branch 'nd/maint-fix-replace'Junio C Hamano1-1/+1
2010-09-03parse_object: pass on the original sha1, not the replaced oneNguyễn Thái Ngọc Duy1-1/+1
2010-08-12index-pack: Don't follow replace refs.Nelson Elhage1-0/+6
2009-11-20replace: use a GIT_NO_REPLACE_OBJECTS env variableChristian Couder1-0/+17
2009-10-13git: add --no-replace-objects option to disable replacingChristian Couder1-0/+7
2009-05-31t6050: check pushing something based on a replaced commitChristian Couder1-0/+68
2009-05-31builtin-replace: teach "git replace" to actually replaceChristian Couder1-0/+10
2009-05-31Add new "git replace" commandChristian Couder1-0/+12
2009-05-31environment: add global variable to disable replacementChristian Couder1-0/+23
2009-05-31mktag: call "check_sha1_signature" with the replacement sha1Christian Couder1-0/+12
2009-05-31replace_object: add a test caseChristian Couder1-0/+75