index
:
git
main
maint
master
next
seen
todo
Mirror of https://git.kernel.org/pub/scm/git/git.git/
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
alias.c
Age
Commit message (
Expand
)
Author
Lines
2016-02-22
convert trivial cases to ALLOC_ARRAY
Jeff King
-1
/
+1
2015-08-24
config: silence warnings for command names with invalid keys
Jeff King
-1
/
+2
2014-08-07
alias.c: replace `git_config()` with `git_config_get_string()`
Tanay Abhra
-19
/
+6
2014-06-20
use skip_prefix to avoid magic numbers
Jeff King
-1
/
+2
2013-12-05
replace {pre,suf}fixcmp() with {starts,ends}_with()
Christian Couder
-1
/
+1
2013-10-16
alias: have SP around arithmetic operators
Felipe Contreras
-6
/
+7
2010-08-11
split_cmdline: Allow caller to access error string
Greg Brockman
-2
/
+12
2009-05-23
Merge branch 'jk/maint-1.6.0-trace-argv'
Junio C Hamano
-4
/
+4
2009-05-09
fix GIT_TRACE segfault with shell-quoted aliases
Jeff King
-4
/
+4
2009-05-01
Fix a bunch of pointer declarations (codestyle)
Felipe Contreras
-2
/
+2
2008-06-30
Move split_cmdline() to alias.c
Miklos Vajna
-0
/
+54
2008-05-14
Provide git_config with a callback-data parameter
Johannes Schindelin
-2
/
+3
2008-02-24
make alias lookup a public, procedural function
Jeff King
-0
/
+22