forked from alikins/gitconfig
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
20 lines (15 loc) · 672 Bytes
/
README
File metadata and controls
20 lines (15 loc) · 672 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
my .gitconfig, see gitconfig for inline comments.
Some are stuff I use a lot. A lot are things I
use occasionally, so this just documents them.
install git-checkcommits to somewhere in
the PATH. usage is "git checkcommits master feature"
which will show commits in feature that don't seem
to be in master. It's based on comparing the subject
line, and try's to ignore subjects that start
with "12345:" (how we indicate bug id's).
git-showbugs also needs to go in PATH, and requires
python-bugzilla setup. It looks for the same bug
id as above.
git-bugbyrelease shows bugs fixed in each release.
This is kind of specific to http://http://rm-rf.ca/tito
based builds.