| Commit message (Expand) | Author | Age | Files | Lines |
* | alias.c: mark split_cmdline_strerror() strings for translation | Nguyễn Thái Ngọc Duy | 2018-11-12 | 1 | -2/+2 |
* | completion: add and use --list-cmds=alias | Nguyễn Thái Ngọc Duy | 2018-05-21 | 1 | -2/+19 |
* | Move declaration for alias.c to alias.h | Nguyễn Thái Ngọc Duy | 2018-05-21 | 1 | -0/+1 |
* | Merge branch 'js/alias-case-sensitivity' | Junio C Hamano | 2017-07-20 | 1 | -1/+1 |
|\ |
|
| * | alias: compare alias name *case-insensitively*js/alias-case-sensitivity | Johannes Schindelin | 2017-07-17 | 1 | -1/+1 |
* | | Merge branch 'ab/free-and-null' | Junio C Hamano | 2017-06-24 | 1 | -4/+2 |
|\ \ |
|
| * | | coccinelle: make use of the "type" FREE_AND_NULL() rule | Ævar Arnfjörð Bjarmason | 2017-06-16 | 1 | -4/+2 |
* | | | config: don't include config.h by default | Brandon Williams | 2017-06-15 | 1 | -0/+1 |
| |/
|/| |
|
* | | alias: use the early config machinery to expand aliasesjs/alias-early-config | Johannes Schindelin | 2017-06-15 | 1 | -7/+21 |
|/ |
|
* | convert trivial cases to ALLOC_ARRAY | Jeff King | 2016-02-22 | 1 | -1/+1 |
* | config: silence warnings for command names with invalid keysjk/fix-alias-pager-config-key-warnings | Jeff King | 2015-08-24 | 1 | -1/+2 |
* | alias.c: replace `git_config()` with `git_config_get_string()` | Tanay Abhra | 2014-08-07 | 1 | -19/+6 |
* | use skip_prefix to avoid magic numbers | Jeff King | 2014-06-20 | 1 | -1/+2 |
* | replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-with | Christian Couder | 2013-12-05 | 1 | -1/+1 |
* | alias: have SP around arithmetic operators | Felipe Contreras | 2013-10-16 | 1 | -6/+7 |
* | split_cmdline: Allow caller to access error string | Greg Brockman | 2010-08-11 | 1 | -2/+12 |
* | Merge branch 'jk/maint-1.6.0-trace-argv' | Junio C Hamano | 2009-05-23 | 1 | -4/+4 |
|\ |
|
| * | fix GIT_TRACE segfault with shell-quoted aliases | Jeff King | 2009-05-09 | 1 | -4/+4 |
* | | Fix a bunch of pointer declarations (codestyle) | Felipe Contreras | 2009-05-01 | 1 | -2/+2 |
|/ |
|
* | Move split_cmdline() to alias.c | Miklos Vajna | 2008-06-30 | 1 | -0/+54 |
* | Provide git_config with a callback-data parameter | Johannes Schindelin | 2008-05-14 | 1 | -2/+3 |
* | make alias lookup a public, procedural function | Jeff King | 2008-02-24 | 1 | -0/+22 |