Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | commit_lock_file_to(): refactor a helper out of commit_lock_file() | Michael Haggerty | 2014-10-01 | 1 | -10/+3 | |
* | | | | | | lockfile: change lock_file::filename into a strbuf | Michael Haggerty | 2014-10-01 | 1 | -2/+2 | |
* | | | | | | lockfile: avoid transitory invalid states | Michael Haggerty | 2014-10-01 | 1 | -0/+1 | |
* | | | | | | close_lock_file(): exit (successfully) if file is already closed | Michael Haggerty | 2014-10-01 | 1 | -1/+1 | |
* | | | | | | Merge branch 'jp/index-with-corrupt-stages' | Junio C Hamano | 2014-09-19 | 1 | -1/+18 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | read_index_unmerged(): remove unnecessary loop index adjustment | Jaime Soriano Pastor | 2014-08-29 | 1 | -1/+0 | |
| * | | | | | | read_index_from(): catch out of order entries when reading an index file | Jaime Soriano Pastor | 2014-08-29 | 1 | -0/+18 | |
| | |_|/ / / | |/| | | | | ||||||
| * | | | | | Merge branch 'ym/fix-opportunistic-index-update-race' into maint | Junio C Hamano | 2014-06-25 | 1 | -1/+46 | |
| |\ \ \ \ \ | ||||||
* | \ \ \ \ \ | Merge branch 'ta/config-set-2' | Junio C Hamano | 2014-09-11 | 1 | -11/+3 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | read-cache.c: replace `git_config()` with `git_config_get_*()` family | Tanay Abhra | 2014-08-07 | 1 | -11/+3 | |
| | |_|/ / / / | |/| | | | | | ||||||
* | | | | | | | Merge branch 'rs/refresh-beyond-symlink' | Junio C Hamano | 2014-09-09 | 1 | -0/+8 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | / / / | | |_|/ / / | |/| | | | | ||||||
| * | | | | | read-cache: check for leading symlinks when refreshing index | René Scharfe | 2014-08-10 | 1 | -0/+8 | |
| | |_|/ / | |/| | | | ||||||
| * | | | | Merge branch 'bk/refresh-missing-ok-in-merge-recursive' into maint | Junio C Hamano | 2014-03-18 | 1 | -12/+15 | |
| |\ \ \ \ | ||||||
* | \ \ \ \ | Merge branch 'nd/split-index' | Junio C Hamano | 2014-07-16 | 1 | -28/+244 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | t1700: new tests for split-index mode | Nguyễn Thái Ngọc Duy | 2014-06-13 | 1 | -2/+1 | |
| * | | | | | | 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: force split-index mode off on --index-output | Nguyễn Thái Ngọc Duy | 2014-06-13 | 1 | -1/+2 | |
| * | | | | | | 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 | 1 | -6/+61 | |
| * | | | | | | split-index: strip pathname of on-disk replaced entries | Nguyễn Thái Ngọc Duy | 2014-06-13 | 1 | -0/+10 | |
| * | | | | | | split-index: do not invalidate cache-tree at read time | Nguyễn Thái Ngọc Duy | 2014-06-13 | 1 | -1/+2 | |
| * | | | | | | split-index: the reading part | Nguyễn Thái Ngọc Duy | 2014-06-13 | 1 | -2/+0 | |
| * | | | | | | read-cache: mark updated entries for split index | Nguyễn Thái Ngọc Duy | 2014-06-13 | 1 | -1/+4 | |
| * | | | | | | read-cache: save deleted entries in split index | Nguyễn Thái Ngọc Duy | 2014-06-13 | 1 | -6/+8 | |
| * | | | | | | 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 | 1 | -5/+91 | |
| * | | | | | | read-cache: save index SHA-1 after reading | Nguyễn Thái Ngọc Duy | 2014-06-13 | 1 | -2/+4 | |
| * | | | | | | cache-tree: mark istate->cache_changed on cache tree invalidation | 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 | -5/+6 | |
| * | | | | | | 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 | 1 | -1/+1 | |
| * | | | | | | read-cache: relocate and unexport commit_locked_index() | Nguyễn Thái Ngọc Duy | 2014-06-13 | 1 | -0/+20 | |
| * | | | | | | read-cache: new API write_locked_index instead of write_index/write_cache | Nguyễn Thái Ngọc Duy | 2014-06-13 | 1 | -4/+24 | |
| | |_|/ / / | |/| | | | | ||||||
* | | | | | | cleanup duplicate name_compare() functions | Jeremiah Mahler | 2014-06-20 | 1 | -10/+13 | |
* | | | | | | Merge branch 'ym/fix-opportunistic-index-update-race' | Junio C Hamano | 2014-06-03 | 1 | -1/+46 | |
|\ \ \ \ \ \ | |/ / / / / |/| | | / / | | |_|/ / | |/| | | | ||||||
| * | | | | read-cache.c: verify index file before we opportunistically update it | Yiannis Marangos | 2014-04-10 | 1 | -1/+46 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge branch 'dd/use-alloc-grow' | Junio C Hamano | 2014-03-18 | 1 | -5/+1 | |
|\ \ \ \ | ||||||
| * | | | | read-cache.c: use ALLOC_GROW() in add_index_entry() | Dmitry S. Dolzhenko | 2014-03-03 | 1 | -5/+1 | |
| |/ / / | ||||||
* | | | | Merge branch 'tg/index-v4-format' | Junio C Hamano | 2014-03-14 | 1 | -1/+37 | |
|\ \ \ \ | ||||||
| * | | | | read-cache: add index.version config variable | Thomas Gummerer | 2014-02-24 | 1 | -9/+26 | |
| * | | | | introduce GIT_INDEX_VERSION environment variable | Thomas Gummerer | 2014-02-24 | 1 | -1/+20 | |
| |/ / / | ||||||
* | | | | Merge branch 'jk/pack-bitmap' | Junio C Hamano | 2014-02-27 | 1 | -32/+12 | |
|\ \ \ \ | ||||||
| * | | | | read-cache: use get_be32 instead of hand-rolled ntoh_l | Jeff King | 2014-01-23 | 1 | -32/+12 | |
| |/ / / | ||||||
* | | | | Merge branch 'nd/reset-intent-to-add' | Junio C Hamano | 2014-02-27 | 1 | -2/+2 | |
|\ \ \ \ | ||||||
| * | | | | reset: support "--mixed --intent-to-add" mode | Nguyễn Thái Ngọc Duy | 2014-02-06 | 1 | -2/+2 | |
| |/ / / | ||||||
* | | | | Merge branch 'nd/submodule-pathspec-ending-with-slash' | Junio C Hamano | 2014-02-27 | 1 | -7/+1 | |
|\ \ \ \ | | |/ / | |/| | | ||||||
| * | | | pathspec: convert some match_pathspec_depth() to ce_path_match() | Nguyễn Thái Ngọc Duy | 2014-02-24 | 1 | -7/+1 | |
| |/ / | ||||||
* | | | Merge branch 'bk/refresh-missing-ok-in-merge-recursive' | Junio C Hamano | 2014-02-27 | 1 | -12/+15 | |
|\ \ \ | | |/ | |/| | ||||||
| * | | read-cache.c: extend make_cache_entry refresh flag with options | Brad King | 2014-02-24 | 1 | -10/+11 | |
| * | | read-cache.c: refactor --ignore-missing implementation | Brad King | 2014-02-24 | 1 | -3/+5 |