summaryrefslogtreecommitdiff
path: root/t/t6050-replace.sh
AgeCommit message (Expand)AuthorFilesLines
2014-07-21replace: add test for --graft with a mergetagLibravatar Christian Couder1-0/+22
2014-07-21replace: add test for --graft with signed commitLibravatar Christian Couder1-0/+24
2014-07-21replace: add test for --graftLibravatar Christian Couder1-1/+44
2014-07-07replace: cleanup redirection style in testsLibravatar Christian Couder1-24/+24
2014-05-19replace: add tests for --editLibravatar Christian Couder1-0/+27
2013-12-30replace info: rename 'full' to 'long' and clarify in-code symbolsLibravatar Christian Couder1-2/+2
2013-12-12builtin/replace: unset read_replace_refsLibravatar Christian Couder1-1/+1
2013-12-12t6050: add tests for listing with --formatLibravatar Christian Couder1-0/+37
2013-12-12sha1_file: perform object replacement in sha1_object_info_extended()Libravatar Christian Couder1-1/+1
2013-12-12t6050: show that git cat-file --batch fails with replace objectsLibravatar Christian Couder1-0/+5
2013-09-06t6050-replace: use some long option namesLibravatar Christian Couder1-4/+4
2013-09-06t6050-replace: add test to clean up all the replace refsLibravatar Christian Couder1-0/+6
2013-09-06t6050-replace: test that objects are of the same typeLibravatar Christian Couder1-0/+13
2012-11-13replace: parse revision argument for -dLibravatar Michael J Gruber1-0/+11
2011-05-15t6050: make sure we test not just commit replacementLibravatar Junio C Hamano1-2/+16
2010-11-09tests: add missing &&Libravatar Jonathan Nieder1-1/+1
2010-09-27t6050 (replace): fix bogus "fetch branch with replacement" testLibravatar Christian Couder1-3/+10
2010-09-09tests: subshell indentation stylefixLibravatar Jonathan Nieder1-21/+25
2010-09-06Merge branch 'jl/maint-fix-test'Libravatar Junio C Hamano1-11/+11
2010-09-06Several tests: cd inside subshell instead of aroundLibravatar Jens Lehmann1-11/+11
2010-09-03Merge branch 'nd/maint-fix-replace'Libravatar Junio C Hamano1-1/+1
2010-09-03parse_object: pass on the original sha1, not the replaced oneLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2010-08-12index-pack: Don't follow replace refs.Libravatar Nelson Elhage1-0/+6
2009-11-20replace: use a GIT_NO_REPLACE_OBJECTS env variableLibravatar Christian Couder1-0/+17
2009-10-13git: add --no-replace-objects option to disable replacingLibravatar Christian Couder1-0/+7
2009-05-31t6050: check pushing something based on a replaced commitLibravatar Christian Couder1-0/+68
2009-05-31builtin-replace: teach "git replace" to actually replaceLibravatar Christian Couder1-0/+10
2009-05-31Add new "git replace" commandLibravatar Christian Couder1-0/+12
2009-05-31environment: add global variable to disable replacementLibravatar Christian Couder1-0/+23
2009-05-31mktag: call "check_sha1_signature" with the replacement sha1Libravatar Christian Couder1-0/+12
2009-05-31replace_object: add a test caseLibravatar Christian Couder1-0/+75