22 Commits (27be78173da3b11011f55061571d81ae006b8915)

Author SHA1 Message Date
Nguyễn Thái Ngọc Duy a7412ae134 alias.c: mark split_cmdline_strerror() strings for translation 6 years ago
Nguyễn Thái Ngọc Duy 3301d36b29 completion: add and use --list-cmds=alias 7 years ago
Nguyễn Thái Ngọc Duy 65b5f9483e Move declaration for alias.c to alias.h 7 years ago
Johannes Schindelin 643df7e234 alias: compare alias name *case-insensitively* 8 years ago
Ævar Arnfjörð Bjarmason 6a83d90207 coccinelle: make use of the "type" FREE_AND_NULL() rule 8 years ago
Brandon Williams b2141fc1d2 config: don't include config.h by default 8 years ago
Johannes Schindelin a9bcf6586d alias: use the early config machinery to expand aliases 8 years ago
Jeff King b32fa95fd8 convert trivial cases to ALLOC_ARRAY 9 years ago
Jeff King 9e9de18f1a config: silence warnings for command names with invalid keys 9 years ago
Tanay Abhra 111791559e alias.c: replace `git_config()` with `git_config_get_string()` 11 years ago
Jeff King ae021d8791 use skip_prefix to avoid magic numbers 11 years ago
Christian Couder 5955654823 replace {pre,suf}fixcmp() with {starts,ends}_with() 11 years ago
Felipe Contreras cc10837929 alias: have SP around arithmetic operators 11 years ago
Greg Brockman ad9ac6db5d split_cmdline: Allow caller to access error string 15 years ago
Jeff King 27d5438d9f fix GIT_TRACE segfault with shell-quoted aliases 16 years ago
Felipe Contreras 4b25d091ba Fix a bunch of pointer declarations (codestyle) 16 years ago
Miklos Vajna 0989fe9623 Move split_cmdline() to alias.c 17 years ago
Johannes Schindelin ef90d6d420 Provide git_config with a callback-data parameter 17 years ago
Jeff King 94351118c0 make alias lookup a public, procedural function 17 years ago