author | Oleksandr Gavenko <gavenkoa@gmail.com> |
Tue, 14 Jan 2014 11:24:18 +0200 | |
changeset 684 | 95b15ebd8e1e |
parent 620 | e752deb194d3 |
child 713 | c35497e441fd |
permissions | -rw-r--r-- |
116 | 1 |
# -*- mode: conf -*- |
2 |
||
3 |
[user] |
|
4 |
name = Oleksandr Gavenko |
|
5 |
email = gavenkoa@gmail.com |
|
6 |
||
7 |
[alias] |
|
8 |
br = branch |
|
9 |
ci = commit -a |
|
10 |
co = checkout |
|
11 |
cp = cherry-pick |
|
12 |
graph = log --graph --oneline --decorate |
|
13 |
info = config --list |
|
14 |
pop = !git stash apply && git stash clear |
|
15 |
sb = show-branch |
|
16 |
st = status |
|
17 |
staged = diff --cached |
|
18 |
summary = log --oneline |
|
19 |
tags = tag -n1 -l |
|
20 |
w = whatchanged |
|
21 |
||
22 |
[core] |
|
456
dc10370dab78
Remove non-exist option.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
194
diff
changeset
|
23 |
whitespace=-indent-with-non-tab,trailing-space,cr-at-eol |
116 | 24 |
excludesfile = ~/.gitignore |
25 |
||
26 |
[apply] |
|
27 |
# fix/strip/nowarn |
|
28 |
# whitespace = strip |
|
29 |
||
457
ed6c0bb1a820
Update to new syntax for colouring output.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
456
diff
changeset
|
30 |
[color] |
ed6c0bb1a820
Update to new syntax for colouring output.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
456
diff
changeset
|
31 |
branch = auto |
ed6c0bb1a820
Update to new syntax for colouring output.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
456
diff
changeset
|
32 |
diff = auto |
ed6c0bb1a820
Update to new syntax for colouring output.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
456
diff
changeset
|
33 |
grep = auto |
ed6c0bb1a820
Update to new syntax for colouring output.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
456
diff
changeset
|
34 |
interactive = auto |
473
36b5162c917b
Fix color.pager value: type mismatch.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
457
diff
changeset
|
35 |
pager = true |
457
ed6c0bb1a820
Update to new syntax for colouring output.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
456
diff
changeset
|
36 |
showbranch = auto |
ed6c0bb1a820
Update to new syntax for colouring output.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
456
diff
changeset
|
37 |
status = auto |
ed6c0bb1a820
Update to new syntax for colouring output.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
456
diff
changeset
|
38 |
ui = auto |
ed6c0bb1a820
Update to new syntax for colouring output.
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
456
diff
changeset
|
39 |
|
116 | 40 |
[diff] |
41 |
# Makes the diff much shorter when moving or copying files. |
|
42 |
rename = copy |
|
43 |
||
44 |
# The number of files to consider when performing the copy/rename |
|
45 |
# detection; equivalent to the git diff option -l. |
|
46 |
# renamelimit = 0 |
|
620
e752deb194d3
Use ISO 8601 date format for "git log".
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
473
diff
changeset
|
47 |
|
e752deb194d3
Use ISO 8601 date format for "git log".
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
473
diff
changeset
|
48 |
[log] |
e752deb194d3
Use ISO 8601 date format for "git log".
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
473
diff
changeset
|
49 |
date = iso |
e752deb194d3
Use ISO 8601 date format for "git log".
Oleksandr Gavenko <gavenkoa@gmail.com>
parents:
473
diff
changeset
|
50 |