-
Notifications
You must be signed in to change notification settings - Fork 24
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Jan Moesen
committed
Oct 13, 2011
1 parent
101376f
commit 0ae9de1
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
[core] | ||
repositoryformatversion = 0 | ||
filemode = true | ||
bare = false | ||
logallrefupdates = true | ||
ignorecase = true | ||
excludesfile = ~/.gitignore | ||
|
||
[color] | ||
ui = auto | ||
|
||
[user] | ||
name = Jan Moesen | ||
# My e-mail address can differ from repository to repository. The default | ||
# e-mail address is specified as GIT_AUTHOR_EMAIL and GIT_COMMITTER_EMAIL | ||
# in ~/.bashfiles/extra. | ||
|
||
[pretty] | ||
concise = %C(yellow)%h%C(reset) %s %C(bold black)(%an, %ar)%C(reset)%C(bold blue)%d%C(reset) | ||
|
||
[alias] | ||
l = log --pretty=concise | ||
s = status --short --branch |