Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Sync with 2.0.2 | Junio C Hamano | 2014-07-16 | 1 | -7/+5 |
|\ | |||||
| * | Merge branch 'jc/fix-clone-single-starting-at-a-tag' into maint | Junio C Hamano | 2014-07-16 | 1 | -1/+1 |
| |\ | |||||
| * \ | Merge branch 'jk/commit-buffer-length' into maint | Junio C Hamano | 2014-07-16 | 11 | -29/+47 |
| |\ \ | |||||
| * \ \ | Merge branch 'maint-1.9' into maint | Junio C Hamano | 2014-07-16 | 1 | -7/+5 |
| |\ \ \ | |||||
| | * \ \ | Merge branch 'maint-1.8.5' into maint-1.9 | Junio C Hamano | 2014-07-16 | 2 | -8/+6 |
| | |\ \ \ | |||||
| | | * | | | annotate: use argv_array | René Scharfe | 2014-07-16 | 1 | -7/+5 |
| * | | | | | Merge branch 'jk/repack-pack-keep-objects' into maint | Junio C Hamano | 2014-07-10 | 1 | -5/+9 |
| |\ \ \ \ \ | |||||
* | \ \ \ \ \ | Merge branch 'rs/code-cleaning' | Junio C Hamano | 2014-07-16 | 2 | -7/+5 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | merge: simplify merge_trivial() by using commit_list_append() | René Scharfe | 2014-07-10 | 1 | -6/+4 |
| * | | | | | | | use strbuf_addbuf for adding strbufs | René Scharfe | 2014-07-10 | 1 | -1/+1 |
* | | | | | | | | Merge branch 'jk/skip-prefix' | Junio C Hamano | 2014-07-16 | 1 | -9/+5 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | tag: use skip_prefix instead of magic numbersjk/skip-prefix | Jeff King | 2014-07-10 | 1 | -9/+5 |
* | | | | | | | | | Merge branch 'jk/strip-suffix' | Junio C Hamano | 2014-07-16 | 4 | -28/+26 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | verify-pack: use strbuf_strip_suffix | Jeff King | 2014-06-30 | 1 | -4/+3 |
| * | | | | | | | | | index-pack: use strip_suffix to avoid magic numbers | Jeff King | 2014-06-30 | 1 | -15/+14 |
| * | | | | | | | | | use strip_suffix instead of ends_with in simple cases | Jeff King | 2014-06-30 | 2 | -9/+9 |
| * | | | | | | | | | replace has_extension with ends_with | Jeff King | 2014-06-30 | 2 | -4/+4 |
* | | | | | | | | | | Merge branch 'jk/replace-edit-raw' | Junio C Hamano | 2014-07-16 | 1 | -10/+21 |
|\ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | replace: add a --raw mode for --editjk/replace-edit-raw | Jeff King | 2014-06-25 | 1 | -10/+21 |
* | | | | | | | | | | | Merge branch 'cc/replace-edit' | Junio C Hamano | 2014-07-16 | 1 | -8/+8 |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | |||||
| * | | | | | | | | | | replace: use argv_array in export_objectcc/replace-edit | Jeff King | 2014-06-25 | 1 | -3/+5 |
| * | | | | | | | | | | avoid double close of descriptors handed to run_command | Jeff King | 2014-06-25 | 1 | -2/+0 |
| * | | | | | | | | | | replace: replace spaces with tabs in indentation | Jeff King | 2014-06-25 | 1 | -3/+3 |
* | | | | | | | | | | | Merge branch 'nd/split-index' | Junio C Hamano | 2014-07-16 | 14 | -77/+98 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | read-tree: note about dropping split-index mode or index version | Nguyễn Thái Ngọc Duy | 2014-06-13 | 1 | -0/+9 |
| * | | | | | | | | | | | rev-parse: add --shared-index-path to get shared index path | Nguyễn Thái Ngọc Duy | 2014-06-13 | 1 | -0/+10 |
| * | | | | | | | | | | | update-index: new options to enable/disable split index mode | Nguyễn Thái Ngọc Duy | 2014-06-13 | 1 | -0/+18 |
| * | | | | | | | | | | | read-cache: mark updated entries for split index | Nguyễn Thái Ngọc Duy | 2014-06-13 | 1 | -0/+2 |
| * | | | | | | | | | | | entry.c: update cache_changed if refresh_cache is set in checkout_entry() | Nguyễn Thái Ngọc Duy | 2014-06-13 | 3 | -3/+7 |
| * | | | | | | | | | | | cache-tree: mark istate->cache_changed on prime_cache_tree() | Nguyễn Thái Ngọc Duy | 2014-06-13 | 2 | -2/+2 |
| * | | | | | | | | | | | cache-tree: mark istate->cache_changed on cache tree invalidation | Nguyễn Thái Ngọc Duy | 2014-06-13 | 2 | -3/+3 |
| * | | | | | | | | | | | update-index: be specific what part of the index has changed | Nguyễn Thái Ngọc Duy | 2014-06-13 | 1 | -3/+3 |
| * | | | | | | | | | | | read-cache: be specific what part of the index has changed | Nguyễn Thái Ngọc Duy | 2014-06-13 | 1 | -3/+3 |
| * | | | | | | | | | | | read-cache: new API write_locked_index instead of write_index/write_cache | Nguyễn Thái Ngọc Duy | 2014-06-13 | 12 | -66/+44 |
* | | | | | | | | | | | | Merge branch 'mg/verify-commit' | Junio C Hamano | 2014-07-10 | 2 | -4/+94 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | verify-commit: scriptable commit signature verification | Michael J Gruber | 2014-06-23 | 1 | -0/+93 |
| * | | | | | | | | | | | | gpg-interface: provide clear helper for struct signature_check | Michael J Gruber | 2014-06-23 | 1 | -4/+1 |
* | | | | | | | | | | | | | Merge branch 'jc/fix-clone-single-starting-at-a-tag' | Junio C Hamano | 2014-07-10 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | / | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | |||||
| * | | | | | | | | | | | builtin/clone.c: detect a clone starting at a tag correctlyjc/fix-clone-single-starting-at-a-tag | Junio C Hamano | 2014-06-23 | 1 | -1/+1 |
| | |_|_|_|_|_|_|/ / / | |/| | | | | | | | | | |||||
* | | | | | | | | | | | Merge branch 'jk/xstrfmt' | Junio C Hamano | 2014-07-09 | 6 | -29/+11 |
|\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | use xstrfmt to replace xmalloc + strcpy/strcat | Jeff King | 2014-06-19 | 3 | -14/+4 |
| * | | | | | | | | | | | use xstrfmt to replace xmalloc + sprintf | Jeff King | 2014-06-19 | 2 | -11/+6 |
| * | | | | | | | | | | | use xstrdup instead of xmalloc + strcpy | Jeff King | 2014-06-19 | 1 | -4/+1 |
* | | | | | | | | | | | | Merge branch 'jk/skip-prefix' | Junio C Hamano | 2014-07-09 | 9 | -32/+32 |
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | |||||
| * | | | | | | | | | | | use skip_prefix to avoid repeating strings | Jeff King | 2014-06-20 | 3 | -11/+11 |
| * | | | | | | | | | | | apply: use skip_prefix instead of raw addition | Jeff King | 2014-06-20 | 1 | -2/+3 |
| * | | | | | | | | | | | refactor skip_prefix to return a boolean | Jeff King | 2014-06-20 | 6 | -18/+17 |
| * | | | | | | | | | | | avoid using skip_prefix as a boolean | Jeff King | 2014-06-18 | 1 | -1/+1 |
| |/ / / / / / / / / / | |||||
* | | | | | | | | | | | diff-tree: call free_commit_list() instead of duplicating its code | René Scharfe | 2014-07-08 | 1 | -6/+2 |
* | | | | | | | | | | | Merge branch 'jk/commit-buffer-length' | Junio C Hamano | 2014-07-02 | 11 | -29/+47 |
|\ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |