| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'jk/options-cleanup' | Junio C Hamano | 2016-02-10 | 1 | -5/+6 |
|\ |
|
| * | give "nbuf" strbuf a more meaningful name | Jeff King | 2016-02-01 | 1 | -5/+6 |
* | | Merge branch 'cc/untracked' | Junio C Hamano | 2016-02-10 | 1 | -23/+39 |
|\ \
| |/
|/| |
|
| * | config: add core.untrackedCache | Christian Couder | 2016-01-27 | 1 | -11/+24 |
| * | dir: add remove_untracked_cache() | Christian Couder | 2016-01-25 | 1 | -5/+1 |
| * | dir: add {new,add}_untracked_cache() | Christian Couder | 2016-01-25 | 1 | -10/+1 |
| * | update-index: move 'uc' var declaration | Christian Couder | 2016-01-25 | 1 | -3/+1 |
| * | update-index: add untracked cache notifications | Christian Couder | 2016-01-25 | 1 | -5/+9 |
| * | update-index: add --test-untracked-cache | Christian Couder | 2016-01-25 | 1 | -0/+5 |
| * | update-index: use enum for untracked cache options | Christian Couder | 2016-01-25 | 1 | -5/+13 |
| * | dir: free untracked cache when removing it | Christian Couder | 2015-12-29 | 1 | -0/+1 |
* | | update-index: there are only two possible line terminations | Junio C Hamano | 2016-01-15 | 1 | -11/+16 |
|/ |
|
* | Merge branch 'nd/untracked-cache' | Junio C Hamano | 2015-05-26 | 1 | -0/+188 |
|\ |
|
| * | untracked cache: guard and disable on system changes | Nguyễn Thái Ngọc Duy | 2015-03-12 | 1 | -6/+10 |
| * | update-index: test the system before enabling untracked cache | Nguyễn Thái Ngọc Duy | 2015-03-12 | 1 | -0/+168 |
| * | update-index: manually enable or disable untracked cache | Nguyễn Thái Ngọc Duy | 2015-03-12 | 1 | -0/+16 |
* | | prefix_path(): unconditionally free results in the callerssb/prefix-path-free-results | Stefan Beller | 2015-05-05 | 1 | -7/+6 |
* | | update-index: fix a memleak | Stefan Beller | 2015-03-22 | 1 | -0/+1 |
|/ |
|
* | standardize usage info string format | Alex Henrie | 2015-01-14 | 1 | -1/+1 |
* | lockfile.h: extract new header file for the functions in lockfile.cmh/lockfile | Michael Haggerty | 2014-10-01 | 1 | -0/+1 |
* | unable_to_lock_die(): rename function from unable_to_lock_index_die() | Michael Haggerty | 2014-10-01 | 1 | -1/+1 |
* | Merge branch 'nd/split-index' | Junio C Hamano | 2014-07-16 | 1 | -7/+26 |
|\ |
|
| * | 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 |
| * | cache-tree: mark istate->cache_changed on cache tree invalidation | Nguyễn Thái Ngọc Duy | 2014-06-13 | 1 | -2/+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 | 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 | 1 | -2/+1 |
* | | update-index: fix segfault with missing --cacheinfo argumentjc/rev-parse-argh-dashed-multi-words | Jeff King | 2014-06-04 | 1 | -0/+3 |
|/ |
|
* | update-index: teach --cacheinfo a new syntax "mode,sha1,path" | Junio C Hamano | 2014-03-24 | 1 | -3/+31 |
* | Merge branch 'nd/submodule-pathspec-ending-with-slash' | Junio C Hamano | 2014-02-27 | 1 | -1/+2 |
|\ |
|
| * | pathspec: convert some match_pathspec_depth() to ce_path_match() | Nguyễn Thái Ngọc Duy | 2014-02-24 | 1 | -1/+2 |
* | | read-cache.c: fix memory leaks caused by removed cache entries | Karsten Blees | 2013-11-18 | 1 | -1/+4 |
* | | builtin/update-index.c: cleanup update_one | Karsten Blees | 2013-11-18 | 1 | -21/+15 |
* | | fix 'git update-index --verbose --again' output | Karsten Blees | 2013-11-18 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'jl/submodule-mv' | Junio C Hamano | 2013-09-09 | 1 | -2/+4 |
|\ |
|
| * | convert some get_pathspec() calls to parse_pathspec() | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -2/+3 |
| * | move struct pathspec and related functions to pathspec.[ch] | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -0/+1 |
* | | Convert "struct cache_entry *" to "const ..." wherever possiblend/const-struct-cache-entry | Nguyễn Thái Ngọc Duy | 2013-07-09 | 1 | -7/+7 |
|/ |
|
* | update-index: allow "-h" to also display options | Antoine Pelisse | 2013-02-23 | 1 | -1/+1 |
* | Merge branch 'kb/preload-index-more' | Junio C Hamano | 2012-11-20 | 1 | -0/+1 |
|\ |
|
| * | update-index/diff-index: use core.preloadindex to improve performance | Karsten Blees | 2012-11-02 | 1 | -0/+1 |
* | | i18n: update-index: mark parseopt strings for translation | Nguyễn Thái Ngọc Duy | 2012-08-22 | 1 | -28/+28 |
|/ |
|
* | Strip namelen out of ce_flags into a ce_namelen field | Thomas Gummerer | 2012-07-11 | 1 | -3/+6 |
* | Merge branch 'hv/submodule-update-nuke-submodules' | Junio C Hamano | 2012-06-28 | 1 | -6/+0 |
|\ |
|
| * | update-index: allow overwriting existing submodule index entries | Heiko Voigt | 2012-06-11 | 1 | -6/+0 |
* | | update-index: upgrade/downgrade on-disk index version | Junio C Hamano | 2012-04-04 | 1 | -0/+14 |
|/ |
|
* | plug a few coverity-spotted leaks | Jim Meyering | 2011-06-20 | 1 | -1/+3 |
* | index_fd(): turn write_object and format_check arguments into one flag | Junio C Hamano | 2011-05-09 | 1 | -1/+2 |
* | Convert ce_path_match() to use struct pathspec | Nguyễn Thái Ngọc Duy | 2011-02-03 | 1 | -2/+6 |