summaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAgeFilesLines
* avoid sprintf and strcpy with flex arraysJeff King2015-10-051-2/+3
* use alloc_ref rather than hand-allocating "struct ref"Jeff King2015-10-051-2/+1
* use sha1_to_hex_r() instead of strcpyJeff King2015-10-055-24/+27
* transport: use strbufs for status table "quickref" stringsJeff King2015-10-051-10/+12
* apply: convert root string to strbufJeff King2015-10-051-16/+10
* init: use strbufs to store pathsJeff King2015-10-051-98/+74
* probe_utf8_pathname_composition: use internal strbufJeff King2015-10-051-1/+1
* remote-ext: simplify git pkt-line generationJeff King2015-09-251-29/+5
* upload-archive: convert sprintf to strbufJeff King2015-09-251-5/+4
* help: drop prepend function in favor of xstrfmtJeff King2015-09-251-12/+2
* fetch: replace static buffer with xstrfmtJeff King2015-09-251-5/+2
* config: use xstrfmt in normalize_valueJeff King2015-09-251-21/+13
* replace trivial malloc + sprintf / strcpy calls with xstrfmtJeff King2015-09-253-18/+8
* receive-pack: convert strncpy to xsnprintfJeff King2015-09-251-2/+2
* use xsnprintf for generating git object headersJeff King2015-09-251-1/+1
* convert trivial sprintf / strcpy calls to xsnprintfJeff King2015-09-257-14/+16
* mailsplit: make PATH_MAX buffers dynamicJeff King2015-09-251-11/+23
* fsck: use strbuf to generate alternate directoriesJeff King2015-09-251-5/+6
* fsck: don't fsck alternates for connectivity-only checkJeff King2015-09-251-8/+9
* mailsplit: fix FILE* leak in split_maildirJeff King2015-09-251-1/+4
* show-branch: avoid segfault with --reflog of unborn branchJeff King2015-09-251-0/+2
* Merge branch 'ah/show-ref-usage-string'Junio C Hamano2015-09-141-1/+1
|\
| * show-ref: place angle brackets around variables in usage stringah/show-ref-usage-stringAlex Henrie2015-08-311-1/+1
* | Merge branch 'rt/help-strings-fix'Junio C Hamano2015-09-143-3/+3
|\ \
| * | tag, update-ref: improve description of option "create-reflog"rt/help-strings-fixRalf Thielow2015-09-112-2/+2
| * | pull: don't mark values for option "rebase" for translationRalf Thielow2015-09-111-1/+1
* | | Merge branch 'gb/apply-comment-typofix'Junio C Hamano2015-09-141-1/+1
* | | Sync with 2.5.2Junio C Hamano2015-09-091-2/+4
|\ \ \ | |/ / |/| |
| * | Sync with 2.4.9Junio C Hamano2015-09-041-2/+4
| |\ \
| | * \ Sync with 2.3.9Junio C Hamano2015-09-041-2/+4
| | |\ \
| | | * \ Sync with 2.2.3Junio C Hamano2015-09-041-2/+4
| | | |\ \
| | | | * | show-branch: use a strbuf for reflog descriptionsJeff King2015-09-041-2/+4
| * | | | | Merge branch 'dt/commit-preserve-base-index-upon-opportunistic-cache-tree-upd...Junio C Hamano2015-09-031-3/+1
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'jc/calloc-pathspec' into maintJunio C Hamano2015-09-032-2/+2
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'jk/rev-list-has-no-notes' into maintJunio C Hamano2015-09-031-0/+3
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'mh/get-remote-group-fix' into maintJunio C Hamano2015-09-031-8/+6
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge branch 'jc/builtin-am-signoff-regression-fix'Junio C Hamano2015-09-081-2/+29
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | am: match --signoff to the original scripted versionjc/builtin-am-signoff-regression-fixJunio C Hamano2015-09-061-2/+29
* | | | | | | | | | Merge branch 'jk/am-rerere-lock-fix'Junio C Hamano2015-09-032-14/+9
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | rerere: release lockfile in non-writing functionsjk/am-rerere-lock-fixJeff King2015-09-012-14/+9
* | | | | | | | | | | Merge branch 'dt/commit-preserve-base-index-upon-opportunistic-cache-tree-upd...Junio C Hamano2015-09-011-3/+1
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / | |/| | | | | | | | |
| * | | | | | | | | | commit: don't rewrite shared index unnecessarilydt/commit-preserve-base-index-upon-opportunistic-cache-tree-updateDavid Turner2015-08-311-3/+1
| | |_|/ / / / / / / | |/| | | | | | | |
| * | | | | | | | | Merge branch 'jk/guess-repo-name-regression-fix' into maintJunio C Hamano2015-08-251-1/+2
| |\ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ Merge branch 'ah/reflog-typofix-in-error'Junio C Hamano2015-09-011-1/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | reflog: add missing single quote to error messageah/reflog-typofix-in-errorAlex Henrie2015-08-281-1/+1
* | | | | | | | | | | | Merge branch 'ah/read-tree-usage-string'Junio C Hamano2015-09-011-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | read-tree: replace bracket set with parentheses to clarify usageah/read-tree-usage-stringAlex Henrie2015-08-281-1/+1
* | | | | | | | | | | | | Merge branch 'ah/pack-objects-usage-strings'Junio C Hamano2015-09-011-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|/ / / / / / / / |/| | | | | | | | | | | |
| * | | | | | | | | | | | pack-objects: place angle brackets around placeholders in usage stringsah/pack-objects-usage-stringsAlex Henrie2015-08-281-2/+2
* | | | | | | | | | | | | Merge branch 'sg/describe-contains'Junio C Hamano2015-08-311-4/+4
|\ \ \ \ \ \ \ \ \ \ \ \ \