aboutsummaryrefslogtreecommitdiff
path: root/read-cache.c
Commit message (Expand)AuthorAge
...
| * | Extend index to save more flagsNguyễn Thái Ngọc Duy2008-10-12
* | | Merge branch 'maint'Junio C Hamano2008-11-12
|\ \ \
| * | | checkout: Fix "initial checkout" detectionJunio C Hamano2008-11-12
| * | | Merge branch 'jk/maint-ls-files-other' into maintJunio C Hamano2008-11-02
| |\ \ \
* | | | | rm: loosen safety valve for empty filesJeff King2008-10-22
* | | | | Merge branch 'jk/fix-ls-files-other'Junio C Hamano2008-10-21
|\ \ \ \ \
| * \ \ \ \ Merge branch 'jk/maint-ls-files-other' into jk/fix-ls-files-otherJunio C Hamano2008-10-17
| |\ \ \ \ \ | | | |/ / / | | |/| / / | | |_|/ / | |/| | |
| | * | | refactor handling of "other" files in ls-files and statusJeff King2008-10-17
* | | | | Merge branch 'jc/maint-reset-remove-unmerged-new'Junio C Hamano2008-10-21
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | reset --hard/read-tree --reset -u: remove unmerged new pathsJunio C Hamano2008-10-18
| |/ /
| * | Merge branch 'jc/maint-name-hash-clear' into maintJunio C Hamano2008-09-18
| |\ \
* | | | Replace calls to strbuf_init(&foo, 0) with STRBUF_INIT initializerBrandon Casey2008-10-12
* | | | print an error message for invalid pathDmitry Potapov2008-10-12
* | | | Merge branch 'jc/add-ita'Shawn O. Pearce2008-10-09
|\ \ \ \
| * | | | git-add --intent-to-add (-N)Junio C Hamano2008-08-31
* | | | | fix openssl headers conflicting with custom SHA1 implementationsNicolas Pitre2008-10-02
* | | | | Merge branch 'jc/maint-name-hash-clear'Junio C Hamano2008-09-16
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| |
| * | | discard_cache: reset lazy name_hash bitJunio C Hamano2008-08-23
* | | | Merge branch 'jc/add-addremove'Junio C Hamano2008-08-27
|\ \ \ \
| * | | | builtin-add.c: restructure the code for maintainabilityJunio C Hamano2008-07-25
* | | | | Merge branch 'maint'Junio C Hamano2008-08-23
|\ \ \ \ \ | | |_|/ / | |/| | |
| * | | | unpack_trees(): protect the handcrafted in-core index from read_cache()Junio C Hamano2008-08-23
| | |/ / | |/| |
* | | | index: future proof for "extended" index entriesJunio C Hamano2008-08-17
|/ / /
* | | Teach gitlinks to ie_modified() and ce_modified_check_fs()Junio C Hamano2008-07-30
* | | Make use of stat.ctime configurableAlex Riesen2008-07-28
* | | git-mv: Keep moved index entries inactPetr Baudis2008-07-27
|/ /
* | "needs update" considered harmfulJunio C Hamano2008-07-20
* | read-cache.c: typofixJunio C Hamano2008-07-16
* | Move read_cache_unmerged() to read-cache.cMiklos Vajna2008-06-30
* | Merge branch 'lt/racy-empty'Junio C Hamano2008-06-22
|\ \
| * | racy-git: an empty blob has a fixed object nameLinus Torvalds2008-06-19
* | | Add shortcut in refresh_cache_ent() for marked entries.Marius Storm-Olsen2008-05-31
* | | Merge branch 'jc/add-n-u'Junio C Hamano2008-05-25
|\ \ \
| * | | "git-add -n -u" should not add but just reportJunio C Hamano2008-05-21
* | | | Merge branch 'js/ignore-submodule'Junio C Hamano2008-05-25
|\ \ \ \
| * | | | Teach update-index about --ignore-submodulesJohannes Schindelin2008-05-15
| |/ / /
* | | | Make the exit code of add_file_to_index actually usefulAlex Riesen2008-05-12
|/ / /
* | | Avoid some unnecessary lstat() callsLinus Torvalds2008-05-10
* | | Merge branch 'py/diff-submodule'Junio C Hamano2008-05-10
|\ \ \
| * | | is_racy_timestamp(): do not check timestamp for gitlinksJunio C Hamano2008-05-04
| |/ /
* | | Merge branch 'lt/case-insensitive'Junio C Hamano2008-05-10
|\ \ \
| * | | Make git-add behave more sensibly in a case-insensitive environmentLinus Torvalds2008-04-09
| * | | When adding files to the index, add support for case-independent matchesLinus Torvalds2008-04-09
| * | | Move name hashing functions into a file of its ownLinus Torvalds2008-04-09
| |/ /
* | | write_index(): optimize ce_smudge_racily_clean_entry() calls with CE_UPTODATEJunio C Hamano2008-04-12
|/ /
* | Add 'const' where appropriate to index handling functionsLinus Torvalds2008-03-09
* | Add 'df_name_compare()' helper functionLinus Torvalds2008-03-09
* | Merge branch 'db/checkout'Junio C Hamano2008-02-27
|\ \
| * | Library function to check for unmerged index entriesDaniel Barkalow2008-02-09
* | | Name hash fixups: export (and rename) remove_hash_entryLinus Torvalds2008-02-22