diff options
author | https://www.google.com/accounts/o8/id?id=AItOawnBJ6Dv1glxzzi4qIzGFNa6F-mfHIvv9Ck <Jim@web> | 2012-01-19 23:10:25 +0000 |
---|---|---|
committer | admin <admin@branchable.com> | 2012-01-19 23:10:25 +0000 |
commit | 7fa95eff5e0bae92b27db793f8e2f4972218acd4 (patch) | |
tree | 1e6a94d76a92480fb1003b27bdd5b07edfeaffab /doc | |
parent | effaa298fabed963ec8a616d206662682e70e61a (diff) |
Diffstat (limited to 'doc')
-rw-r--r-- | doc/tips/visualizing_repositories_with_gource.mdwn | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tips/visualizing_repositories_with_gource.mdwn b/doc/tips/visualizing_repositories_with_gource.mdwn index 884f70c44..25a69c1b7 100644 --- a/doc/tips/visualizing_repositories_with_gource.mdwn +++ b/doc/tips/visualizing_repositories_with_gource.mdwn @@ -15,8 +15,8 @@ or removed from them with git-annex. To use gource this way, first go into the directory you want to visualize, and use `git annex log` to make an input file for `gource`: - git annex log --gource | tee gorce.log + git annex log --gource | tee gource.log 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 months ago"` to limit how far back it goes. |