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-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
2015-09-25
progress: store throughput display in a strbuf
Jeff King
1
-10
/
+8
2015-09-25
trace: use strbuf for quote_crnl output
Jeff King
1
-12
/
+11
2015-09-25
mailsplit: make PATH_MAX buffers dynamic
Jeff King
1
-11
/
+23
2015-09-25
fsck: use strbuf to generate alternate directories
Jeff King
1
-5
/
+6
2015-09-25
add reentrant variants of sha1_to_hex and find_unique_abbrev
Jeff King
5
-10
/
+67
2015-09-25
strbuf: make strbuf_complete_line more generic
Jeff King
1
-2
/
+13
2015-09-25
add git_path_buf helper function
Jeff King
2
-0
/
+12
2015-09-25
add xsnprintf helper function
Jeff King
2
-0
/
+19
2015-09-25
fsck: don't fsck alternates for connectivity-only check
Jeff King
1
-8
/
+9
2015-09-25
archive-tar: fix minor indentation violation
Jeff King
1
-1
/
+1
2015-09-25
mailsplit: fix FILE* leak in split_maildir
Jeff King
1
-1
/
+4
2015-09-25
show-branch: avoid segfault with --reflog of unborn branch
Jeff King
1
-0
/
+2
2015-09-21
Git 2.6-rc3
Junio C Hamano
1
-1
/
+1
2015-09-21
Merge branch 'rj/mailmap-ramsay'
Junio C Hamano
1
-1
/
+1
2015-09-21
Merge branch 'bn/send-email-smtp-auth-error-message-fix'
Junio C Hamano
1
-1
/
+1
2015-09-21
Merge tag 'l10n-2.6.0-rnd2+de' of git://github.com/git-l10n/git-po
Junio C Hamano
8
-11681
/
+14967
2015-09-21
send-email: fix uninitialized var warning for $smtp_auth
Brian Norris
1
-1
/
+1
2015-09-20
l10n: de.po: better language for one string
Phillip Sz
1
-1
/
+1
2015-09-20
l10n: de.po: translate 2 messages
Ralf Thielow
1
-101
/
+108
2015-09-21
l10n: Update and review Vietnamese translation (2440t)
Tran Ngoc Quan
1
-91
/
+90
2015-09-21
l10n: fr.po v2.6.0 round 2 (2440t)
Jean-Noel Avila
1
-112
/
+148
2015-09-21
l10n: zh_CN: for git v2.6.0 l10n round 2
Jiang Xin
1
-78
/
+77
2015-09-21
l10n: ca.po: update translation
Alex Henrie
1
-1760
/
+2159
2015-09-21
l10n: git.pot: v2.6.0 round 2 (3 improvements)
Jiang Xin
1
-76
/
+72
[next]