..
add.c
am.c
annotate.c
apply.c
replace trivial malloc + sprintf / strcpy calls with xstrfmt
2015-09-25 10:18:18 -07:00
archive.c
bisect--helper.c
blame.c
branch.c
bundle.c
cat-file.c
check-attr.c
check-ignore.c
check-mailmap.c
check-ref-format.c
checkout-index.c
checkout.c
clean.c
clone.c
column.c
commit-tree.c
commit.c
config.c
config: use xstrfmt in normalize_value
2015-09-25 10:18:18 -07:00
count-objects.c
credential.c
describe.c
diff-files.c
diff-index.c
diff-tree.c
diff.c
fast-export.c
fetch-pack.c
fetch.c
fetch: replace static buffer with xstrfmt
2015-09-25 10:18:18 -07:00
fmt-merge-msg.c
for-each-ref.c
fsck.c
fsck: use strbuf to generate alternate directories
2015-09-25 10:18:18 -07:00
gc.c
convert trivial sprintf / strcpy calls to xsnprintf
2015-09-25 10:18:18 -07:00
get-tar-commit-id.c
grep.c
hash-object.c
help.c
help: drop prepend function in favor of xstrfmt
2015-09-25 10:18:18 -07:00
index-pack.c
use xsnprintf for generating git object headers
2015-09-25 10:18:18 -07:00
init-db.c
convert trivial sprintf / strcpy calls to xsnprintf
2015-09-25 10:18:18 -07:00
interpret-trailers.c
trailer: add interpret-trailers command
2014-10-13 13:55:27 -07:00
log.c
ls-files.c
ls-remote.c
replace trivial malloc + sprintf / strcpy calls with xstrfmt
2015-09-25 10:18:18 -07:00
ls-tree.c
convert trivial sprintf / strcpy calls to xsnprintf
2015-09-25 10:18:18 -07:00
mailinfo.c
mailsplit.c
mailsplit: make PATH_MAX buffers dynamic
2015-09-25 10:18:18 -07:00
merge-base.c
merge-file.c
merge-index.c
convert trivial sprintf / strcpy calls to xsnprintf
2015-09-25 10:18:18 -07:00
merge-ours.c
merge-recursive.c
convert trivial sprintf / strcpy calls to xsnprintf
2015-09-25 10:18:18 -07:00
merge-tree.c
merge.c
memoize common git-path "constant" files
2015-08-10 15:37:14 -07:00
mktag.c
mktree.c
mv.c
name-rev.c
replace trivial malloc + sprintf / strcpy calls with xstrfmt
2015-09-25 10:18:18 -07:00
notes.c
pack-objects.c
pack-redundant.c
pack-refs.c
patch-id.c
prune-packed.c
prune.c
pull.c
push.c
read-tree.c
convert trivial sprintf / strcpy calls to xsnprintf
2015-09-25 10:18:18 -07:00
receive-pack.c
receive-pack: convert strncpy to xsnprintf
2015-09-25 10:18:18 -07:00
reflog.c
remote-ext.c
remote-fd.c
remote.c
repack.c
replace.c
rerere.c
reset.c
rev-list.c
rev-parse.c
revert.c
rm.c
send-pack.c
shortlog.c
show-branch.c
show-branch: avoid segfault with --reflog of unborn branch
2015-09-25 10:18:18 -07:00
show-ref.c
stripspace.c
symbolic-ref.c
tag.c
unpack-file.c
convert trivial sprintf / strcpy calls to xsnprintf
2015-09-25 10:18:18 -07:00
unpack-objects.c
update-index.c
update-ref.c
update-server-info.c
upload-archive.c
var.c
verify-commit.c
verify-pack.c
verify-tag.c
worktree.c
write-tree.c