git-fetch: follow tag only when tracking remote branch.
[git.git] / Documentation / gitk.txt
blobeb126d7a4b02c979709dff716eb9c9a64c169952
1 gitk(1)
2 =======
4 NAME
5 ----
6 gitk - Some git command not yet documented.
9 SYNOPSIS
10 --------
11 'gitk' [ --option ] <args>...
13 DESCRIPTION
14 -----------
15 Does something not yet documented.
18 OPTIONS
19 -------
20 --option::
21         Some option not yet documented.
23 <args>...::
24         Some argument not yet documented.
27 Examples
28 --------
29 gitk v2.6.12.. include/scsi drivers/scsi::
31         Show as the changes since version 'v2.6.12' that changed any
32         file in the include/scsi or drivers/scsi subdirectories
34 gitk --since="2 weeks ago" -- gitk::
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'
40 Author
41 ------
42 Written by Paul Mackerras <paulus@samba.org>
44 Documentation
45 --------------
46 Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
48 GIT
49 ---
50 Part of the gitlink:git[7] suite