aboutsummaryrefslogtreecommitdiff
path: root/alias.c
Commit message (Expand)AuthorAge
* Merge branch 'js/alias-case-sensitivity'Junio C Hamano2017-07-20
|\
| * alias: compare alias name *case-insensitively*Johannes Schindelin2017-07-17
* | Merge branch 'ab/free-and-null'Junio C Hamano2017-06-24
|\ \
| * | coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason2017-06-16
* | | config: don't include config.h by defaultBrandon Williams2017-06-15
| |/ |/|
* | alias: use the early config machinery to expand aliasesJohannes Schindelin2017-06-15
|/
* 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