Re: [PATCH v5 08/10] fast-import: add support to delete refs

2013-10-31 Thread Max Horn
On 31.10.2013, at 10:36, 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(+), 3 deletio

[PATCH v5 08/10] fast-import: add support to delete refs

2013-10-31 Thread Felipe Contreras
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