summaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'jk/skip-prefix'Junio C Hamano2014-07-161-9/+5
|\
| * tag: use skip_prefix instead of magic numbersjk/skip-prefixJeff King2014-07-101-9/+5
* | Merge branch 'jk/strip-suffix'Junio C Hamano2014-07-164-28/+26
|\ \
| * | verify-pack: use strbuf_strip_suffixJeff King2014-06-301-4/+3
| * | index-pack: use strip_suffix to avoid magic numbersJeff King2014-06-301-15/+14
| * | use strip_suffix instead of ends_with in simple casesJeff King2014-06-302-9/+9
| * | replace has_extension with ends_withJeff King2014-06-302-4/+4
* | | Merge branch 'jk/replace-edit-raw'Junio C Hamano2014-07-161-10/+21
|\ \ \
| * | | replace: add a --raw mode for --editjk/replace-edit-rawJeff King2014-06-251-10/+21
* | | | Merge branch 'cc/replace-edit'Junio C Hamano2014-07-161-8/+8
|\ \ \ \ | |/ / /
| * | | replace: use argv_array in export_objectcc/replace-editJeff King2014-06-251-3/+5
| * | | avoid double close of descriptors handed to run_commandJeff King2014-06-251-2/+0
| * | | replace: replace spaces with tabs in indentationJeff King2014-06-251-3/+3
* | | | Merge branch 'nd/split-index'Junio C Hamano2014-07-1614-77/+98
|\ \ \ \
| * | | | read-tree: note about dropping split-index mode or index versionNguyễn Thái Ngọc Duy2014-06-131-0/+9
| * | | | rev-parse: add --shared-index-path to get shared index pathNguyễn Thái Ngọc Duy2014-06-131-0/+10
| * | | | update-index: new options to enable/disable split index modeNguyễn Thái Ngọc Duy2014-06-131-0/+18
| * | | | read-cache: mark updated entries for split indexNguyễn Thái Ngọc Duy2014-06-131-0/+2
| * | | | entry.c: update cache_changed if refresh_cache is set in checkout_entry()Nguyễn Thái Ngọc Duy2014-06-133-3/+7
| * | | | cache-tree: mark istate->cache_changed on prime_cache_tree()Nguyễn Thái Ngọc Duy2014-06-132-2/+2
| * | | | cache-tree: mark istate->cache_changed on cache tree invalidationNguyễn Thái Ngọc Duy2014-06-132-3/+3
| * | | | update-index: be specific what part of the index has changedNguyễn Thái Ngọc Duy2014-06-131-3/+3
| * | | | read-cache: be specific what part of the index has changedNguyễn Thái Ngọc Duy2014-06-131-3/+3
| * | | | read-cache: new API write_locked_index instead of write_index/write_cacheNguyễn Thái Ngọc Duy2014-06-1312-66/+44
* | | | | Merge branch 'mg/verify-commit'Junio C Hamano2014-07-102-4/+94
|\ \ \ \ \
| * | | | | verify-commit: scriptable commit signature verificationMichael J Gruber2014-06-231-0/+93
| * | | | | gpg-interface: provide clear helper for struct signature_checkMichael J Gruber2014-06-231-4/+1
* | | | | | Merge branch 'jc/fix-clone-single-starting-at-a-tag'Junio C Hamano2014-07-101-1/+1
|\ \ \ \ \ \
| * | | | | | builtin/clone.c: detect a clone starting at a tag correctlyjc/fix-clone-single-starting-at-a-tagJunio C Hamano2014-06-231-1/+1
* | | | | | | Merge branch 'jk/xstrfmt'Junio C Hamano2014-07-096-29/+11
|\ \ \ \ \ \ \
| * | | | | | | use xstrfmt to replace xmalloc + strcpy/strcatJeff King2014-06-193-14/+4
| * | | | | | | use xstrfmt to replace xmalloc + sprintfJeff King2014-06-192-11/+6
| * | | | | | | use xstrdup instead of xmalloc + strcpyJeff King2014-06-191-4/+1
* | | | | | | | Merge branch 'jk/skip-prefix'Junio C Hamano2014-07-099-32/+32
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | use skip_prefix to avoid repeating stringsJeff King2014-06-203-11/+11
| * | | | | | | apply: use skip_prefix instead of raw additionJeff King2014-06-201-2/+3
| * | | | | | | refactor skip_prefix to return a booleanJeff King2014-06-206-18/+17
| * | | | | | | avoid using skip_prefix as a booleanJeff King2014-06-181-1/+1
| |/ / / / / /
* | | | | | | diff-tree: call free_commit_list() instead of duplicating its codeRené Scharfe2014-07-081-6/+2
* | | | | | | 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