summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* test-sha1-array: read command stream with strbuf_getline()jc/strbuf-gets-2Junio C Hamano2016-01-141-1/+1
* grep: read -f file with strbuf_getline()Junio C Hamano2016-01-141-1/+1
* send-pack: read list of refs with strbuf_getline()Junio C Hamano2016-01-141-1/+1
* column: read lines with strbuf_getline()Junio C Hamano2016-01-141-1/+1
* cat-file: read batch stream with strbuf_getline()Junio C Hamano2016-01-141-1/+1
* transport-helper: read helper response with strbuf_getline()Junio C Hamano2016-01-141-1/+1
* clone/sha1_file: read info/alternates with strbuf_getline()Junio C Hamano2016-01-142-2/+2
* remote.c: read $GIT_DIR/remotes/* with strbuf_getline()Junio C Hamano2016-01-141-1/+1
* ident.c: read /etc/mailname with strbuf_getline()Junio C Hamano2016-01-141-1/+1
* rev-parse: read parseopt spec with strbuf_getline()Junio C Hamano2016-01-141-2/+2
* revision: read --stdin with strbuf_getline()Junio C Hamano2016-01-141-7/+2
* hash-object: read --stdin-paths with strbuf_getline()Junio C Hamano2016-01-141-1/+1
* strbuf: give strbuf_getline() to the "most text friendly" variantJunio C Hamano2016-01-144-20/+24
* checkout-index: there are only two possible line terminationsJunio C Hamano2016-01-141-8/+8
* update-index: there are only two possible line terminationsJunio C Hamano2016-01-141-11/+16
* check-ignore: there are only two possible line terminationsJunio C Hamano2016-01-141-3/+4
* check-attr: there are only two possible line terminationsJunio C Hamano2016-01-141-3/+4
* mktree: there are only two possible line terminationsJunio C Hamano2016-01-141-6/+8
* strbuf: introduce strbuf_getline_{lf,nul}()Junio C Hamano2016-01-1336-56/+73
* strbuf: make strbuf_getline_crlf() globalJunio C Hamano2016-01-133-15/+19
* strbuf: miniscule style fixJunio C Hamano2016-01-131-2/+2
* Seventh batch for 2.7Junio C Hamano2015-10-261-1/+36
* Merge branch 'dk/p4-import-ctypes'Junio C Hamano2015-10-261-0/+1
|\
| * git-p4: import the ctypes moduledk/p4-import-ctypesDennis Kaarsemaker2015-10-201-0/+1
* | Merge branch 'jk/repository-extension'Junio C Hamano2015-10-268-12/+209
|\ \
| * | introduce "preciousObjects" repository extensionjk/repository-extensionJeff King2015-06-248-9/+50
| * | introduce "extensions" form of core.repositoryformatversionJeff King2015-06-244-3/+159
* | | Merge branch 'dt/t7063-fix-flaky-test'Junio C Hamano2015-10-261-1/+3
|\ \ \
| * | | t7063: fix flaky untracked-cache testdt/t7063-fix-flaky-testDavid Turner2015-10-191-1/+3
* | | | 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-269-103/+118
|\ \ \ \ \ \
| * | | | | | stripspace: use parse-options for command-line parsingtk/stripspaceTobias Klauser2015-10-161-26/+31
| * | | | | | strbuf: make stripspace() part of strbufTobias Klauser2015-10-169-78/+88
* | | | | | | Merge branch 'rt/placeholder-in-usage'Junio C Hamano2015-10-262-3/+3
|\ \ \ \ \ \ \
| * | | | | | | am, credential-cache: add angle brackets to usage stringrt/placeholder-in-usageRalf Thielow2015-10-162-3/+3
| |/ / / / / /
* | | | | | | Merge branch 'jc/usage-stdin'Junio C Hamano2015-10-2625-41/+64
|\ \ \ \ \ \ \
| * | | | | | | usage: do not insist that standard input must come from a filejc/usage-stdinJunio C Hamano2015-10-1625-41/+64
* | | | | | | | Merge branch 'mr/worktree-list'Junio C Hamano2015-10-269-88/+485
|\ \ \ \ \ \ \ \
| * | | | | | | | worktree: add 'list' commandmr/worktree-listMichael Rappazzo2015-10-083-1/+225
| * | | | | | | | worktree: add details to the worktree structMichael Rappazzo2015-10-082-11/+48
| * | | | | | | | worktree: add a function to get worktree detailsMichael Rappazzo2015-10-082-46/+130
| * | | | | | | | worktree: refactor find_linked_symref functionMichael Rappazzo2015-10-081-27/+69
| * | | | | | | | worktree: add top-level worktree.cMichael Rappazzo2015-10-026-87/+97
* | | | | | | | | 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
| | |_|/ / / / / / | |/| | | | | | |
* | | | | | | | | Sync with maintJunio C Hamano2015-10-200-0/+0
|\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'js/gc-with-stale-symref' into maintJunio C Hamano2015-10-202-1/+20
| |\ \ \ \ \ \ \ \ \