summaryrefslogtreecommitdiffstats
path: root/alias.c
AgeCommit message (Expand)AuthorLines
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder-1/+1
2013-10-16alias: have SP around arithmetic operatorsFelipe Contreras-6/+7
2010-08-11split_cmdline: Allow caller to access error stringGreg Brockman-2/+12
2009-05-23Merge branch 'jk/maint-1.6.0-trace-argv'Junio C Hamano-4/+4
2009-05-09fix GIT_TRACE segfault with shell-quoted aliasesJeff King-4/+4
2009-05-01Fix a bunch of pointer declarations (codestyle)Felipe Contreras-2/+2
2008-06-30Move split_cmdline() to alias.cMiklos Vajna-0/+54
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin-2/+3
2008-02-24make alias lookup a public, procedural functionJeff King-0/+22