| Commit message (Expand) | Author | Age | Files | Lines |
* | make is_empty_blob_sha1 available everywhere | Jeff King | 2012-03-23 | 1 | -10/+0 |
* | refresh_index: do not show unmerged path that is outside pathspecjc/add-refresh-unmerged | Junio C Hamano | 2012-02-17 | 1 | -2/+9 |
* | Merge branch 'rs/allocate-cache-entry-individually' | Junio C Hamano | 2011-12-09 | 1 | -51/+32 |
|\ |
|
| * | read-cache.c: allocate index entries individually | René Scharfe | 2011-10-26 | 1 | -50/+31 |
* | | refresh_index: make porcelain output more specificjk/refresh-porcelain-output | Jeff King | 2011-11-18 | 1 | -2/+21 |
* | | refresh_index: rename format variables | Jeff King | 2011-11-18 | 1 | -6/+6 |
* | | read-cache: let refresh_cache_ent pass up changed flags | Jeff King | 2011-11-18 | 1 | -3/+6 |
* | | read-cache.c: fix index memory allocation | René Scharfe | 2011-10-26 | 1 | -3/+3 |
|/ |
|
* | Merge branch 'maint' | Junio C Hamano | 2011-08-25 | 1 | -1/+1 |
|\ |
|
| * | whitespace: have SP on both sides of an assignment "=" | Junio C Hamano | 2011-08-25 | 1 | -1/+1 |
* | | Merge branch 'ef/maint-win-verify-path' | Junio C Hamano | 2011-06-29 | 1 | -14/+11 |
|\ \
| |/
|/| |
|
| * | verify_dotfile(): do not assume '/' is the path seperator | Theo Niessink | 2011-06-08 | 1 | -3/+4 |
| * | verify_path(): simplify check at the directory boundary | Junio C Hamano | 2011-06-07 | 1 | -10/+3 |
| * | verify_path: consider dos drive prefix | Erik Faye-Lund | 2011-05-27 | 1 | -1/+4 |
| * | Merge branch 'jc/index-update-if-able' into maint | Junio C Hamano | 2011-04-03 | 1 | -0/+25 |
| |\ |
|
* | | | index_fd(): turn write_object and format_check arguments into one flag | Junio C Hamano | 2011-05-09 | 1 | -2/+2 |
* | | | Merge branch 'jc/index-update-if-able' | Junio C Hamano | 2011-03-26 | 1 | -0/+25 |
|\ \ \
| | |/
| |/| |
|
| * | | update $GIT_INDEX_FILE when there are racily clean entries | Junio C Hamano | 2011-03-21 | 1 | -1/+14 |
| * | | diff/status: refactor opportunistic index update | Junio C Hamano | 2011-03-21 | 1 | -0/+12 |
* | | | Merge branch 'nd/hash-object-sanity' | Junio C Hamano | 2011-02-27 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Make hash-object more robust against malformed objects | Nguyễn Thái Ngọc Duy | 2011-02-07 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | Merge branch 'nd/struct-pathspec' | Junio C Hamano | 2011-02-27 | 1 | -23/+2 |
|\ \ \ |
|
| * | | | Convert ce_path_match() to use match_pathspec_depth() | Nguyễn Thái Ngọc Duy | 2011-02-03 | 1 | -23/+1 |
| * | | | Convert ce_path_match() to use struct pathspec | Nguyễn Thái Ngọc Duy | 2011-02-03 | 1 | -3/+4 |
| |/ / |
|
* | | | update-index --refresh --porcelain: add missing const | Jonathan Nieder | 2011-02-22 | 1 | -2/+2 |
|/ / |
|
* | | Merge branch 'jj/icase-directory' | Junio C Hamano | 2010-12-03 | 1 | -0/+23 |
|\ \
| |/
|/| |
|
| * | Support case folding for git add when core.ignorecase=true | Joshua Jensen | 2010-10-06 | 1 | -0/+23 |
* | | core: Stop leaking ondisk_cache_entrys | Jonathan Nieder | 2010-08-11 | 1 | -1/+4 |
|/ |
|
* | Correct spelling of 'REUC' extension | Shawn O. Pearce | 2010-02-02 | 1 | -1/+1 |
* | Make ce_uptodate() trustworthy again | Junio C Hamano | 2010-01-24 | 1 | -2/+4 |
* | Remove diff machinery dependency from read-cache | Linus Torvalds | 2010-01-21 | 1 | -78/+0 |
* | Merge branch 'jc/cache-unmerge' | Junio C Hamano | 2010-01-20 | 1 | -0/+18 |
|\ |
|
| * | resolve-undo: record resolved conflicts in a new index extension section | Junio C Hamano | 2009-12-25 | 1 | -0/+18 |
* | | Merge branch 'jc/symbol-static' | Junio C Hamano | 2010-01-20 | 1 | -2/+4 |
|\ \ |
|
| * | | read-cache.c: mark file-local functions static | Junio C Hamano | 2010-01-12 | 1 | -2/+4 |
* | | | Merge branch 'cc/reset-more' | Junio C Hamano | 2010-01-13 | 1 | -2/+1 |
|\ \ \ |
|
| * | | | "reset --merge": fix unmerged case | Junio C Hamano | 2010-01-03 | 1 | -2/+1 |
| | |/
| |/| |
|
* | | | Merge branch 'nd/sparse' | Junio C Hamano | 2010-01-13 | 1 | -3/+14 |
|\ \ \
| |_|/
|/| | |
|
| * | | ie_match_stat(): do not ignore skip-worktree bit with CE_MATCH_IGNORE_VALID | Nguyễn Thái Ngọc Duy | 2009-12-14 | 1 | -3/+18 |
| * | | Teach Git to respect skip-worktree bit (reading part) | Nguyễn Thái Ngọc Duy | 2009-08-23 | 1 | -6/+2 |
* | | | Merge branch 'nf/maint-fix-index-ext-len-on-be64' into maint | Junio C Hamano | 2009-12-27 | 1 | -1/+1 |
|\ \ \
| |_|/
|/| | |
|
| * | | read_index(): fix reading extension size on BE 64-bit archs | Nathaniel W Filardo | 2009-12-27 | 1 | -1/+1 |
* | | | reset: make the reminder output consistent with "checkout" | Matthieu Moy | 2009-08-21 | 1 | -6/+20 |
* | | | Rename REFRESH_SAY_CHANGED to REFRESH_IN_PORCELAIN. | Matthieu Moy | 2009-08-21 | 1 | -1/+1 |
| |/
|/| |
|
* | | Use die_errno() instead of die() when checking syscalls | Thomas Rast | 2009-06-27 | 1 | -1/+1 |
* | | Convert existing die(..., strerror(errno)) to die_errno() | Thomas Rast | 2009-06-27 | 1 | -3/+3 |
* | | checkout bugfix: use stat.mtime instead of stat.ctime in two places | Kjetil Barvik | 2009-03-15 | 1 | -2/+2 |
* | | Not all systems use st_[cm]tim field for ns resolution file timestamp | Junio C Hamano | 2009-03-08 | 1 | -2/+2 |
* | | Record ns-timestamps if possible, but do not use it without USE_NSEC | Kjetil Barvik | 2009-03-07 | 1 | -25/+4 |
* | | write_index(): update index_state->timestamp after flushing to disk | Kjetil Barvik | 2009-02-23 | 1 | -2/+10 |