aboutsummaryrefslogtreecommitdiff
path: root/alias.c
Commit message (Expand)AuthorAge
* convert trivial cases to ALLOC_ARRAYJeff King2016-02-22
* config: silence warnings for command names with invalid keysJeff King2015-08-24
* alias.c: replace `git_config()` with `git_config_get_string()`Tanay Abhra2014-08-07
* use skip_prefix to avoid magic numbersJeff King2014-06-20
* replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder2013-12-05
* alias: have SP around arithmetic operatorsFelipe Contreras2013-10-16
* split_cmdline: Allow caller to access error stringGreg Brockman2010-08-11
* Merge branch 'jk/maint-1.6.0-trace-argv'Junio C Hamano2009-05-23
|\
| * fix GIT_TRACE segfault with shell-quoted aliasesJeff King2009-05-09
* | Fix a bunch of pointer declarations (codestyle)Felipe Contreras2009-05-01
|/
* Move split_cmdline() to alias.cMiklos Vajna2008-06-30
* Provide git_config with a callback-data parameterJohannes Schindelin2008-05-14
* make alias lookup a public, procedural functionJeff King2008-02-24