git-tar-tree: no more void pointer arithmetic
[git.git] / Documentation / gitk.txt
1 gitk(1)
2 =======
3
4 NAME
5 ----
6 gitk - Some git command not yet documented.
7
8
9 SYNOPSIS
10 --------
11 'gitk' [ --option ] <args>...
12
13 DESCRIPTION
14 -----------
15 Does something not yet documented.
16
17
18 OPTIONS
19 -------
20 --option::
21         Some option not yet documented.
22
23 <args>...::
24         Some argument not yet documented.
25
26
27 Examples
28 --------
29 gitk 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
34 gitk --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
40 Author
41 ------
42 Written by Paul Mackerras <paulus@samba.org>
43
44 Documentation
45 --------------
46 Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
47
48 GIT
49 ---
50 Part of the gitlink:git[7] suite
51