| Commit message (Expand) | Author | Age | Files | Lines |
* | t6050-replace: make failing editor test more robustsg/t6050-failing-editor-test-fix | SZEDER Gábor | 2016-01-05 | 1 | -3/+7 |
* | replace: add test for --graft with a mergetagcc/replace-graft | Christian Couder | 2014-07-21 | 1 | -0/+22 |
* | replace: add test for --graft with signed commit | Christian Couder | 2014-07-21 | 1 | -0/+24 |
* | replace: add test for --graft | Christian Couder | 2014-07-21 | 1 | -1/+44 |
* | replace: cleanup redirection style in tests | Christian Couder | 2014-07-07 | 1 | -24/+24 |
* | replace: add tests for --edit | Christian Couder | 2014-05-19 | 1 | -0/+27 |
* | replace info: rename 'full' to 'long' and clarify in-code symbolscc/replace-object-info | Christian Couder | 2013-12-30 | 1 | -2/+2 |
* | builtin/replace: unset read_replace_refs | Christian Couder | 2013-12-12 | 1 | -1/+1 |
* | t6050: add tests for listing with --format | Christian Couder | 2013-12-12 | 1 | -0/+37 |
* | sha1_file: perform object replacement in sha1_object_info_extended() | Christian Couder | 2013-12-12 | 1 | -1/+1 |
* | t6050: show that git cat-file --batch fails with replace objects | Christian Couder | 2013-12-12 | 1 | -0/+5 |
* | t6050-replace: use some long option names | Christian Couder | 2013-09-06 | 1 | -4/+4 |
* | t6050-replace: add test to clean up all the replace refs | Christian Couder | 2013-09-06 | 1 | -0/+6 |
* | t6050-replace: test that objects are of the same type | Christian Couder | 2013-09-06 | 1 | -0/+13 |
* | replace: parse revision argument for -d | Michael J Gruber | 2012-11-13 | 1 | -0/+11 |
* | t6050: make sure we test not just commit replacement | Junio C Hamano | 2011-05-15 | 1 | -2/+16 |
* | tests: add missing && | Jonathan Nieder | 2010-11-09 | 1 | -1/+1 |
* | t6050 (replace): fix bogus "fetch branch with replacement" test | Christian Couder | 2010-09-27 | 1 | -3/+10 |
* | tests: subshell indentation stylefix | Jonathan Nieder | 2010-09-09 | 1 | -21/+25 |
* | Merge branch 'jl/maint-fix-test' | Junio C Hamano | 2010-09-06 | 1 | -11/+11 |
|\ |
|
| * | Several tests: cd inside subshell instead of around | Jens Lehmann | 2010-09-06 | 1 | -11/+11 |
* | | Merge branch 'nd/maint-fix-replace' | Junio C Hamano | 2010-09-03 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | parse_object: pass on the original sha1, not the replaced one | Nguyễn Thái Ngọc Duy | 2010-09-03 | 1 | -1/+1 |
* | | index-pack: Don't follow replace refs. | Nelson Elhage | 2010-08-12 | 1 | -0/+6 |
|/ |
|
* | replace: use a GIT_NO_REPLACE_OBJECTS env variable | Christian Couder | 2009-11-20 | 1 | -0/+17 |
* | git: add --no-replace-objects option to disable replacing | Christian Couder | 2009-10-13 | 1 | -0/+7 |
* | t6050: check pushing something based on a replaced commit | Christian Couder | 2009-05-31 | 1 | -0/+68 |
* | builtin-replace: teach "git replace" to actually replace | Christian Couder | 2009-05-31 | 1 | -0/+10 |
* | Add new "git replace" command | Christian Couder | 2009-05-31 | 1 | -0/+12 |
* | environment: add global variable to disable replacement | Christian Couder | 2009-05-31 | 1 | -0/+23 |
* | mktag: call "check_sha1_signature" with the replacement sha1 | Christian Couder | 2009-05-31 | 1 | -0/+12 |
* | replace_object: add a test case | Christian Couder | 2009-05-31 | 1 | -0/+75 |