Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | | | | | | | | 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 | 4 | -15/+14 | |
| * | | | | | | | | | | | | | | | | | replace has_extension with ends_with | Jeff King | 2014-06-30 | 6 | -19/+12 | |
| * | | | | | | | | | | | | | | | | | implement ends_with via strip_suffix | Jeff King | 2014-06-30 | 2 | -10/+6 | |
| * | | | | | | | | | | | | | | | | | add strip_suffix function | Jeff King | 2014-06-30 | 1 | -0/+27 | |
| * | | | | | | | | | | | | | | | | | sha1_file: replace PATH_MAX buffer with strbuf in prepare_packed_git_one() | René Scharfe | 2014-06-30 | 1 | -26/+16 | |
| | |/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | Merge branch 'ep/submodule-code-cleanup' | Junio C Hamano | 2014-07-16 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | submodule.c: use the ARRAY_SIZE macroep/submodule-code-cleanup | Elia Pinto | 2014-06-30 | 1 | -1/+1 | |
| | |/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | Merge branch 'jk/replace-edit-raw' | Junio C Hamano | 2014-07-16 | 2 | -10/+29 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | replace: add a --raw mode for --editjk/replace-edit-raw | Jeff King | 2014-06-25 | 2 | -10/+29 | |
* | | | | | | | | | | | | | | | | | | Merge branch 'cc/replace-edit' | Junio C Hamano | 2014-07-16 | 2 | -9/+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 | 2 | -3/+0 | |
| * | | | | | | | | | | | | | | | | | replace: replace spaces with tabs in indentation | Jeff King | 2014-06-25 | 1 | -3/+3 | |
* | | | | | | | | | | | | | | | | | | Merge branch 'tb/crlf-tests' | Junio C Hamano | 2014-07-16 | 2 | -61/+326 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | t0027: combinations of core.autocrlf, core.eol and text | Torsten Bögershausen | 2014-07-08 | 1 | -0/+265 | |
| * | | | | | | | | | | | | | | | | | | t0025: rename the test files | Torsten Bögershausen | 2014-07-08 | 1 | -61/+61 | |
| | |/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | | | | | | Merge branch 'nd/split-index' | Junio C Hamano | 2014-07-16 | 41 | -193/+1088 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | | | | | t1700: new tests for split-index mode | Nguyễn Thái Ngọc Duy | 2014-06-13 | 6 | -2/+233 | |
| * | | | | | | | | | | | | | | | | | | t2104: make sure split index mode is off for the version test | Nguyễn Thái Ngọc Duy | 2014-06-13 | 1 | -0/+2 | |
| * | | | | | | | | | | | | | | | | | | read-cache: force split index mode with GIT_TEST_SPLIT_INDEX | Nguyễn Thái Ngọc Duy | 2014-06-13 | 1 | -1/+9 | |
| * | | | | | | | | | | | | | | | | | | read-tree: note about dropping split-index mode or index version | Nguyễn Thái Ngọc Duy | 2014-06-13 | 1 | -0/+9 | |
| * | | | | | | | | | | | | | | | | | | read-tree: force split-index mode off on --index-output | Nguyễn Thái Ngọc Duy | 2014-06-13 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | | | | | | rev-parse: add --shared-index-path to get shared index path | Nguyễn Thái Ngọc Duy | 2014-06-13 | 2 | -0/+14 | |
| * | | | | | | | | | | | | | | | | | | update-index --split-index: do not split if $GIT_DIR is read only | Nguyễn Thái Ngọc Duy | 2014-06-13 | 1 | -3/+10 | |
| * | | | | | | | | | | | | | | | | | | update-index: new options to enable/disable split index mode | Nguyễn Thái Ngọc Duy | 2014-06-13 | 5 | -6/+114 | |
| * | | | | | | | | | | | | | | | | | | split-index: strip pathname of on-disk replaced entries | Nguyễn Thái Ngọc Duy | 2014-06-13 | 3 | -2/+23 | |
| * | | | | | | | | | | | | | | | | | | split-index: do not invalidate cache-tree at read time | Nguyễn Thái Ngọc Duy | 2014-06-13 | 3 | -1/+4 | |
| * | | | | | | | | | | | | | | | | | | split-index: the reading part | Nguyễn Thái Ngọc Duy | 2014-06-13 | 3 | -4/+84 | |
| * | | | | | | | | | | | | | | | | | | split-index: the writing part | Nguyễn Thái Ngọc Duy | 2014-06-13 | 2 | -2/+103 | |
| * | | | | | | | | | | | | | | | | | | read-cache: mark updated entries for split index | Nguyễn Thái Ngọc Duy | 2014-06-13 | 7 | -2/+30 | |
| * | | | | | | | | | | | | | | | | | | read-cache: save deleted entries in split index | Nguyễn Thái Ngọc Duy | 2014-06-13 | 3 | -6/+21 | |
| * | | | | | | | | | | | | | | | | | | read-cache: mark new entries for split index | Nguyễn Thái Ngọc Duy | 2014-06-13 | 1 | -1/+2 | |
| * | | | | | | | | | | | | | | | | | | read-cache: split-index mode | Nguyễn Thái Ngọc Duy | 2014-06-13 | 8 | -5/+253 | |
| * | | | | | | | | | | | | | | | | | | read-cache: save index SHA-1 after reading | Nguyễn Thái Ngọc Duy | 2014-06-13 | 3 | -2/+6 | |
| * | | | | | | | | | | | | | | | | | | entry.c: update cache_changed if refresh_cache is set in checkout_entry() | Nguyễn Thái Ngọc Duy | 2014-06-13 | 6 | -3/+11 | |
| * | | | | | | | | | | | | | | | | | | cache-tree: mark istate->cache_changed on prime_cache_tree() | Nguyễn Thái Ngọc Duy | 2014-06-13 | 4 | -7/+8 | |
| * | | | | | | | | | | | | | | | | | | cache-tree: mark istate->cache_changed on cache tree update | Nguyễn Thái Ngọc Duy | 2014-06-13 | 5 | -24/+18 | |
| * | | | | | | | | | | | | | | | | | | cache-tree: mark istate->cache_changed on cache tree invalidation | Nguyễn Thái Ngọc Duy | 2014-06-13 | 7 | -12/+20 | |
| * | | | | | | | | | | | | | | | | | | unpack-trees: be specific what part of the index has changed | Nguyễn Thái Ngọc Duy | 2014-06-13 | 1 | -2/+6 | |
| * | | | | | | | | | | | | | | | | | | resolve-undo: be specific what part of the index has changed | Nguyễn Thái Ngọc Duy | 2014-06-13 | 2 | -1/+2 | |
| * | | | | | | | | | | | | | | | | | | 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 | 4 | -9/+15 | |
| * | | | | | | | | | | | | | | | | | | read-cache: be strict about "changed" in remove_marked_cache_entries() | Nguyễn Thái Ngọc Duy | 2014-06-13 | 1 | -0/+2 | |
| * | | | | | | | | | | | | | | | | | | read-cache: store in-memory flags in the first 12 bits of ce_flags | Nguyễn Thái Ngọc Duy | 2014-06-13 | 2 | -2/+2 | |
| * | | | | | | | | | | | | | | | | | | read-cache: relocate and unexport commit_locked_index() | Nguyễn Thái Ngọc Duy | 2014-06-13 | 3 | -21/+20 | |
| * | | | | | | | | | | | | | | | | | | read-cache: new API write_locked_index instead of write_index/write_cache | Nguyễn Thái Ngọc Duy | 2014-06-13 | 20 | -93/+86 | |
| * | | | | | | | | | | | | | | | | | | sequencer: do not update/refresh index if the lock cannot be held | Nguyễn Thái Ngọc Duy | 2014-04-29 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | | | ewah: delete unused ewah_read_mmap_native declaration | Nguyễn Thái Ngọc Duy | 2014-04-29 | 1 | -1/+0 | |
| * | | | | | | | | | | | | | | | | | | ewah: fix constness of ewah_read_mmap | Nguyễn Thái Ngọc Duy | 2014-04-29 | 2 | -3/+3 |