[git] Changes for 2.1

- Add -S option to the pager
- Use version:refname for sorting tags
pull/28/head
Alpha Chen 10 years ago
parent 70576100df
commit e1ae4f58dd

@ -8,6 +8,7 @@
safecrlf = true safecrlf = true
excludesfile = /Users/alpha/.gitignore excludesfile = /Users/alpha/.gitignore
quotepath = false quotepath = false
pager = less -S
[alias] [alias]
; hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short ; hist = log --pretty=format:\"%h %ad | %s%d [%an]\" --graph --date=short
co = checkout co = checkout
@ -50,3 +51,5 @@
algorithm = patience algorithm = patience
[fetch] [fetch]
prune = true prune = true
[tag]
sort = version:refname

Loading…
Cancel
Save