diff options
author | Felipe Contreras <felipe.contreras@gmail.com> | 2014-04-20 20:59:27 +0200 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-04-21 20:47:34 +0200 |
commit | 4ee1b225b99f155cc9372397b5e120c2c0eee2bf (patch) | |
tree | 215db73aa6d92f9a2f10ccb69e986e1c039e5586 /Documentation/git-fast-import.txt | |
parent | transport-helper: add support to push symbolic refs (diff) | |
download | git-4ee1b225b99f155cc9372397b5e120c2c0eee2bf.tar.xz git-4ee1b225b99f155cc9372397b5e120c2c0eee2bf.zip |
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.txt | 3 |
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: ---- |