blob: 61f862715a127f1297416a645cf2e63bfd803667 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
git-todo(1)
===========
NAME
----
git-todo - Output recent TODO lines
SYNOPSIS
--------
'git todo' [options] [<ref>]
DESCRIPTION
-----------
Find TODO lines and output them in a grep-style format including the name
of the file containing them and their line number.
By default, outputs all TODO lines since `master`.
OPTIONS
-------
-h, --help::
Print usage help.
-V, --version::
Print the program version.
EXAMPLES
--------
Show TODOs since the `v1.0.0` tag:
$ git todo v1.0.0
|