summaryrefslogtreecommitdiff
path: root/cache.h
AgeCommit message (Expand)Author
2008-07-03Merge branch 'j6t/mingw'Junio C Hamano
2008-06-27Teach "diff --check" about new blank lines at endJunio C Hamano
2008-06-27check_and_emit_line(): rename and refactorJunio C Hamano
2008-06-25Merge branch 'lt/config-fsync'Junio C Hamano
2008-06-25optimize verify-pack a bitNicolas Pitre
2008-06-25clone: create intermediate directories of destination repoJeff King
2008-06-24implement some resilience against pack corruptionsNicolas Pitre
2008-06-23Windows: Treat Windows style path names.Johannes Sixt
2008-06-22Merge branch 'sn/static'Junio C Hamano
2008-06-20config.c: make git_env_bool() staticしらいしななこ
2008-06-20environment.c: remove unused functionしらいしななこ
2008-06-19Make git_dir a path relative to work_tree in setup_work_tree()Linus Torvalds
2008-06-18Add config option to enable 'fsync()' of object filesLinus Torvalds
2008-06-17sha1_file.c: simplify parse_pack_index()Junio C Hamano
2008-06-14sha1_file.c: dead code removalJunio C Hamano
2008-06-06Use nonrelative paths instead of absolute paths for cloned repositoriesDaniel Barkalow
2008-05-31Make pack creation always fsync() the resultLinus Torvalds
2008-05-25Merge branch 'js/config-cb'v1.5.6-rc0Junio C Hamano
2008-05-25Merge branch 'jc/add-n-u'Junio C Hamano
2008-05-25Merge branch 'db/clone-in-c'Junio C Hamano
2008-05-25Merge branch 'js/ignore-submodule'Junio C Hamano
2008-05-23Merge branch 'bc/repack'Junio C Hamano
2008-05-21Merge branch 'ar/add-unreadable'Junio C Hamano
2008-05-21"git-add -n -u" should not add but just reportJunio C Hamano
2008-05-15Teach update-index about --ignore-submodulesJohannes Schindelin
2008-05-14Merge branch 'sb/committer'Junio C Hamano
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin
2008-05-14add a force_object_loose() functionNicolas Pitre
2008-05-13Extend interface of add_files_to_cache to allow ignore indexing errorsAlex Riesen
2008-05-11Merge branch 'lt/core-optim'Junio C Hamano
2008-05-11Allow tracking branches to set up rebase by default.Dustin Sallings
2008-05-11Optimize symlink/directory detectionLinus Torvalds
2008-05-11Avoid some unnecessary lstat() callsLinus Torvalds
2008-05-11Merge branch 'lt/case-insensitive'Junio C Hamano
2008-05-09Merge branch 'db/learn-HEAD'Junio C Hamano
2008-05-06commit: Show committer if automaticSanti Béjar
2008-05-06Merge branch 'lh/git-file'Junio C Hamano
2008-05-05Provide API access to init_db()Daniel Barkalow
2008-05-05Add a function to set a non-default work treeDaniel Barkalow
2008-05-05Add a library function to add an alternate to the alternates fileDaniel Barkalow
2008-05-05Add a lockfile function to append to a fileDaniel Barkalow
2008-04-30Make read_in_full() and write_in_full() consistent with xread() and xwrite()Heikki Orsila
2008-04-27Make ls-remote http://... list HEAD, like for git://...Daniel Barkalow
2008-04-17Make core.sharedRepository more genericHeikki Orsila
2008-04-13git_config_bool_or_int()Junio C Hamano
2008-04-09Add platform-independent .git "symlink"Lars Hjemli
2008-04-09Make git-add behave more sensibly in a case-insensitive environmentLinus Torvalds
2008-04-09Add 'core.ignorecase' optionLinus Torvalds
2008-04-09Make hash_name_lookup able to do case-independent lookupsLinus Torvalds
2008-04-09Make "index_name_exists()" return the cache_entry it foundLinus Torvalds