summaryrefslogtreecommitdiffstats
path: root/alias.c
Commit message (Expand)AuthorAgeFilesLines
* alias.c: mark split_cmdline_strerror() strings for translationNguyễn Thái Ngọc Duy2018-11-121-2/+2
* completion: add and use --list-cmds=aliasNguyễn Thái Ngọc Duy2018-05-211-2/+19
* Move declaration for alias.c to alias.hNguyễn Thái Ngọc Duy2018-05-211-0/+1
* Merge branch 'js/alias-case-sensitivity'Junio C Hamano2017-07-201-1/+1
|\
| * alias: compare alias name *case-insensitively*Johannes Schindelin2017-07-171-1/+1
* | Merge branch 'ab/free-and-null'Junio C Hamano2017-06-241-4/+2
|\ \
| * | coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason2017-06-161-4/+2
* | | config: don't include config.h by defaultBrandon Williams2017-06-151-0/+1
| |/ |/|
* | alias: use the early config machinery to expand aliasesJohannes Schindelin2017-06-151-7/+21
|/
* convert trivial cases to ALLOC_ARRAYJeff King2016-02-221-1/+1
* config: silence warnings for command names with invalid keysJeff King2015-08-241-1/+2
* alias.c: replace `git_config()` with `git_config_get_string()`Tanay Abhra2014-08-071-19/+6
* use skip_prefix to avoid magic numbersJeff King2014-06-201-1/+2
* replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder2013-12-051-1/+1
* alias: have SP around arithmetic operatorsFelipe Contreras2013-10-161-6/+7
* split_cmdline: Allow caller to access error stringGreg Brockman2010-08-111-2/+12
* Merge branch 'jk/maint-1.6.0-trace-argv'Junio C Hamano2009-05-231-4/+4
|\
| * fix GIT_TRACE segfault with shell-quoted aliasesJeff King2009-05-091-4/+4
* | Fix a bunch of pointer declarations (codestyle)Felipe Contreras2009-05-011-2/+2
|/
* Move split_cmdline() to alias.cMiklos Vajna2008-06-301-0/+54
* Provide git_config with a callback-data parameterJohannes Schindelin2008-05-141-2/+3
* make alias lookup a public, procedural functionJeff King2008-02-241-0/+22