Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'cc/untracked' | Junio C Hamano | 2016-02-10 | 1 | -2/+25 |
|\ | |||||
| * | config: add core.untrackedCache | Christian Couder | 2016-01-27 | 1 | -2/+25 |
* | | Merge branch 'nd/ita-cleanup' | Junio C Hamano | 2016-01-20 | 1 | -2/+2 |
|\ \ | |/ |/| | |||||
| * | add and use a convenience macro ce_intent_to_add() | Nguyễn Thái Ngọc Duy | 2015-09-07 | 1 | -2/+2 |
* | | Merge branch 'dt/name-hash-dir-entry-fix' | Junio C Hamano | 2015-10-29 | 1 | -15/+1 |
|\ \ | |||||
| * | | name-hash: don't reuse cache_entry in dir_entry | David Turner | 2015-10-21 | 1 | -15/+1 |
* | | | Merge branch 'tk/sigchain-unnecessary-post-tempfile' | Junio C Hamano | 2015-10-29 | 1 | -1/+0 |
|\ \ \ | |||||
| * | | | read-cache: remove unused #include "sigchain.h" | Tobias Klauser | 2015-10-22 | 1 | -1/+0 |
* | | | | read-cache: fix indentation in read_index_from | Stefan Beller | 2015-08-31 | 1 | -1/+1 |
* | | | | Merge branch 'mh/tempfile' | Junio C Hamano | 2015-08-25 | 1 | -33/+7 |
|\| | | | |||||
| * | | | write_shared_index(): use tempfile module | Michael Haggerty | 2015-08-10 | 1 | -32/+6 |
| * | | | lockfile: add accessors get_lock_file_fd() and get_lock_file_fp() | Michael Haggerty | 2015-08-10 | 1 | -1/+1 |
* | | | | Merge branch 'nd/untracked-cache' | Junio C Hamano | 2015-06-24 | 1 | -1/+2 |
|\ \ \ \ | |||||
| * | | | | read-cache: fix untracked cache invalidation when split-index is used | Nguyễn Thái Ngọc Duy | 2015-06-08 | 1 | -1/+2 |
* | | | | | Merge branch 'jk/diagnose-config-mmap-failure' | Junio C Hamano | 2015-06-11 | 1 | -1/+1 |
|\ \ \ \ \ | |_|/ / / |/| | | | | |||||
| * | | | | read-cache.c: drop PROT_WRITE from mmap of index | Jeff King | 2015-05-28 | 1 | -1/+1 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'nd/untracked-cache' | Junio C Hamano | 2015-05-26 | 1 | -10/+45 |
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| | | |||||
| * | | untracked cache: mark index dirty if untracked cache is updated | Nguyễn Thái Ngọc Duy | 2015-03-12 | 1 | -1/+1 |
| * | | untracked cache: avoid racy timestamps | Nguyễn Thái Ngọc Duy | 2015-03-12 | 1 | -0/+8 |
| * | | read-cache.c: split racy stat test to a separate function | Nguyễn Thái Ngọc Duy | 2015-03-12 | 1 | -9/+15 |
| * | | untracked cache: invalidate at index addition or removal | Nguyễn Thái Ngọc Duy | 2015-03-12 | 1 | -0/+4 |
| * | | untracked cache: load from UNTR index extension | Nguyễn Thái Ngọc Duy | 2015-03-12 | 1 | -0/+5 |
| * | | untracked cache: save to an index extension | Nguyễn Thái Ngọc Duy | 2015-03-12 | 1 | -0/+12 |
* | | | Merge branch 'sb/leaks' | Junio C Hamano | 2015-03-27 | 1 | -10/+12 |
|\ \ \ | |||||
| * | | | read-cache: fix memleak | Stefan Beller | 2015-03-23 | 1 | -5/+2 |
| * | | | add_to_index(): free unused cache-entry | Junio C Hamano | 2015-03-23 | 1 | -3/+5 |
| * | | | read-cache: free cache entry in add_to_index in case of early return | Stefan Beller | 2015-03-22 | 1 | -2/+5 |
| |/ / | |||||
* | | | Merge branch 'tg/fix-check-order-with-split-index' | Junio C Hamano | 2015-03-25 | 1 | -19/+23 |
|\ \ \ | |/ / |/| | | |||||
| * | | read-cache: fix reading of split index | Thomas Gummerer | 2015-03-20 | 1 | -19/+23 |
| |/ | |||||
* | | Merge branch 'sb/plug-leak-in-make-cache-entry' | Junio C Hamano | 2015-02-26 | 1 | -2/+8 |
|\ \ | |/ |/| | |||||
| * | read-cache.c: free cache entry when refreshing fails | Stefan Beller | 2015-02-17 | 1 | -2/+8 |
* | | Sync with v2.1.4 | Junio C Hamano | 2014-12-17 | 1 | -2/+8 |
|\ \ | |||||
| * \ | Sync with v2.0.5 | Junio C Hamano | 2014-12-17 | 1 | -2/+8 |
| |\ \ | |||||
| | * | | Sync with v1.9.5 | Junio C Hamano | 2014-12-17 | 1 | -2/+8 |
| | |\| | |||||
| | | * | Sync with v1.8.5.6 | Junio C Hamano | 2014-12-17 | 1 | -2/+8 |
| | | |\ | |||||
| | | | * | read-cache: optionally disallow NTFS .git variants | Johannes Schindelin | 2014-12-17 | 1 | -0/+2 |
| | | | * | read-cache: optionally disallow HFS+ .git variants | Jeff King | 2014-12-17 | 1 | -0/+3 |
| | | | * | verify_dotfile(): reject .git case-insensitively | Jeff King | 2014-12-17 | 1 | -2/+3 |
| * | | | | Merge branch 'rs/refresh-beyond-symlink' into maint | Junio C Hamano | 2014-09-19 | 1 | -0/+8 |
| |\ \ \ \ | |||||
* | | | | | | lockfile.h: extract new header file for the functions in lockfile.c | Michael Haggerty | 2014-10-01 | 1 | -0/+1 |
* | | | | | | hold_locked_index(): move from lockfile.c to read-cache.c | Michael Haggerty | 2014-10-01 | 1 | -0/+8 |
* | | | | | | 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 |
|\ \ \ \ \ \ \ |