summaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAgeFilesLines
* grep: add --threads=<num> option and grep.threads configurationvl/grep-configurable-threadsVictor Leschuk2015-12-161-13/+30
* grep: slight refactoring to the code that disables threadingVictor Leschuk2015-12-151-2/+1
* grep: allow threading even on a single-core machineVictor Leschuk2015-12-151-1/+1
* 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
| * | | | | | | 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
| | |/ / / / / | |/| | | | |