summaryrefslogtreecommitdiff
path: root/alias.c
AgeCommit message (Expand)AuthorFilesLines
2018-05-21completion: add and use --list-cmds=aliasLibravatar Nguyễn Thái Ngọc Duy1-2/+19
2018-05-21Move declaration for alias.c to alias.hLibravatar Nguyễn Thái Ngọc Duy1-0/+1
2017-07-20Merge branch 'js/alias-case-sensitivity'Libravatar Junio C Hamano1-1/+1
2017-07-17alias: compare alias name *case-insensitively*Libravatar Johannes Schindelin1-1/+1
2017-06-24Merge branch 'ab/free-and-null'Libravatar Junio C Hamano1-4/+2
2017-06-16coccinelle: make use of the "type" FREE_AND_NULL() ruleLibravatar Ævar Arnfjörð Bjarmason1-4/+2
2017-06-15config: don't include config.h by defaultLibravatar Brandon Williams1-0/+1
2017-06-15alias: use the early config machinery to expand aliasesLibravatar Johannes Schindelin1-7/+21
2016-02-22convert trivial cases to ALLOC_ARRAYLibravatar Jeff King1-1/+1
2015-08-24config: silence warnings for command names with invalid keysLibravatar Jeff King1-1/+2
2014-08-07alias.c: replace `git_config()` with `git_config_get_string()`Libravatar Tanay Abhra1-19/+6
2014-06-20use skip_prefix to avoid magic numbersLibravatar Jeff King1-1/+2
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Libravatar Christian Couder1-1/+1
2013-10-16alias: have SP around arithmetic operatorsLibravatar Felipe Contreras1-6/+7
2010-08-11split_cmdline: Allow caller to access error stringLibravatar Greg Brockman1-2/+12
2009-05-23Merge branch 'jk/maint-1.6.0-trace-argv'Libravatar Junio C Hamano1-4/+4
2009-05-09fix GIT_TRACE segfault with shell-quoted aliasesLibravatar Jeff King1-4/+4
2009-05-01Fix a bunch of pointer declarations (codestyle)Libravatar Felipe Contreras1-2/+2
2008-06-30Move split_cmdline() to alias.cLibravatar Miklos Vajna1-0/+54
2008-05-14Provide git_config with a callback-data parameterLibravatar Johannes Schindelin1-2/+3
2008-02-24make alias lookup a public, procedural functionLibravatar Jeff King1-0/+22