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
2015-09-28
Git 2.4.10
Junio C Hamano
4
-3
/
+22
2015-09-28
Sync with 2.3.10
Junio C Hamano
27
-28
/
+446
2015-09-28
Git 2.3.10
Junio C Hamano
4
-3
/
+22
2015-09-28
Merge branch 'jk/xdiff-memory-limits' into maint-2.3
Junio C Hamano
11
-26
/
+57
2015-09-28
merge-file: enforce MAX_XDIFF_SIZE on incoming files
Jeff King
1
-1
/
+2
2015-09-28
xdiff: reject files larger than ~1GB
Jeff King
3
-1
/
+14
2015-09-28
react to errors in xdi_diff
Jeff King
7
-24
/
+41
2015-09-28
Merge branch 'jk/transfer-limit-redirection' into maint-2.3
Junio C Hamano
6
-15
/
+78
2015-09-28
Merge branch 'jk/transfer-limit-protocol' into maint-2.3
Junio C Hamano
13
-1
/
+306
2015-09-28
Git 2.6
Junio C Hamano
2
-1
/
+6
2015-09-28
ls-remote.txt: delete unsupported option
Nguyễn Thái Ngọc Duy
2
-3
/
+2
2015-09-28
setup: fix "inside work tree" detection on case-insensitive filesystems
Johannes Schindelin
1
-1
/
+10
2015-09-28
clone: better error when --reference is a linked checkout
Nguyễn Thái Ngọc Duy
1
-1
/
+6
2015-09-28
clone: allow --local from a linked checkout
Nguyễn Thái Ngọc Duy
2
-2
/
+9
2015-09-28
enter_repo: allow .git files in strict mode
Nguyễn Thái Ngọc Duy
2
-2
/
+17
2015-09-28
enter_repo: avoid duplicating logic, use is_git_directory() instead
Nguyễn Thái Ngọc Duy
2
-2
/
+15
2015-09-28
t0002: add test for enter_repo(), non-strict mode
Nguyễn Thái Ngọc Duy
1
-0
/
+18
2015-09-25
http: limit redirection depth
Blake Burkhart
3
-0
/
+8
2015-09-25
http: limit redirection to protocol-whitelist
Blake Burkhart
4
-5
/
+27
2015-09-25
transport: refactor protocol whitelist code
Jeff King
2
-10
/
+43
2015-09-25
Documentation: fix section header mark-up
John Keeping
2
-2
/
+2
2015-09-25
t/perf: make runner work even if Git is not installed
Stephan Beyer
1
-0
/
+1
2015-09-25
sha1_get_pack_name: use a strbuf
Jeff King
1
-29
/
+10
2015-09-25
http-walker: store url in a strbuf
Jeff King
1
-9
/
+10
2015-09-25
http-push: use strbuf instead of fwrite_buffer
Jeff King
1
-16
/
+5
2015-09-25
remote-ext: simplify git pkt-line generation
Jeff King
2
-29
/
+33
2015-09-25
upload-archive: convert sprintf to strbuf
Jeff King
1
-5
/
+4
2015-09-25
resolve_ref: use strbufs for internal buffers
Jeff King
2
-27
/
+59
2015-09-25
read_remotes_file: simplify string handling
Jeff King
1
-37
/
+18
2015-09-25
read_branches_file: simplify string handling
Jeff King
1
-34
/
+20
2015-09-25
mailmap: replace strcpy with xstrdup
Jeff King
1
-2
/
+1
2015-09-25
help: drop prepend function in favor of xstrfmt
Jeff King
1
-12
/
+2
2015-09-25
ref-filter: drop sprintf and strcpy calls
Jeff King
1
-48
/
+22
2015-09-25
use strip_suffix and xstrfmt to replace suffix
Jeff King
3
-14
/
+12
2015-09-25
fetch: replace static buffer with xstrfmt
Jeff King
1
-5
/
+2
2015-09-25
config: use xstrfmt in normalize_value
Jeff King
1
-21
/
+13
2015-09-25
replace trivial malloc + sprintf / strcpy calls with xstrfmt
Jeff King
9
-48
/
+20
2015-09-25
receive-pack: convert strncpy to xsnprintf
Jeff King
1
-2
/
+2
2015-09-25
http-push: replace strcat with xsnprintf
Jeff King
1
-4
/
+4
2015-09-25
add_packed_git: convert strcpy into xsnprintf
Jeff King
2
-9
/
+14
2015-09-25
entry.c: convert strcpy to xsnprintf
Jeff King
1
-2
/
+2
2015-09-25
grep: use xsnprintf to format failure message
Jeff King
1
-2
/
+2
2015-09-25
compat/hstrerror: convert sprintf to snprintf
Jeff King
1
-1
/
+1
2015-09-25
stop_progress_msg: convert sprintf to xsnprintf
Jeff King
1
-1
/
+1
2015-09-25
find_short_object_filename: convert sprintf to xsnprintf
Jeff King
1
-2
/
+6
2015-09-25
use xsnprintf for generating git object headers
Jeff King
5
-12
/
+13
2015-09-25
archive-tar: use xsnprintf for trivial formatting
Jeff King
1
-13
/
+13
2015-09-25
convert trivial sprintf / strcpy calls to xsnprintf
Jeff King
20
-47
/
+52
2015-09-25
compat/inet_ntop: fix off-by-one in inet_ntop4
Jeff King
1
-3
/
+3
2015-09-25
test-dump-cache-tree: avoid overflow of cache-tree name
Jeff King
1
-1
/
+1
[prev]
[next]