diff options
author | Joey Hess <joey@kitenet.net> | 2012-01-07 21:54:51 -0400 |
---|---|---|
committer | Joey Hess <joey@kitenet.net> | 2012-01-07 21:54:51 -0400 |
commit | dc1d51b2df61c8080af9d77cae3a404db9f2231d (patch) | |
tree | f2e7a3827beedf0465ee7f021543d6269eda533c | |
parent | 27e3429667ac221a4163b90236c0bfaa9e3492cf (diff) |
formatting
-rw-r--r-- | doc/tips/visualizing_repositories_with_gource.mdwn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/tips/visualizing_repositories_with_gource.mdwn b/doc/tips/visualizing_repositories_with_gource.mdwn index 02cf159b2..884f70c44 100644 --- a/doc/tips/visualizing_repositories_with_gource.mdwn +++ b/doc/tips/visualizing_repositories_with_gource.mdwn @@ -19,4 +19,4 @@ and use `git annex log` to make an input file for `gource`: sort gource.log | gource --log-format custom - The `git annex log` can take a while, to speed it up you can use something -like `--after "4 monts ago" to limit how far back it goes. +like `--after "4 monts ago"` to limit how far back it goes. |