summaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/commit-buffer-length'Junio C Hamano2014-07-0211-29/+47
|\
| * commit: record buffer length in cacheJeff King2014-06-136-6/+18
| * use get_commit_buffer everywhereJeff King2014-06-133-4/+13
| * convert logmsg_reencode to get_commit_bufferJeff King2014-06-132-3/+3
| * use get_cached_commit_buffer where appropriateJeff King2014-06-131-1/+1
| * provide a helper to set the commit bufferJeff King2014-06-131-1/+1
| * provide a helper to free commit bufferJeff King2014-06-134-9/+6
| * logmsg_reencode: return const bufferJeff King2014-06-122-2/+2
| * do not create "struct commit" with xcallocJeff King2014-06-121-1/+1
| * commit_tree: take a pointer/len pair rather than a const strbufJeff King2014-06-123-8/+8
* | enums: remove trailing ',' after last item in enumRonnie Sahlberg2014-07-021-1/+1
* | Merge branch 'maint'Junio C Hamano2014-07-021-1/+1
|\ \
| * \ Merge branch 'maint-1.8.5' into maintJunio C Hamano2014-07-021-1/+1
| |\ \
| | * | enums: remove trailing ',' after last item in enumRonnie Sahlberg2014-07-021-1/+1
| * | | Merge branch 'jl/status-added-submodule-is-never-ignored' into maintJunio C Hamano2014-06-251-2/+16
| |\ \ \
| * \ \ \ Merge branch 'ym/fix-opportunistic-index-update-race' into maintJunio C Hamano2014-06-251-1/+1
| |\ \ \ \
| * \ \ \ \ Merge branch 'jl/remote-rm-prune' into maintJunio C Hamano2014-06-251-7/+30
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'fc/rerere-conflict-style' into maintJunio C Hamano2014-06-251-0/+2
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'dt/merge-recursive-case-insensitive' into maintJunio C Hamano2014-06-251-1/+2
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'rs/mailinfo-header-cmp' into maintJunio C Hamano2014-06-251-3/+3
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'jk/index-pack-report-missing' into maintJunio C Hamano2014-06-251-2/+7
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'nd/index-pack-one-fd-per-thread' into maintJunio C Hamano2014-06-251-10/+17
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'sk/spawn-less-case-insensitively-from-grep-O-i' into maintJunio C Hamano2014-06-251-0/+3
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'nd/daemonize-gc' into maintJunio C Hamano2014-06-251-6/+20
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jk/diff-follow-must-take-one-pathspec' into maintJunio C Hamano2014-06-251-6/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jk/commit-C-pick-empty' into maintJunio C Hamano2014-06-251-3/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'bc/blame-crlf-test' into maintJunio C Hamano2014-06-251-1/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jx/blame-align-relative-time' into maintJunio C Hamano2014-06-251-8/+22
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jc/apply-ignore-whitespace' into maintJunio C Hamano2014-06-251-5/+7
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jc/rev-parse-argh-dashed-multi-words' into maintJunio C Hamano2014-06-121-0/+3
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge branch 'rs/blame-refactor'Junio C Hamano2014-06-251-28/+14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | blame: simplify prepare_lines()rs/blame-refactorRené Scharfe2014-06-131-13/+7
| * | | | | | | | | | | | | | | | | | | blame: factor out get_next_line()René Scharfe2014-06-131-18/+10
| |/ / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | Merge branch 'jk/repack-pack-writebitmaps-config'Junio C Hamano2014-06-252-10/+6
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | repack: introduce repack.writeBitmaps config optionJeff King2014-06-101-1/+2
| * | | | | | | | | | | | | | | | | | | repack: simplify handling of --write-bitmap-indexJeff King2014-06-101-5/+4
| * | | | | | | | | | | | | | | | | | | pack-objects: stop respecting pack.writebitmapsJeff King2014-06-101-4/+0
* | | | | | | | | | | | | | | | | | | | Merge branch 'jk/repack-pack-keep-objects'Junio C Hamano2014-06-251-5/+9
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | repack: s/write_bitmap/&s/ in codejk/repack-pack-keep-objectsJeff King2014-06-101-6/+6
| * | | | | | | | | | | | | | | | | | | repack: respect pack.writebitmapsJeff King2014-06-101-1/+5
| * | | | | | | | | | | | | | | | | | | repack: do not accidentally pack kept objects by defaultJeff King2014-06-101-1/+1
* | | | | | | | | | | | | | | | | | | | Merge branch 'jc/fetch-pull-refmap'Junio C Hamano2014-06-201-3/+32
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | fetch: allow explicit --refmap to override configurationjc/fetch-push-refmapJunio C Hamano2014-06-051-3/+32
| | |/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge branch 'rs/more-starts-with'Junio C Hamano2014-06-201-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | Use starts_with() for C strings instead of memcmp()rs/more-starts-withRené Scharfe2014-06-091-1/+1
| |/ / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | Merge branch 'lt/log-auto-decorate'Junio C Hamano2014-06-161-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | git log: support "auto" decorationslt/log-auto-decorateLinus Torvalds2014-05-301-0/+2
| |/ / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | Merge branch 'jm/format-patch-mail-sig'Junio C Hamano2014-06-161-2/+24
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | format-patch: add "--signature-file=<file>" optionjm/format-patch-mail-sigJeremiah Mahler2014-05-271-0/+17
| * | | | | | | | | | | | | | | | | | | | format-patch: make newline after signature conditionalJeff King2014-05-211-2/+7
| |/ / / / / / / / / / / / / / / / / / /