Re: [gitg] limit the number of revisions



Hi Jan,

gitg actually passes unrecognized command line arguments to git log. You can separate those arguments from the normal gitg cmd arguments by specifying them after a double dash (--) as is customary for gnu command line options, so you can just do the following to load only 10 commits:

gitg -- -10


Cheers

2012/8/2 Jan Pohanka <pohanka jablocom com>
Hello,
does there exist any command line switch, which can limit the number of loaded revisions? For larger projects (eg. linux kernel) gitg start takes really long (~10s). Gitk has the switch -n that can do this.

regards
Jan

(please cc me if you respond, I'm not on the list)


_______________________________________________
gitg-list mailing list
gitg-list gnome org
https://mail.gnome.org/mailman/listinfo/gitg-list




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]