Skip to content

Commit 9262eb0

Browse files
committed
Merge branch 'cc/doc-fast-export-synopsis-fix' into jch
The usage string and SYNOPSIS for git fast-export have been standardized to make them consistent with each other and with other commands. * cc/doc-fast-export-synopsis-fix: fast-export: standardize usage string and SYNOPSIS
2 parents a3691c2 + b9a7080 commit 9262eb0

3 files changed

Lines changed: 2 additions & 3 deletions

File tree

Documentation/git-fast-export.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ git-fast-export - Git data exporter
99
SYNOPSIS
1010
--------
1111
[verse]
12-
'git fast-export' [<options>] | 'git fast-import'
12+
'git fast-export' [<options>] [<revision-range>] [[--] <path>...]
1313

1414
DESCRIPTION
1515
-----------

builtin/fast-export.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
#include "gpg-interface.h"
3434

3535
static const char *const fast_export_usage[] = {
36-
N_("git fast-export [<rev-list-opts>]"),
36+
N_("git fast-export [<options>] [<revision-range>] [[--] <path>...]"),
3737
NULL
3838
};
3939

t/t0450/adoc-help-mismatches

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ column
1212
credential
1313
credential-cache
1414
credential-store
15-
fast-export
1615
fast-import
1716
fetch-pack
1817
fmt-merge-msg

0 commit comments

Comments
 (0)