X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgitk.txt;h=f1aeb07f64e09735871f0a956b9ba412578a2a23;hb=7768e27e1d3f3d5e253e795433033b5de1d1c157;hp=23be0050b0023cbfecc5fa271b97a7d9855a73b0;hpb=0f2ca9d5c99436d048bfe0a7161b4365a731938f;p=git.git diff --git a/Documentation/gitk.txt b/Documentation/gitk.txt index 23be0050b..f1aeb07f6 100644 --- a/Documentation/gitk.txt +++ b/Documentation/gitk.txt @@ -37,6 +37,10 @@ frequently used options. Show commits older than a specific date. +--all:: + + Show all branches. + :: Limit the revisions to show. This can be either a single revision @@ -63,6 +67,11 @@ gitk --since="2 weeks ago" \-- gitk:: The "--" is necessary to avoid confusion with the *branch* named 'gitk' +gitk --max-count=100 --all -- Makefile:: + + Show at most 100 changes made to the file 'Makefile'. Instead of only + looking for changes in the current branch look in all branches. + See Also -------- 'qgit(1)'::