index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-22
sequencer: simplify memory allocation of get_message
Jeff King
1
-19
/
+10
2016-02-22
test-path-utils: fix normalize_path_copy output buffer size
Jeff King
1
-11
/
+4
2016-02-22
fetch-pack: simplify add_sought_entry
Jeff King
1
-18
/
+9
2016-02-22
fast-import: simplify allocation in start_packfile
Jeff King
1
-4
/
+1
2016-02-22
write_untracked_extension: use FLEX_ALLOC helper
Jeff King
1
-5
/
+4
2016-02-22
prepare_{git,shell}_cmd: use argv_array
Jeff King
3
-53
/
+39
2016-02-22
use st_add and st_mult for allocation size computation
Jeff King
25
-53
/
+56
2016-02-22
convert trivial cases to FLEX_ARRAY macros
Jeff King
17
-82
/
+35
2016-02-22
use xmallocz to avoid size arithmetic
Jeff King
15
-25
/
+17
2016-02-22
convert trivial cases to ALLOC_ARRAY
Jeff King
34
-64
/
+75
2016-02-22
convert manual allocations to argv_array
Jeff King
7
-76
/
+43
2016-02-22
argv-array: add detach function
Jeff King
3
-0
/
+19
2016-02-22
add helpers for allocating flex-array structs
Jeff King
1
-0
/
+62
2016-02-22
harden REALLOC_ARRAY and xcalloc against size_t overflow
Jeff King
2
-1
/
+5
2016-02-22
Sync with 2.7.2
Junio C Hamano
2
-1
/
+16
2016-02-22
Merge branch 'js/git-remote-add-url-insteadof-test'
Junio C Hamano
1
-0
/
+5
2016-02-22
Merge branch 'jk/config-include'
Junio C Hamano
1
-1
/
+3
2016-02-22
Merge branch 'ew/connect-verbose'
Junio C Hamano
1
-2
/
+20
2016-02-22
Git 2.7.2
Junio C Hamano
3
-2
/
+17
2016-02-22
Merge branch 'nd/ita-cleanup' into maint
Junio C Hamano
6
-10
/
+6
2016-02-22
Merge branch 'pw/completion-stash' into maint
Junio C Hamano
1
-2
/
+2
2016-02-22
Merge branch 'mm/clean-doc-fix' into maint
Junio C Hamano
1
-3
/
+1
2016-02-22
Merge branch 'dw/mergetool-vim-window-shuffle' into maint
Junio C Hamano
1
-2
/
+2
2016-02-22
Merge branch 'ah/stripspace-optstring' into maint
Junio C Hamano
1
-1
/
+1
2016-02-22
merge-strategies.txt: fix typo
Felipe Gonçalves Assis
1
-2
/
+2
2016-02-22
diff: clarify textconv interface
Jeff King
3
-1
/
+24
2016-02-22
Merge branch 'ks/svn-pathnameencoding-4' of git://git.bogomips.org/git-svn
Junio C Hamano
4
-14
/
+54
2016-02-22
Merge branch 'pw/completion-stash'
Junio C Hamano
1
-2
/
+2
2016-02-22
completion: fix mis-indentation in _git_stash()
SZEDER Gábor
1
-2
/
+2
2016-02-22
config: rename git_config_set_or_die to git_config_set
Patrick Steinhardt
10
-67
/
+67
2016-02-22
config: rename git_config_set to git_config_set_gently
Patrick Steinhardt
7
-39
/
+40
2016-02-22
compat: die when unable to set core.precomposeunicode
Patrick Steinhardt
1
-1
/
+2
2016-02-22
sequencer: die on config error when saving replay opts
Patrick Steinhardt
1
-11
/
+11
2016-02-22
init-db: die on config errors when initializing empty repo
Patrick Steinhardt
1
-10
/
+10
2016-02-22
clone: die on config error in cmd_clone
Patrick Steinhardt
1
-4
/
+4
2016-02-22
remote: die on config error when manipulating remotes
Patrick Steinhardt
1
-27
/
+12
2016-02-22
remote: die on config error when setting/adding branches
Patrick Steinhardt
1
-17
/
+9
2016-02-22
remote: die on config error when setting URL
Patrick Steinhardt
2
-5
/
+15
2016-02-22
submodule--helper: die on config error when cloning module
Patrick Steinhardt
1
-2
/
+2
2016-02-22
submodule: die on config error when linking modules
Patrick Steinhardt
1
-5
/
+3
2016-02-22
branch: die on config error when editing branch description
Patrick Steinhardt
1
-3
/
+2
2016-02-22
branch: die on config error when unsetting upstream
Patrick Steinhardt
2
-2
/
+9
2016-02-22
branch: report errors in tracking branch setup
Patrick Steinhardt
3
-16
/
+46
2016-02-22
config: add '--show-origin' option to print the origin of a config value
Lars Schneider
3
-5
/
+191
2016-02-22
config: add 'origin_type' to config_source struct
Lars Schneider
5
-18
/
+40
2016-02-21
git.c: simplify stripping extension of a file in handle_builtin()
Alexander Kuleshov
2
-15
/
+15
2016-02-22
git-svn: apply "svn.pathnameencoding" before URL encoding
Kazutoshi Satoda
2
-1
/
+17
2016-02-22
git-svn: enable "svn.pathnameencoding" on dcommit
Kazutoshi Satoda
2
-2
/
+24
2016-02-22
git-svn: hoist out utf8 prep from t9129 to lib-git-svn
Eric Wong
2
-11
/
+13
2016-02-20
tests: rename work-tree tests to *work-tree*
Michael J Gruber
3
-0
/
+0
[prev]
[next]