Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |