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
/
builtin
Age
Commit message (
Expand
)
Author
Files
Lines
2016-03-16
Merge branch 'jk/path-name-safety-2.6' into jk/path-name-safety-2.7
Junio C Hamano
2
-21
/
+6
2016-03-16
Merge branch 'jk/path-name-safety-2.5' into jk/path-name-safety-2.6
Junio C Hamano
2
-21
/
+6
2016-03-16
Merge branch 'jk/path-name-safety-2.4' into jk/path-name-safety-2.5
Junio C Hamano
2
-21
/
+6
2016-03-16
list-objects: pass full pathname to callbacks
Jeff King
2
-21
/
+6
2016-03-16
list-objects: drop name_path entirely
Jeff King
2
-4
/
+4
2016-03-10
Merge branch 'jk/pack-idx-corruption-safety' into maint
Junio C Hamano
1
-0
/
+1
2016-03-10
Merge branch 'js/config-set-in-non-repository' into maint
Junio C Hamano
1
-0
/
+3
2016-03-10
Merge branch 'sb/submodule-module-list-fix' into maint
Junio C Hamano
1
-8
/
+2
2016-03-10
Merge branch 'jk/tighten-alloc' into maint
Junio C Hamano
21
-101
/
+63
2016-03-10
Merge branch 'jc/am-i-v-fix' into maint
Junio C Hamano
1
-1
/
+1
2016-03-10
Merge branch 'nd/git-common-dir-fix' into maint
Junio C Hamano
1
-1
/
+2
2016-03-10
Merge branch 'nd/dwim-wildcards-as-pathspecs' into maint
Junio C Hamano
1
-1
/
+2
2016-03-10
Merge branch 'ps/config-error' into maint
Junio C Hamano
5
-65
/
+42
2016-02-25
nth_packed_object_offset: bounds-check extended offset
Jeff King
1
-0
/
+1
2016-02-25
git config: report when trying to modify a non-existing repo config
Johannes Schindelin
1
-0
/
+3
2016-02-24
submodule helper list: respect correct path prefix
Stefan Beller
1
-8
/
+2
2016-02-22
fetch-pack: simplify add_sought_entry
Jeff King
1
-18
/
+9
2016-02-22
use st_add and st_mult for allocation size computation
Jeff King
7
-9
/
+9
2016-02-22
convert trivial cases to FLEX_ARRAY macros
Jeff King
4
-18
/
+11
2016-02-22
use xmallocz to avoid size arithmetic
Jeff King
3
-3
/
+3
2016-02-22
convert trivial cases to ALLOC_ARRAY
Jeff King
9
-14
/
+16
2016-02-22
convert manual allocations to argv_array
Jeff King
3
-35
/
+13
2016-02-22
Merge branch 'nd/ita-cleanup' into maint
Junio C Hamano
3
-7
/
+2
2016-02-22
Merge branch 'ah/stripspace-optstring' into maint
Junio C Hamano
1
-1
/
+1
2016-02-22
config: rename git_config_set_or_die to git_config_set
Patrick Steinhardt
5
-35
/
+35
2016-02-22
config: rename git_config_set to git_config_set_gently
Patrick Steinhardt
3
-16
/
+16
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
1
-5
/
+6
2016-02-22
submodule--helper: die on config error when cloning module
Patrick Steinhardt
1
-2
/
+2
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
1
-2
/
+2
2016-02-19
reflog_expire_cfg: NUL-terminate pattern field
Jeff King
1
-5
/
+3
2016-02-17
am -i: fix "v"iew
Junio C Hamano
1
-1
/
+1
2016-02-12
rev-parse: take prefix into account in --git-common-dir
Nguyễn Thái Ngọc Duy
1
-1
/
+2
2016-02-10
check_filename: tighten dwim-wildcard ambiguity
Jeff King
1
-1
/
+2
2016-02-10
checkout: reorder check_filename conditional
Jeff King
1
-1
/
+1
2016-02-05
Merge branch 'jk/ref-cache-non-repository-optim' into maint
Junio C Hamano
1
-25
/
+1
2016-02-05
Merge branch 'nd/diff-with-path-params' into maint
Junio C Hamano
2
-2
/
+2
2016-02-05
Merge branch 'jk/list-tag-2.7-regression' into maint
Junio C Hamano
1
-2
/
+2
2016-02-05
Merge branch 'js/close-packs-before-gc' into maint
Junio C Hamano
4
-0
/
+5
2016-02-05
Merge branch 'js/fopen-harder' into maint
Junio C Hamano
3
-3
/
+3
2016-02-05
Merge branch 'jk/clang-pedantic' into maint
Junio C Hamano
1
-1
/
+1
2016-01-29
stripspace: call U+0020 a "space" instead of a "blank"
Alex Henrie
1
-1
/
+1
2016-01-26
tag: do not show ambiguous tag names as "tags/foo"
Jeff King
1
-2
/
+2
2016-01-25
clean: make is_git_repository a public function
Jeff King
1
-25
/
+1
2016-01-21
diff: make -O and --output work in subdirectory
Duy Nguyen
1
-1
/
+1
2016-01-21
diff-no-index: do not take a redundant prefix argument
Nguyễn Thái Ngọc Duy
1
-1
/
+1
[next]