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