diff options
author | Junio C Hamano <junkio@cox.net> | 2006-12-30 11:59:08 -0800 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2006-12-30 15:58:32 -0800 |
commit | 7cbcf4d5579bdc5d9f8a4bf3f37d3390fc6e2572 (patch) | |
tree | cc59576b721617ee30e804ff3634e462d7b0123c /Documentation/git-rev-list.txt | |
parent | 99e09cce8d0eace48209483b07e2a9d99542bd04 (diff) | |
download | git-7cbcf4d5579bdc5d9f8a4bf3f37d3390fc6e2572.tar.gz |
Move commit reencoding parameter parsing to revision.c
This way, git-rev-list and git-diff-tree with --pretty can use
it.
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-rev-list.txt')
-rw-r--r-- | Documentation/git-rev-list.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Documentation/git-rev-list.txt b/Documentation/git-rev-list.txt index 9e0dcf8d3f..86c94e7dfd 100644 --- a/Documentation/git-rev-list.txt +++ b/Documentation/git-rev-list.txt @@ -21,6 +21,7 @@ SYNOPSIS [ \--stdin ] [ \--topo-order ] [ \--parents ] + [ \--encoding[=<encoding>] ] [ \--(author|committer|grep)=<pattern> ] [ [\--objects | \--objects-edge] [ \--unpacked ] ] [ \--pretty | \--header ] |