You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Jeff King df1ed03a6f remote-ext: simplify git pkt-line generation 10 years ago
..
add.c
am.c
annotate.c
apply.c replace trivial malloc + sprintf / strcpy calls with xstrfmt 10 years ago
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 10 years ago
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 10 years ago
fmt-merge-msg.c
for-each-ref.c
fsck.c fsck: use strbuf to generate alternate directories 10 years ago
gc.c convert trivial sprintf / strcpy calls to xsnprintf 10 years ago
get-tar-commit-id.c
grep.c
hash-object.c
help.c help: drop prepend function in favor of xstrfmt 10 years ago
index-pack.c use xsnprintf for generating git object headers 10 years ago
init-db.c convert trivial sprintf / strcpy calls to xsnprintf 10 years ago
interpret-trailers.c
log.c
ls-files.c
ls-remote.c replace trivial malloc + sprintf / strcpy calls with xstrfmt 10 years ago
ls-tree.c convert trivial sprintf / strcpy calls to xsnprintf 10 years ago
mailinfo.c
mailsplit.c mailsplit: make PATH_MAX buffers dynamic 10 years ago
merge-base.c
merge-file.c
merge-index.c convert trivial sprintf / strcpy calls to xsnprintf 10 years ago
merge-ours.c
merge-recursive.c convert trivial sprintf / strcpy calls to xsnprintf 10 years ago
merge-tree.c
merge.c
mktag.c
mktree.c
mv.c
name-rev.c replace trivial malloc + sprintf / strcpy calls with xstrfmt 10 years ago
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 10 years ago
receive-pack.c receive-pack: convert strncpy to xsnprintf 10 years ago
reflog.c
remote-ext.c remote-ext: simplify git pkt-line generation 10 years ago
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 10 years ago
show-ref.c
stripspace.c
symbolic-ref.c
tag.c
unpack-file.c convert trivial sprintf / strcpy calls to xsnprintf 10 years ago
unpack-objects.c
update-index.c
update-ref.c
update-server-info.c
upload-archive.c upload-archive: convert sprintf to strbuf 10 years ago
var.c
verify-commit.c
verify-pack.c
verify-tag.c
worktree.c
write-tree.c