aboutsummaryrefslogtreecommitdiffstats
path: root/alias.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-17Merge branch 'cw/compat-util-header-cleanup'Junio C Hamano1-1/+0
2023-07-05git-compat-util: move alloc macros to git-compat-util.hCalvin Wan1-1/+0
2023-06-28config: add ctx arg to config_fn_tGlen Choo1-1/+2
2023-04-10rebase -m: fix serialization of strategy optionsPhillip Wood1-0/+18
2023-02-23alloc.h: move ALLOC_GROW() functions from cache.hElijah Newren1-1/+3
2022-10-01alias.c: reject too-long cmdline strings in split_cmdline()Kevin Backhouse1-2/+9
2018-11-12alias.c: mark split_cmdline_strerror() strings for translationNguyễn Thái Ngọc Duy1-2/+2
2018-05-21completion: add and use --list-cmds=aliasNguyễn Thái Ngọc Duy1-2/+19
2018-05-21Move declaration for alias.c to alias.hNguyễn Thái Ngọc Duy1-0/+1
2017-07-20Merge branch 'js/alias-case-sensitivity'Junio C Hamano1-1/+1
2017-07-17alias: compare alias name *case-insensitively*Johannes Schindelin1-1/+1
2017-06-24Merge branch 'ab/free-and-null'Junio C Hamano1-4/+2
2017-06-16coccinelle: make use of the "type" FREE_AND_NULL() ruleÆvar Arnfjörð Bjarmason1-4/+2
2017-06-15config: don't include config.h by defaultBrandon Williams1-0/+1
2017-06-15alias: use the early config machinery to expand aliasesJohannes Schindelin1-7/+21
2016-02-22convert trivial cases to ALLOC_ARRAYJeff King1-1/+1
2015-08-24config: silence warnings for command names with invalid keysJeff King1-1/+2
2014-08-07alias.c: replace `git_config()` with `git_config_get_string()`Tanay Abhra1-19/+6
2014-06-20use skip_prefix to avoid magic numbersJeff King1-1/+2
2013-12-05replace {pre,suf}fixcmp() with {starts,ends}_with()Christian Couder1-1/+1
2013-10-16alias: have SP around arithmetic operatorsFelipe Contreras1-6/+7
2010-08-11split_cmdline: Allow caller to access error stringGreg Brockman1-2/+12
2009-05-23Merge branch 'jk/maint-1.6.0-trace-argv'Junio C Hamano1-4/+4
2009-05-09fix GIT_TRACE segfault with shell-quoted aliasesJeff King1-4/+4
2009-05-01Fix a bunch of pointer declarations (codestyle)Felipe Contreras1-2/+2
2008-06-30Move split_cmdline() to alias.cMiklos Vajna1-0/+54
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin1-2/+3
2008-02-24make alias lookup a public, procedural functionJeff King1-0/+22