From 4ee1b225b99f155cc9372397b5e120c2c0eee2bf Mon Sep 17 00:00:00 2001 From: Felipe Contreras Date: Sun, 20 Apr 2014 13:59:27 -0500 Subject: fast-import: add support to delete refs Signed-off-by: Felipe Contreras Signed-off-by: Junio C Hamano --- Documentation/git-fast-import.txt | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Documentation/git-fast-import.txt') 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: ---- -- cgit v1.2.1