summaryrefslogtreecommitdiff
path: root/t/t6050-replace.sh
AgeCommit message (Expand)Author
2012-11-13replace: parse revision argument for -dMichael J Gruber
2011-05-15t6050: make sure we test not just commit replacementJunio C Hamano
2010-11-09tests: add missing &&Jonathan Nieder
2010-09-27t6050 (replace): fix bogus "fetch branch with replacement" testChristian Couder
2010-09-09tests: subshell indentation stylefixJonathan Nieder
2010-09-06Merge branch 'jl/maint-fix-test'Junio C Hamano
2010-09-06Several tests: cd inside subshell instead of aroundJens Lehmann
2010-09-04Merge branch 'nd/maint-fix-replace'Junio C Hamano
2010-09-04parse_object: pass on the original sha1, not the replaced oneNguyễn Thái Ngọc Duy
2010-08-12index-pack: Don't follow replace refs.Nelson Elhage
2009-11-21replace: use a GIT_NO_REPLACE_OBJECTS env variableChristian Couder
2009-10-13git: add --no-replace-objects option to disable replacingChristian Couder
2009-06-01t6050: check pushing something based on a replaced commitChristian Couder
2009-06-01builtin-replace: teach "git replace" to actually replaceChristian Couder
2009-06-01Add new "git replace" commandChristian Couder
2009-06-01environment: add global variable to disable replacementChristian Couder
2009-06-01mktag: call "check_sha1_signature" with the replacement sha1Christian Couder
2009-06-01replace_object: add a test caseChristian Couder