diff options
author | Simon Arlott <simon@fire.lp0.eu> | 2009-03-30 19:31:41 +0100 |
---|---|---|
committer | Eric Wong <normalperson@yhbt.net> | 2009-03-30 23:51:20 -0700 |
commit | 49750f30767b3eb4683e8d2f4d742354dd5d03d3 (patch) | |
tree | c9ae3ec2a1088b54e5288f29b40967ed8d77c120 /Documentation/git-svn.txt | |
parent | 442dd42d6d4903640b0dc5561481a77c88dcea90 (diff) | |
download | git-49750f30767b3eb4683e8d2f4d742354dd5d03d3.tar.gz |
git-svn: add a double quiet option to hide git commits
People may expect/prefer -q to still show git commits,
so this change allows a second -q to hide them.
Signed-off-by: Michael Poole <mdpoole@troilus.org>
Signed-off-by: Simon Arlott <simon@fire.lp0.eu>
Acked-by: Eric Wong <normalperson@yhbt.net>
Diffstat (limited to 'Documentation/git-svn.txt')
-rw-r--r-- | Documentation/git-svn.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Documentation/git-svn.txt b/Documentation/git-svn.txt index cda3389331..8163a19843 100644 --- a/Documentation/git-svn.txt +++ b/Documentation/git-svn.txt @@ -385,7 +385,8 @@ config key: svn.authorsfile -q:: --quiet:: - Make 'git-svn' less verbose. + Make 'git-svn' less verbose. Specify a second time to make it + even less verbose. --repack[=<n>]:: --repack-flags=<flags>:: |