X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-replace.txt;h=17df525275493f5bdcdd912ad56581ffa8a97fa2;hb=32b31ab7f3ff52eafc40033b890b313efaed8c56;hp=65a0da508a6be033e46850dc46b4fb700c93ad50;hpb=abf411e28d9df669b0e690578a1eb95c0bd29847;p=git.git diff --git a/Documentation/git-replace.txt b/Documentation/git-replace.txt index 65a0da508..17df52527 100644 --- a/Documentation/git-replace.txt +++ b/Documentation/git-replace.txt @@ -65,7 +65,7 @@ OPTIONS BUGS ---- Comparing blobs or trees that have been replaced with those that -replace them will not work properly. And using 'git reset --hard' to +replace them will not work properly. And using `git reset --hard` to go back to a replaced commit will move the branch to the replacement commit instead of the replaced commit. @@ -80,17 +80,6 @@ linkgit:git-tag[1] linkgit:git-branch[1] linkgit:git[1] -Author ------- -Written by Christian Couder and Junio C -Hamano , based on 'git tag' by Kristian Hogsberg - and Carlos Rica . - -Documentation --------------- -Documentation by Christian Couder and the -git-list , based on 'git tag' documentation. - GIT --- Part of the linkgit:git[1] suite