* [PATCH] Documentation: git-filter-branch honors replacement refs
@ 2011-07-21 15:10 Peter Collingbourne
2011-07-21 18:42 ` Junio C Hamano
0 siblings, 1 reply; 2+ messages in thread
From: Peter Collingbourne @ 2011-07-21 15:10 UTC (permalink / raw)
To: git; +Cc: Peter Collingbourne
Make it clear that git-filter-branch will honor and make permanent
replacement refs as well as grafts.
Signed-off-by: Peter Collingbourne <peter@pcc.me.uk>
---
Documentation/git-filter-branch.txt | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diff --git a/Documentation/git-filter-branch.txt b/Documentation/git-filter-branch.txt
index 9dc1f2a..0f2f117 100644
--- a/Documentation/git-filter-branch.txt
+++ b/Documentation/git-filter-branch.txt
@@ -32,8 +32,9 @@ changes, which would normally have no effect. Nevertheless, this may be
useful in the future for compensating for some git bugs or such,
therefore such a usage is permitted.
-*NOTE*: This command honors `.git/info/grafts`. If you have any grafts
-defined, running this command will make them permanent.
+*NOTE*: This command honors `.git/info/grafts` and `.git/refs/replace/`.
+If you have any grafts or replacement refs defined, running this command
+will make them permanent.
*WARNING*! The rewritten history will have different object names for all
the objects and will not converge with the original branch. You will not
--
1.7.5.3
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] Documentation: git-filter-branch honors replacement refs
2011-07-21 15:10 [PATCH] Documentation: git-filter-branch honors replacement refs Peter Collingbourne
@ 2011-07-21 18:42 ` Junio C Hamano
0 siblings, 0 replies; 2+ messages in thread
From: Junio C Hamano @ 2011-07-21 18:42 UTC (permalink / raw)
To: Peter Collingbourne; +Cc: git
Peter Collingbourne <peter@pcc.me.uk> writes:
> Make it clear that git-filter-branch will honor and make permanent
> replacement refs as well as grafts.
>
> Signed-off-by: Peter Collingbourne <peter@pcc.me.uk>
> ---
> Documentation/git-filter-branch.txt | 5 +++--
> 1 files changed, 3 insertions(+), 2 deletions(-)
>
> diff --git a/Documentation/git-filter-branch.txt b/Documentation/git-filter-branch.txt
> index 9dc1f2a..0f2f117 100644
> --- a/Documentation/git-filter-branch.txt
> +++ b/Documentation/git-filter-branch.txt
> @@ -32,8 +32,9 @@ changes, which would normally have no effect. Nevertheless, this may be
> useful in the future for compensating for some git bugs or such,
> therefore such a usage is permitted.
>
> -*NOTE*: This command honors `.git/info/grafts`. If you have any grafts
> -defined, running this command will make them permanent.
> +*NOTE*: This command honors `.git/info/grafts` and `.git/refs/replace/`.
> +If you have any grafts or replacement refs defined, running this command
> +will make them permanent.
Looks good. I think the second sentence can be further clarified,
though. One of the reasons you may want to run this command is to make
them permanent, so perhaps
Use this command to make your grafts and replacements permanent.
or something like that.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-07-21 18:43 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-21 15:10 [PATCH] Documentation: git-filter-branch honors replacement refs Peter Collingbourne
2011-07-21 18:42 ` Junio C Hamano
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).