summaryrefslogtreecommitdiff
path: root/t/t6050-replace.sh
AgeCommit message (Expand)Author
2019-01-04Merge branch 'nd/i18n'Junio C Hamano
2018-11-29advice: don't pointlessly suggest --convert-graft-fileÆvar Arnfjörð Bjarmason
2018-11-12fsck: mark strings for translationNguyễn Thái Ngọc Duy
2018-07-18add core.usereplacerefs config optionJeff King
2018-05-30Merge branch 'sg/t6500-no-redirect-of-stdin'Junio C Hamano
2018-05-09t6050-replace: don't disable stdin for the whole test scriptSZEDER Gábor
2018-04-30Add a test for `git replace --convert-graft-file`Johannes Schindelin
2016-01-05t6050-replace: make failing editor test more robustSZEDER Gábor
2014-07-21replace: add test for --graft with a mergetagChristian Couder
2014-07-21replace: add test for --graft with signed commitChristian Couder
2014-07-21replace: add test for --graftChristian Couder
2014-07-07replace: cleanup redirection style in testsChristian Couder
2014-05-19replace: add tests for --editChristian Couder
2013-12-30replace info: rename 'full' to 'long' and clarify in-code symbolsChristian Couder
2013-12-12builtin/replace: unset read_replace_refsChristian Couder
2013-12-12t6050: add tests for listing with --formatChristian Couder
2013-12-12sha1_file: perform object replacement in sha1_object_info_extended()Christian Couder
2013-12-12t6050: show that git cat-file --batch fails with replace objectsChristian Couder
2013-09-06t6050-replace: use some long option namesChristian Couder
2013-09-06t6050-replace: add test to clean up all the replace refsChristian Couder
2013-09-06t6050-replace: test that objects are of the same typeChristian Couder
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