Sign in
googlers
/
jrn
/
git
/
ddcb8fd8b94c066406c2a4f41e04122cb2a742ad
/
alias.c
ce481ac
Merge branch 'cw/compat-util-header-cleanup'
by Junio C Hamano
· 1 year, 8 months ago
91c080d
git-compat-util: move alloc macros to git-compat-util.h
by Calvin Wan
· 1 year, 8 months ago
a4e7e31
config: add ctx arg to config_fn_t
by Glen Choo
· 1 year, 8 months ago
4960e5c
rebase -m: fix serialization of strategy options
by Phillip Wood
· 1 year, 11 months ago
36bf195
alloc.h: move ALLOC_GROW() functions from cache.h
by Elijah Newren
· 2 years ago
0ca6ead
alias.c: reject too-long cmdline strings in split_cmdline()
by Kevin Backhouse
· 2 years, 5 months ago
a7412ae
alias.c: mark split_cmdline_strerror() strings for translation
by Nguyễn Thái Ngọc Duy
· 6 years ago
3301d36
completion: add and use --list-cmds=alias
by Nguyễn Thái Ngọc Duy
· 7 years ago
65b5f94
Move declaration for alias.c to alias.h
by Nguyễn Thái Ngọc Duy
· 7 years ago
099b74b
Merge branch 'js/alias-case-sensitivity'
by Junio C Hamano
· 8 years ago
643df7e
alias: compare alias name *case-insensitively*
by Johannes Schindelin
· 8 years ago
50f03c6
Merge branch 'ab/free-and-null'
by Junio C Hamano
· 8 years ago
6a83d90
coccinelle: make use of the "type" FREE_AND_NULL() rule
by Ævar Arnfjörð Bjarmason
· 8 years ago
b2141fc
config: don't include config.h by default
by Brandon Williams
· 8 years ago
a9bcf65
alias: use the early config machinery to expand aliases
by Johannes Schindelin
· 8 years ago
b32fa95
convert trivial cases to ALLOC_ARRAY
by Jeff King
· 9 years ago
9e9de18
config: silence warnings for command names with invalid keys
by Jeff King
· 10 years ago
1117915
alias.c: replace `git_config()` with `git_config_get_string()`
by Tanay Abhra
· 11 years ago
ae021d8
use skip_prefix to avoid magic numbers
by Jeff King
· 11 years ago
5955654
replace {pre,suf}fixcmp() with {starts,ends}_with()
by Christian Couder
· 11 years ago
cc10837
alias: have SP around arithmetic operators
by Felipe Contreras
· 11 years ago
ad9ac6d
split_cmdline: Allow caller to access error string
by Greg Brockman
· 15 years ago
2beba6b
Merge branch 'jk/maint-1.6.0-trace-argv'
by Junio C Hamano
· 16 years ago
27d5438
fix GIT_TRACE segfault with shell-quoted aliases
by Jeff King
· 16 years ago
4b25d09
Fix a bunch of pointer declarations (codestyle)
by Felipe Contreras
· 16 years ago
0989fe9
Move split_cmdline() to alias.c
by Miklos Vajna
· 17 years ago
ef90d6d
Provide git_config with a callback-data parameter
by Johannes Schindelin
· 17 years ago
9435111
make alias lookup a public, procedural function
by Jeff King
· 17 years ago