aboutsummaryrefslogtreecommitdiffstats
path: root/cache.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-08-23unpack_trees(): protect the handcrafted in-core index from read_cache()Junio C Hamano1-1/+2
2008-07-28Make use of stat.ctime configurableAlex Riesen1-0/+1
2008-07-27git-mv: Keep moved index entries inactPetr Baudis1-0/+2
2008-07-20"needs update" considered harmfulJunio C Hamano1-0/+1
2008-07-20Merge branch 'maint'Junio C Hamano1-1/+1
2008-07-20refresh-index: fix bitmask assignmentJunio C Hamano1-1/+1
2008-07-15Merge branch 'mv/merge-in-c'Junio C Hamano1-0/+3
2008-07-14restore legacy behavior for read_sha1_file()Nicolas Pitre1-0/+3
2008-07-07Merge branch 'dr/ceiling'Junio C Hamano1-0/+3
2008-07-07Merge branch 'db/no-git-config'Junio C Hamano1-1/+1
2008-07-02Merge branch 'j6t/mingw'Junio C Hamano1-1/+1
2008-07-01Only use GIT_CONFIG in "git config", not other programsDaniel Barkalow1-1/+1
2008-06-30Move read_cache_unmerged() to read-cache.cMiklos Vajna1-0/+2
2008-06-30Move split_cmdline() to alias.cMiklos Vajna1-0/+1
2008-06-26Teach "diff --check" about new blank lines at endJunio C Hamano1-0/+1
2008-06-26check_and_emit_line(): rename and refactorJunio C Hamano1-3/+2
2008-06-25Merge branch 'lt/config-fsync'Junio C Hamano1-0/+1
2008-06-25clone: create intermediate directories of destination repoJeff King1-0/+1
2008-06-24optimize verify-pack a bitNicolas Pitre1-0/+1
2008-06-24clone: create intermediate directories of destination repoJeff King1-0/+1
2008-06-23implement some resilience against pack corruptionsNicolas Pitre1-0/+2
2008-06-23Windows: Treat Windows style path names.Johannes Sixt1-1/+1
2008-06-22Merge branch 'sn/static'Junio C Hamano1-2/+0
2008-06-19config.c: make git_env_bool() staticしらいしななこ1-1/+0
2008-06-19environment.c: remove unused functionしらいしななこ1-1/+0
2008-06-19Make git_dir a path relative to work_tree in setup_work_tree()Linus Torvalds1-0/+1
2008-06-18Add config option to enable 'fsync()' of object filesLinus Torvalds1-0/+1
2008-06-16sha1_file.c: simplify parse_pack_index()Junio C Hamano1-2/+0
2008-06-13sha1_file.c: dead code removalJunio C Hamano1-3/+0
2008-06-06Use nonrelative paths instead of absolute paths for cloned repositoriesDaniel Barkalow1-0/+1
2008-05-31Make pack creation always fsync() the resultLinus Torvalds1-0/+1
2008-05-25Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano1-5/+5
2008-05-25Merge branch 'jc/add-n-u'Junio C Hamano1-6/+7
2008-05-25Merge branch 'db/clone-in-c'Junio C Hamano1-0/+7
2008-05-25Merge branch 'js/ignore-submodule'Junio C Hamano1-0/+1
2008-05-23Merge branch 'bc/repack'Junio C Hamano1-0/+1
2008-05-23Add support for GIT_CEILING_DIRECTORIESDavid Reiss1-0/+2
2008-05-23Implement normalize_absolute_pathDavid Reiss1-0/+1
2008-05-21Merge branch 'ar/add-unreadable'Junio C Hamano1-1/+7
2008-05-21"git-add -n -u" should not add but just reportJunio C Hamano1-5/+7
2008-05-15Teach update-index about --ignore-submodulesJohannes Schindelin1-0/+1
2008-05-14Merge branch 'sb/committer'Junio C Hamano1-0/+1
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin1-5/+5
2008-05-13add a force_object_loose() functionNicolas Pitre1-0/+1
2008-05-12Extend interface of add_files_to_cache to allow ignore indexing errorsAlex Riesen1-1/+7
2008-05-11Merge branch 'lt/core-optim'Junio C Hamano1-17/+24
2008-05-11Allow tracking branches to set up rebase by default.Dustin Sallings1-0/+8
2008-05-10Optimize symlink/directory detectionLinus Torvalds1-1/+1
2008-05-10Avoid some unnecessary lstat() callsLinus Torvalds1-0/+2
2008-05-10Merge branch 'lt/case-insensitive'Junio C Hamano1-16/+21