aboutsummaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAge
* diff-tree: call free_commit_list() instead of duplicating its codeRené Scharfe2014-07-08
* Merge branch 'jk/commit-buffer-length'Junio C Hamano2014-07-02
|\
| * commit: record buffer length in cacheJeff King2014-06-13
| * use get_commit_buffer everywhereJeff King2014-06-13
| * convert logmsg_reencode to get_commit_bufferJeff King2014-06-13
| * use get_cached_commit_buffer where appropriateJeff King2014-06-13
| * provide a helper to set the commit bufferJeff King2014-06-13
| * provide a helper to free commit bufferJeff King2014-06-13
| * logmsg_reencode: return const bufferJeff King2014-06-12
| * do not create "struct commit" with xcallocJeff King2014-06-12
| * commit_tree: take a pointer/len pair rather than a const strbufJeff King2014-06-12
* | enums: remove trailing ',' after last item in enumRonnie Sahlberg2014-07-02
* | Merge branch 'maint'Junio C Hamano2014-07-02
|\ \
| * \ Merge branch 'maint-1.8.5' into maintJunio C Hamano2014-07-02
| |\ \
| | * | enums: remove trailing ',' after last item in enumRonnie Sahlberg2014-07-02
| * | | Merge branch 'jl/status-added-submodule-is-never-ignored' into maintJunio C Hamano2014-06-25
| |\ \ \
| * \ \ \ Merge branch 'ym/fix-opportunistic-index-update-race' into maintJunio C Hamano2014-06-25
| |\ \ \ \
| * \ \ \ \ Merge branch 'jl/remote-rm-prune' into maintJunio C Hamano2014-06-25
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'fc/rerere-conflict-style' into maintJunio C Hamano2014-06-25
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'dt/merge-recursive-case-insensitive' into maintJunio C Hamano2014-06-25
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'rs/mailinfo-header-cmp' into maintJunio C Hamano2014-06-25
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge branch 'jk/index-pack-report-missing' into maintJunio C Hamano2014-06-25
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'nd/index-pack-one-fd-per-thread' into maintJunio C Hamano2014-06-25
| |\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ Merge branch 'sk/spawn-less-case-insensitively-from-grep-O-i' into maintJunio C Hamano2014-06-25
| |\ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ Merge branch 'nd/daemonize-gc' into maintJunio C Hamano2014-06-25
| |\ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jk/diff-follow-must-take-one-pathspec' into maintJunio C Hamano2014-06-25
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jk/commit-C-pick-empty' into maintJunio C Hamano2014-06-25
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'bc/blame-crlf-test' into maintJunio C Hamano2014-06-25
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jx/blame-align-relative-time' into maintJunio C Hamano2014-06-25
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jc/apply-ignore-whitespace' into maintJunio C Hamano2014-06-25
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jc/rev-parse-argh-dashed-multi-words' into maintJunio C Hamano2014-06-12
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge branch 'rs/blame-refactor'Junio C Hamano2014-06-25
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | blame: simplify prepare_lines()René Scharfe2014-06-13
| * | | | | | | | | | | | | | | | | | | blame: factor out get_next_line()René Scharfe2014-06-13
| |/ / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | Merge branch 'jk/repack-pack-writebitmaps-config'Junio C Hamano2014-06-25
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | repack: introduce repack.writeBitmaps config optionJeff King2014-06-10
| * | | | | | | | | | | | | | | | | | | repack: simplify handling of --write-bitmap-indexJeff King2014-06-10
| * | | | | | | | | | | | | | | | | | | pack-objects: stop respecting pack.writebitmapsJeff King2014-06-10
* | | | | | | | | | | | | | | | | | | | Merge branch 'jk/repack-pack-keep-objects'Junio C Hamano2014-06-25
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | | repack: s/write_bitmap/&s/ in codeJeff King2014-06-10
| * | | | | | | | | | | | | | | | | | | repack: respect pack.writebitmapsJeff King2014-06-10
| * | | | | | | | | | | | | | | | | | | repack: do not accidentally pack kept objects by defaultJeff King2014-06-10
* | | | | | | | | | | | | | | | | | | | Merge branch 'jc/fetch-pull-refmap'Junio C Hamano2014-06-20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | fetch: allow explicit --refmap to override configurationJunio C Hamano2014-06-05
| | |/ / / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | Merge branch 'rs/more-starts-with'Junio C Hamano2014-06-20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | Use starts_with() for C strings instead of memcmp()René Scharfe2014-06-09
| |/ / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | Merge branch 'lt/log-auto-decorate'Junio C Hamano2014-06-16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | git log: support "auto" decorationsLinus Torvalds2014-05-30
| |/ / / / / / / / / / / / / / / / / / /
* | | | | | | | | | | | | | | | | | | | Merge branch 'jm/format-patch-mail-sig'Junio C Hamano2014-06-16
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | format-patch: add "--signature-file=<file>" optionJeremiah Mahler2014-05-27