summaryrefslogtreecommitdiff
path: root/t/t6050-replace.sh
Commit message (Expand)AuthorAgeFilesLines
* t6050: use git-update-ref rather than filesystem accessHan-Wen Nienhuys2021-08-021-1/+1
* Merge branch 'js/default-branch-name-tests-final-stretch'Junio C Hamano2021-01-251-5/+8
|\
| * t6[0-3]*: adjust the references to the default branch name "main"Johannes Schindelin2020-11-191-6/+6
| * tests: mark tests relying on the current default for `init.defaultBranch`Johannes Schindelin2020-11-191-0/+3
* | mktag tests: don't redirect stderr to a file needlesslyÆvar Arnfjörð Bjarmason2021-01-051-1/+1
|/
* t: use update-ref and show-ref to reading/writing refsHan-Wen Nienhuys2020-05-201-1/+1
* replace: peel tag when passing a tag first to --graftChristian Couder2019-04-151-0/+11
* replace: peel tag when passing a tag as parent to --graftChristian Couder2019-04-151-0/+11
* t6050: redirect expected error output to a fileChristian Couder2019-04-011-1/+2
* t6050: use test_line_count instead of wc -lChristian Couder2019-04-011-2/+4
* Merge branch 'nd/i18n'Junio C Hamano2019-01-041-2/+2
|\
| * fsck: mark strings for translationNguyễn Thái Ngọc Duy2018-11-121-2/+2
* | advice: don't pointlessly suggest --convert-graft-fileÆvar Arnfjörð Bjarmason2018-11-291-1/+4
|/
* add core.usereplacerefs config optionJeff King2018-07-181-0/+6
* Merge branch 'sg/t6500-no-redirect-of-stdin'Junio C Hamano2018-05-301-2/+0
|\
| * t6050-replace: don't disable stdin for the whole test scriptSZEDER Gábor2018-05-091-2/+0
* | Add a test for `git replace --convert-graft-file`Johannes Schindelin2018-04-301-0/+28
|/
* t6050-replace: make failing editor test more robustsg/t6050-failing-editor-test-fixSZEDER Gábor2016-01-051-3/+7
* replace: add test for --graft with a mergetagcc/replace-graftChristian Couder2014-07-211-0/+22
* replace: add test for --graft with signed commitChristian Couder2014-07-211-0/+24
* replace: add test for --graftChristian Couder2014-07-211-1/+44
* replace: cleanup redirection style in testsChristian Couder2014-07-071-24/+24
* replace: add tests for --editChristian Couder2014-05-191-0/+27
* replace info: rename 'full' to 'long' and clarify in-code symbolscc/replace-object-infoChristian Couder2013-12-301-2/+2
* builtin/replace: unset read_replace_refsChristian Couder2013-12-121-1/+1
* t6050: add tests for listing with --formatChristian Couder2013-12-121-0/+37
* sha1_file: perform object replacement in sha1_object_info_extended()Christian Couder2013-12-121-1/+1
* t6050: show that git cat-file --batch fails with replace objectsChristian Couder2013-12-121-0/+5
* t6050-replace: use some long option namesChristian Couder2013-09-061-4/+4
* t6050-replace: add test to clean up all the replace refsChristian Couder2013-09-061-0/+6
* t6050-replace: test that objects are of the same typeChristian Couder2013-09-061-0/+13
* replace: parse revision argument for -dMichael J Gruber2012-11-131-0/+11
* t6050: make sure we test not just commit replacementJunio C Hamano2011-05-151-2/+16
* tests: add missing &&Jonathan Nieder2010-11-091-1/+1
* t6050 (replace): fix bogus "fetch branch with replacement" testChristian Couder2010-09-271-3/+10
* tests: subshell indentation stylefixJonathan Nieder2010-09-091-21/+25
* Merge branch 'jl/maint-fix-test'Junio C Hamano2010-09-061-11/+11
|\
| * Several tests: cd inside subshell instead of aroundJens Lehmann2010-09-061-11/+11
* | Merge branch 'nd/maint-fix-replace'Junio C Hamano2010-09-031-1/+1
|\ \ | |/ |/|
| * parse_object: pass on the original sha1, not the replaced oneNguyễn Thái Ngọc Duy2010-09-031-1/+1
* | index-pack: Don't follow replace refs.Nelson Elhage2010-08-121-0/+6
|/
* replace: use a GIT_NO_REPLACE_OBJECTS env variableChristian Couder2009-11-201-0/+17
* git: add --no-replace-objects option to disable replacingChristian Couder2009-10-131-0/+7
* t6050: check pushing something based on a replaced commitChristian Couder2009-05-311-0/+68
* builtin-replace: teach "git replace" to actually replaceChristian Couder2009-05-311-0/+10
* Add new "git replace" commandChristian Couder2009-05-311-0/+12
* environment: add global variable to disable replacementChristian Couder2009-05-311-0/+23
* mktag: call "check_sha1_signature" with the replacement sha1Christian Couder2009-05-311-0/+12
* replace_object: add a test caseChristian Couder2009-05-311-0/+75