aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-fast-import.txt
diff options
context:
space:
mode:
authorFelipe Contreras <felipe.contreras@gmail.com>2014-04-20 13:59:27 -0500
committerJunio C Hamano <gitster@pobox.com>2014-04-21 11:47:34 -0700
commit4ee1b225b99f155cc9372397b5e120c2c0eee2bf (patch)
tree215db73aa6d92f9a2f10ccb69e986e1c039e5586 /Documentation/git-fast-import.txt
parent9193f742350d1b97e32b0687d1577dc2b2a0d713 (diff)
downloadgit-4ee1b225b99f155cc9372397b5e120c2c0eee2bf.tar.gz
fast-import: add support to delete refs
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-fast-import.txt')
-rw-r--r--Documentation/git-fast-import.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/Documentation/git-fast-import.txt b/Documentation/git-fast-import.txt
index fd22a9a0c1..c32a9a5aee 100644
--- a/Documentation/git-fast-import.txt
+++ b/Documentation/git-fast-import.txt
@@ -483,6 +483,9 @@ Marks must be declared (via `mark`) before they can be used.
* Any valid Git SHA-1 expression that resolves to a commit. See
``SPECIFYING REVISIONS'' in linkgit:gitrevisions[7] for details.
+* The special null SHA-1 (40 zeros) specifies that the branch is to be
+ removed.
+
The special case of restarting an incremental import from the
current branch value should be written as:
----