From: "Daniel Cheng (aka SDiZ)" <j16sdiz+freenet@gmail.com>
To: gitster@pobox.com
Cc: git@vger.kernel.org,
"Daniel Cheng (aka SDiZ)" <j16sdiz+freenet@gmail.com>
Subject: [DOC PATCH] State the effect of filter-branch on graft explicitly
Date: Fri, 10 Apr 2009 14:26:49 +0800 [thread overview]
Message-ID: <1239344809-4451-1-git-send-email-j16sdiz+freenet@gmail.com> (raw)
Signed-off-by: Daniel Cheng (aka SDiZ) <j16sdiz+freenet@gmail.com>
---
The documentation state nothing about effect of graft in filter-branch.
The only (implicit) reference is the "simplier" method in the example
section.
This patch make the reference explicit.
Documentation/git-filter-branch.txt | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/Documentation/git-filter-branch.txt b/Documentation/git-filter-branch.txt
index 237f85e..e281290 100644
--- a/Documentation/git-filter-branch.txt
+++ b/Documentation/git-filter-branch.txt
@@ -31,6 +31,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 honor `.git/info/grafts`. If you have any grafts
+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
be able to easily push and distribute the rewritten branch on top of the
--
1.6.2.1
next reply other threads:[~2009-04-10 6:28 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-04-10 6:26 Daniel Cheng (aka SDiZ) [this message]
2009-04-10 15:57 ` [DOC PATCH] State the effect of filter-branch on graft explicitly Sverre Rabbelier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1239344809-4451-1-git-send-email-j16sdiz+freenet@gmail.com \
--to=j16sdiz+freenet@gmail.com \
--cc=git@vger.kernel.org \
--cc=gitster@pobox.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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).