summaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | mailinfo: move definition of MAX_HDR_PARSED closer to its useJunio C Hamano2015-10-211-1/+1
| * | | | | | | | | mailinfo: move cleanup_space() before its usersJunio C Hamano2015-10-211-14/+11
| * | | | | | | | | mailinfo: move check_header() after the helpers it usesJunio C Hamano2015-10-211-68/+67
| * | | | | | | | | mailinfo: move read_one_header_line() closer to its callersJunio C Hamano2015-10-211-68/+68
| * | | | | | | | | mailinfo: move handle_boundary() lowerJunio C Hamano2015-10-211-58/+56
| * | | | | | | | | mailinfo: plug strbuf leak during continuation line handlingJunio C Hamano2015-10-211-1/+3
| * | | | | | | | | mailinfo: explicitly close file handle to the patch outputJunio C Hamano2015-10-181-0/+2
| * | | | | | | | | mailinfo: fix an off-by-one error in the boundary stackJunio C Hamano2015-10-181-1/+1
| * | | | | | | | | mailinfo: fold decode_header_bq() into decode_header()Junio C Hamano2015-10-181-16/+7
| * | | | | | | | | mailinfo: remove a no-op call convert_to_utf8(it, "")Junio C Hamano2015-10-181-5/+0
* | | | | | | | | | Merge branch 'jk/repository-extension'Junio C Hamano2015-10-263-9/+17
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | introduce "preciousObjects" repository extensionjk/repository-extensionJeff King2015-06-243-9/+17
* | | | | | | | | | | Merge branch 'kn/for-each-tag'Junio C Hamano2015-10-261-0/+1
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | tag.c: use the correct algorithm for the '--contains' optionkn/for-each-tagKarthik Nayak2015-10-181-0/+1
* | | | | | | | | | | | Merge branch 'es/worktree-add'Junio C Hamano2015-10-261-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | worktree: usage: denote <branch> as optional with 'add'es/worktree-addSidhant Sharma2015-10-181-1/+1
* | | | | | | | | | | | | Merge branch 'tk/stripspace'Junio C Hamano2015-10-267-102/+42
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | stripspace: use parse-options for command-line parsingtk/stripspaceTobias Klauser2015-10-161-26/+31
| * | | | | | | | | | | | | strbuf: make stripspace() part of strbufTobias Klauser2015-10-167-77/+12
| | |_|_|/ / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'rt/placeholder-in-usage'Junio C Hamano2015-10-261-2/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | am, credential-cache: add angle brackets to usage stringrt/placeholder-in-usageRalf Thielow2015-10-161-2/+2
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge branch 'jc/usage-stdin'Junio C Hamano2015-10-2611-12/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | usage: do not insist that standard input must come from a filejc/usage-stdinJunio C Hamano2015-10-1611-12/+12
| | |_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'mr/worktree-list'Junio C Hamano2015-10-262-1/+89
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | worktree: add 'list' commandmr/worktree-listMichael Rappazzo2015-10-081-0/+88
| * | | | | | | | | | | | | worktree: add top-level worktree.cMichael Rappazzo2015-10-021-1/+1
* | | | | | | | | | | | | | Merge branch 'jc/am-3-fallback-regression-fix'Junio C Hamano2015-10-261-16/+33
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | am -3: do not let failed merge from completing the error codepathjc/am-3-fallback-regression-fixJunio C Hamano2015-10-091-16/+33
| | |_|/ / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge branch 'jk/war-on-sprintf'Junio C Hamano2015-10-2025-421/+265
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | name-rev: use strip_suffix to avoid magic numbersJeff King2015-10-051-5/+4
| * | | | | | | | | | | | | use strbuf_complete to conditionally append slashJeff King2015-10-052-6/+3
| * | | | | | | | | | | | | fsck: use for_each_loose_file_in_objdirJeff King2015-10-051-46/+24
| * | | | | | | | | | | | | fsck: drop inode-sorting codeJeff King2015-10-051-68/+2
| * | | | | | | | | | | | | convert strncpy to memcpyJeff King2015-10-051-2/+2
| * | | | | | | | | | | | | help: clean up kfmclient mungingJeff King2015-10-051-11/+4
| * | | | | | | | | | | | | receive-pack: simplify keep_arg computationJeff King2015-10-051-7/+10
| * | | | | | | | | | | | | 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