1gitk(1) 2======= 3 4NAME 5---- 6gitk - Some git command not yet documented. 7 8 9SYNOPSIS 10-------- 11'gitk' [ --option ] <args>... 12 13DESCRIPTION 14----------- 15Does something not yet documented. 16 17 18OPTIONS 19------- 20--option:: 21 Some option not yet documented. 22 23<args>...:: 24 Some argument not yet documented. 25 26 27Examples 28-------- 29gitk v2.6.12.. include/scsi drivers/scsi:: 30 31 Show as the changes since version 'v2.6.12' that changed any 32 file in the include/scsi or drivers/scsi subdirectories 33 34gitk --since="2 weeks ago" \-- gitk:: 35 36 Show the changes during the last two weeks to the file 'gitk'. 37 The "--" is necessary to avoid confusion with the *branch* named 38 'gitk' 39 40Author 41------ 42Written by Paul Mackerras <paulus@samba.org> 43 44Documentation 45-------------- 46Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>. 47 48GIT 49--- 50Part of the gitlink:git[7] suite 51