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-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-19
reflog_expire_cfg: NUL-terminate pattern field
Jeff King
1
-5
/
+3
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-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
2016-01-13
receive-pack: release pack files before garbage-collecting
Johannes Schindelin
1
-0
/
+1
2016-01-13
merge: release pack files before garbage-collecting
Johannes Schindelin
1
-0
/
+1
2016-01-13
am: release pack files before garbage-collecting
Johannes Schindelin
1
-0
/
+1
2016-01-13
fetch: release pack files before garbage-collecting
Johannes Schindelin
1
-0
/
+2
2016-01-11
Handle more file writes correctly in shared repos
Johannes Schindelin
2
-2
/
+2
2016-01-07
commit: allow editing the commit message even in shared repos
Johannes Schindelin
1
-1
/
+1
2016-01-04
Merge branch 'jk/symbolic-ref-maint' into maint
Junio C Hamano
1
-1
/
+1
2016-01-04
avoid shifting signed integers 31 bits
Jeff King
1
-1
/
+1
2015-12-28
Merge branch 'jk/symbolic-ref-maint'
Junio C Hamano
1
-1
/
+1
2015-12-22
push: don't mark options of recurse-submodules for translation
Ralf Thielow
1
-1
/
+1
2015-12-21
symbolic-ref: propagate error code from create_symref()
Jeff King
1
-1
/
+1
2015-12-21
Merge branch 'bc/format-patch-null-from-line'
Junio C Hamano
1
-0
/
+5
2015-12-21
Merge branch 'mc/push-recurse-submodules-config'
Junio C Hamano
1
-16
/
+19
2015-12-15
format-patch: add an option to suppress commit hash
brian m. carlson
1
-0
/
+5
2015-12-11
Merge branch 'rs/show-branch-argv-array' into maint
Junio C Hamano
1
-16
/
+8
2015-12-11
Merge branch 'rs/pop-commit' into maint
Junio C Hamano
5
-37
/
+14
2015-12-10
Merge branch 'bc/object-id'
Junio C Hamano
37
-279
/
+281
2015-12-08
Merge branch 'dt/refs-backend-pre-vtable'
Junio C Hamano
1
-12
/
+0
2015-12-04
push: follow the "last one wins" convention for --recurse-submodules
Mike Crowe
1
-9
/
+3
2015-12-04
Merge branch 'dk/gc-idx-wo-pack' into maint
Junio C Hamano
2
-2
/
+45
2015-12-04
Merge branch 'rs/parseopt-short-help'
Junio C Hamano
2
-27
/
+2
2015-12-01
Merge branch 'mk/blame-first-parent'
Jeff King
1
-16
/
+14
2015-12-01
Merge branch 'maint'
Jeff King
1
-0
/
+3
2015-11-24
blame: fix object casting regression
Jeff King
1
-16
/
+14
2015-11-20
push: add recurseSubmodules config option
Mike Crowe
1
-15
/
+24
2015-11-20
show-ref: stop using PARSE_OPT_NO_INTERNAL_HELP
René Scharfe
1
-11
/
+1
2015-11-20
grep: stop using PARSE_OPT_NO_INTERNAL_HELP
René Scharfe
1
-16
/
+1
2015-11-20
Remove get_object_hash.
brian m. carlson
27
-107
/
+107
2015-11-20
Convert struct object to object_id
brian m. carlson
25
-125
/
+125
2015-11-20
Add several uses of get_object_hash.
brian m. carlson
26
-109
/
+109
2015-11-20
ref_newer: convert to use struct object_id
brian m. carlson
1
-1
/
+1
2015-11-20
add_sought_entry_mem: convert to struct object_id
brian m. carlson
1
-6
/
+8
2015-11-20
Convert struct ref to use object_id.
brian m. carlson
6
-43
/
+43
[next]