summaryrefslogtreecommitdiff
path: root/cache.h
AgeCommit message (Expand)Author
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
2008-04-09Move name hashing functions into a file of its ownLinus Torvalds
2008-03-12Merge branch 'lt/unpack-trees'Junio C Hamano
2008-03-11Merge branch 'jc/cherry-pick' (early part)Junio C Hamano
2008-03-09Add 'const' where appropriate to index handling functionsLinus Torvalds
2008-03-09Add 'df_name_compare()' helper functionLinus Torvalds
2008-03-02Merge branch 'mk/maint-parse-careful'Junio C Hamano
2008-02-27Merge branch 'js/branch-track'Junio C Hamano
2008-02-27Merge branch 'db/checkout'Junio C Hamano
2008-02-27Merge branch 'jk/help-alias'Junio C Hamano
2008-02-26Merge branch 'maint'Junio C Hamano
2008-02-26add generic, type aware object chain walkerMartin Koegler
2008-02-25Use a single implementation and API for copy_file()Daniel Barkalow
2008-02-25make alias lookup a public, procedural functionJeff King
2008-02-25Merge branch 'jc/apply-whitespace'Junio C Hamano
2008-02-24ws_fix_copy(): move the whitespace fixing function to ws.cJunio C Hamano
2008-02-23Use helper function for copying index entry informationLinus Torvalds
2008-02-23Name hash fixups: export (and rename) remove_hash_entryLinus Torvalds