diff options
author | Jonathan Nieder <jrnieder@gmail.com> | 2011-01-15 20:16:05 -0600 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-01-18 10:15:59 -0800 |
commit | 898243b82db862867106854ad10794e74c215e49 (patch) | |
tree | a74965da22f447ffe5f4a31dd7cb9e420c36a403 /Documentation | |
parent | ll-merge: simplify opts == NULL case (diff) | |
download | tgif-898243b82db862867106854ad10794e74c215e49.tar.xz |
Documentation/fast-import: capitalize beginning of sentence
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/git-fast-import.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-fast-import.txt b/Documentation/git-fast-import.txt index f56dfcabb9..fed48bd722 100644 --- a/Documentation/git-fast-import.txt +++ b/Documentation/git-fast-import.txt @@ -905,7 +905,7 @@ The `<dataref>` can be either a mark reference (`:<idnum>`) set previously or a full 40-byte SHA-1 of a Git blob, preexisting or ready to be written. -output uses the same format as `git cat-file --batch`: +Output uses the same format as `git cat-file --batch`: ==== <sha1> SP 'blob' SP <size> LF |