aboutsummaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAge
* Sync with 2.0.2Junio C Hamano2014-07-16
|\
| * Merge branch 'jc/fix-clone-single-starting-at-a-tag' into maintJunio C Hamano2014-07-16
| |\
| * \ Merge branch 'jk/commit-buffer-length' into maintJunio C Hamano2014-07-16
| |\ \
| * \ \ Merge branch 'maint-1.9' into maintJunio C Hamano2014-07-16
| |\ \ \
| | * \ \ Merge branch 'maint-1.8.5' into maint-1.9Junio C Hamano2014-07-16
| | |\ \ \
| | | * | | annotate: use argv_arrayRené Scharfe2014-07-16
| * | | | | Merge branch 'jk/repack-pack-keep-objects' into maintJunio C Hamano2014-07-10
| |\ \ \ \ \
* | \ \ \ \ \ Merge branch 'rs/code-cleaning'Junio C Hamano2014-07-16
|\ \ \ \ \ \ \
| * | | | | | | 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/skip-prefix'Junio C Hamano2014-07-16
|\ \ \ \ \ \ \ \
| * | | | | | | | tag: use skip_prefix instead of magic numbersJeff King2014-07-10
* | | | | | | | | Merge branch 'jk/strip-suffix'Junio C Hamano2014-07-16
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | verify-pack: use strbuf_strip_suffixJeff King2014-06-30
| * | | | | | | | | index-pack: use strip_suffix to avoid magic numbersJeff King2014-06-30
| * | | | | | | | | use strip_suffix instead of ends_with in simple casesJeff King2014-06-30
| * | | | | | | | | replace has_extension with ends_withJeff King2014-06-30
* | | | | | | | | | Merge branch 'jk/replace-edit-raw'Junio C Hamano2014-07-16
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | replace: add a --raw mode for --editJeff King2014-06-25
* | | | | | | | | | | Merge branch 'cc/replace-edit'Junio C Hamano2014-07-16
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / /
| * | | | | | | | | | replace: use argv_array in export_objectJeff King2014-06-25
| * | | | | | | | | | avoid double close of descriptors handed to run_commandJeff King2014-06-25
| * | | | | | | | | | replace: replace spaces with tabs in indentationJeff King2014-06-25
* | | | | | | | | | | Merge branch 'nd/split-index'Junio C Hamano2014-07-16
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | read-tree: note about dropping split-index mode or index versionNguyễn Thái Ngọc Duy2014-06-13
| * | | | | | | | | | | rev-parse: add --shared-index-path to get shared index pathNguyễn Thái Ngọc Duy2014-06-13
| * | | | | | | | | | | update-index: new options to enable/disable split index modeNguyễn Thái Ngọc Duy2014-06-13
| * | | | | | | | | | | read-cache: mark updated entries for split indexNguyễn Thái Ngọc Duy2014-06-13
| * | | | | | | | | | | entry.c: update cache_changed if refresh_cache is set in checkout_entry()Nguyễn Thái Ngọc Duy2014-06-13
| * | | | | | | | | | | cache-tree: mark istate->cache_changed on prime_cache_tree()Nguyễn Thái Ngọc Duy2014-06-13
| * | | | | | | | | | | cache-tree: mark istate->cache_changed on cache tree invalidationNguyễn Thái Ngọc Duy2014-06-13
| * | | | | | | | | | | update-index: be specific what part of the index has changedNguyễn Thái Ngọc Duy2014-06-13
| * | | | | | | | | | | read-cache: be specific what part of the index has changedNguyễn Thái Ngọc Duy2014-06-13
| * | | | | | | | | | | read-cache: new API write_locked_index instead of write_index/write_cacheNguyễn Thái Ngọc Duy2014-06-13
* | | | | | | | | | | | Merge branch 'mg/verify-commit'Junio C Hamano2014-07-10
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | verify-commit: scriptable commit signature verificationMichael J Gruber2014-06-23
| * | | | | | | | | | | | gpg-interface: provide clear helper for struct signature_checkMichael J Gruber2014-06-23
* | | | | | | | | | | | | Merge branch 'jc/fix-clone-single-starting-at-a-tag'Junio C Hamano2014-07-10
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | / | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
| * | | | | | | | | | | builtin/clone.c: detect a clone starting at a tag correctlyJunio C Hamano2014-06-23
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | |
* | | | | | | | | | | 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
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |