summaryrefslogtreecommitdiff
path: root/t/t6050-replace.sh
AgeCommit message (Expand)AuthorFilesLines
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