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
name-rev: use strip_suffix to avoid magic numbers
Jeff King
1
-5
/
+4
2015-10-05
use strbuf_complete to conditionally append slash
Jeff King
7
-20
/
+10
2015-10-05
fsck: use for_each_loose_file_in_objdir
Jeff King
1
-46
/
+24
2015-10-05
Makefile: drop D_INO_IN_DIRENT build knob
Jeff King
3
-15
/
+0
2015-10-05
fsck: drop inode-sorting code
Jeff King
1
-68
/
+2
2015-10-05
convert strncpy to memcpy
Jeff King
3
-4
/
+4
2015-10-05
notes: document length of fanout path with a constant
Jeff King
1
-3
/
+6
2015-10-05
color: add color_set helper for copying raw colors
Jeff King
3
-16
/
+28
2015-10-05
prefer memcpy to strcpy
Jeff King
3
-5
/
+7
2015-10-05
help: clean up kfmclient munging
Jeff King
1
-11
/
+4
2015-10-05
receive-pack: simplify keep_arg computation
Jeff King
1
-7
/
+10
2015-10-05
avoid sprintf and strcpy with flex arrays
Jeff King
6
-14
/
+21
2015-10-05
use alloc_ref rather than hand-allocating "struct ref"
Jeff King
2
-6
/
+2
2015-10-05
color: add overflow checks for parsing colors
Jeff King
1
-15
/
+26
2015-10-05
drop strcpy in favor of raw sha1_to_hex
Jeff King
2
-7
/
+4
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
[next]