Re: [PATCH v4 07/10] fast-import: add support to delete refs
On Sun, Oct 27, 2013 at 3:05 AM, Felipe Contreras wrote: > Signed-off-by: Felipe Contreras > --- > Documentation/git-fast-import.txt | 3 +++ > fast-import.c | 13 ++--- > t/t9300-fast-import.sh| 18 ++ > 3 files changed, 31 insertions(+),
[PATCH v4 07/10] fast-import: add support to delete refs
Signed-off-by: Felipe Contreras --- Documentation/git-fast-import.txt | 3 +++ fast-import.c | 13 ++--- t/t9300-fast-import.sh| 18 ++ 3 files changed, 31 insertions(+), 3 deletions(-) diff --git a/Documentation/git-fast-import.txt b/Doc