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-10-05
use sha1_to_hex_r() instead of strcpy
Jeff King
6
-29
/
+31
2015-10-05
daemon: use cld->env_array when re-spawning
Jeff King
1
-16
/
+10
2015-10-05
stat_tracking_info: convert to argv_array
Jeff King
1
-14
/
+12
2015-10-05
http-push: use an argv_array for setup_revisions
Jeff King
1
-22
/
+10
2015-10-05
fetch-pack: use argv_array for index-pack / unpack-objects
Jeff King
1
-29
/
+27
2015-10-05
diagnose_invalid_index_path: use strbuf to avoid strcpy/strcat
Jeff King
1
-12
/
+9
2015-10-05
write_loose_object: convert to strbuf
Jeff King
1
-20
/
+22
2015-10-05
remove_leading_path: use a strbuf for internal storage
Jeff King
1
-4
/
+6
2015-10-05
enter_repo: convert fixed-size buffers to strbufs
Jeff King
1
-28
/
+29
2015-10-05
merge-recursive: convert malloc / strcpy to strbuf
Jeff King
1
-9
/
+8
2015-10-05
transport: use strbufs for status table "quickref" strings
Jeff King
2
-16
/
+19
2015-10-05
apply: convert root string to strbuf
Jeff King
1
-16
/
+10
2015-10-05
init: use strbufs to store paths
Jeff King
2
-100
/
+76
2015-10-05
probe_utf8_pathname_composition: use internal strbuf
Jeff King
4
-11
/
+13
2015-10-05
precompose_utf8: drop unused variable
Jeff King
1
-2
/
+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
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
[next]