aboutsummaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAge
* use commit_list_count() to count the members of commit_listsRené Scharfe2014-07-17
* strbuf: use strbuf_addstr() for adding C stringsRené Scharfe2014-07-17
* merge: simplify merge_trivial() by using commit_list_append()René Scharfe2014-07-10
* use strbuf_addbuf for adding strbufsRené Scharfe2014-07-10
* Merge branch 'jk/xstrfmt'Junio C Hamano2014-07-09
|\
| * use xstrfmt to replace xmalloc + strcpy/strcatJeff King2014-06-19
| * use xstrfmt to replace xmalloc + sprintfJeff King2014-06-19
| * use xstrdup instead of xmalloc + strcpyJeff King2014-06-19
* | Merge branch 'jk/skip-prefix'Junio C Hamano2014-07-09
|\ \
| * | use skip_prefix to avoid repeating stringsJeff King2014-06-20
| * | apply: use skip_prefix instead of raw additionJeff King2014-06-20
| * | refactor skip_prefix to return a booleanJeff King2014-06-20
| * | avoid using skip_prefix as a booleanJeff King2014-06-18
| |/
* | 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