diff options
author | Felipe Contreras <felipe.contreras@gmail.com> | 2014-04-20 13:59:24 -0500 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2014-04-21 11:47:33 -0700 |
commit | 03e9010c66adfe5e1693eae039e6754d925b7bf4 (patch) | |
tree | 97d66d0654b6863a18f13d3f09e19a9dd9cedcb5 /Documentation | |
parent | 8b2f86a76146ebbd4ac4f9c2182b3f7bda4492ff (diff) | |
download | git-03e9010c66adfe5e1693eae039e6754d925b7bf4.tar.gz |
fast-export: add new --refspec option
So that we can convert the exported ref names.
Signed-off-by: Felipe Contreras <felipe.contreras@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-fast-export.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/git-fast-export.txt b/Documentation/git-fast-export.txt index 85f1f30fdf..221506b04b 100644 --- a/Documentation/git-fast-export.txt +++ b/Documentation/git-fast-export.txt @@ -105,6 +105,10 @@ marks the same across runs. in the commit (as opposed to just listing the files which are different from the commit's first parent). +--refspec:: + Apply the specified refspec to each ref exported. Multiple of them can + be specified. + [<git-rev-list-args>...]:: A list of arguments, acceptable to 'git rev-parse' and 'git rev-list', that specifies the specific objects and references |