summaryrefslogtreecommitdiff
path: root/alias.c
AgeCommit message (Expand)Author
2018-11-12alias.c: mark split_cmdline_strerror() strings for translationNguyễn Thái Ngọc Duy
2018-05-21completion: add and use --list-cmds=aliasNguyễn Thái Ngọc Duy
2018-05-21Move declaration for alias.c to alias.hNguyễn Thái Ngọc Duy
2017-07-20Merge branch 'js/alias-case-sensitivity'Junio C Hamano
2017-07-17alias: compare alias name *case-insensitively*Johannes Schindelin
2017-06-24Merge branch 'ab/free-and-null'Junio C Hamano
2017-06-16coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-06-15alias: use the early config machinery to expand aliasesJohannes Schindelin
2016-02-22convert trivial cases to ALLOC_ARRAYJeff King
2015-08-24config: silence warnings for command names with invalid keysJeff King
2014-08-07alias.c: replace `git_config()` with `git_config_get_string()`Tanay Abhra
2014-06-20use skip_prefix to avoid magic numbersJeff King
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder
2013-10-16alias: have SP around arithmetic operatorsFelipe Contreras
2010-08-11split_cmdline: Allow caller to access error stringGreg Brockman
2009-05-23Merge branch 'jk/maint-1.6.0-trace-argv'Junio C Hamano
2009-05-09fix GIT_TRACE segfault with shell-quoted aliasesJeff King
2009-05-01Fix a bunch of pointer declarations (codestyle)Felipe Contreras
2008-07-01Move split_cmdline() to alias.cMiklos Vajna
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin
2008-02-25make alias lookup a public, procedural functionJeff King