summaryrefslogtreecommitdiff
path: root/cache.h
AgeCommit message (Expand)AuthorFilesLines
2008-05-14Merge branch 'sb/committer'Libravatar Junio C Hamano1-0/+1
2008-05-11Merge branch 'lt/core-optim'Libravatar Junio C Hamano1-17/+24
2008-05-11Allow tracking branches to set up rebase by default.Libravatar Dustin Sallings1-0/+8
2008-05-10Optimize symlink/directory detectionLibravatar Linus Torvalds1-1/+1
2008-05-10Avoid some unnecessary lstat() callsLibravatar Linus Torvalds1-0/+2
2008-05-10Merge branch 'lt/case-insensitive'Libravatar Junio C Hamano1-16/+21
2008-05-08Merge branch 'db/learn-HEAD'Libravatar Junio C Hamano1-0/+1
2008-05-06commit: Show committer if automaticLibravatar Santi BĂ©jar1-0/+1
2008-05-05Merge branch 'lh/git-file'Libravatar Junio C Hamano1-0/+1
2008-04-29Make read_in_full() and write_in_full() consistent with xread() and xwrite()Libravatar Heikki Orsila1-2/+2
2008-04-26Make ls-remote http://... list HEAD, like for git://...Libravatar Daniel Barkalow1-0/+1
2008-04-16Make core.sharedRepository more genericLibravatar Heikki Orsila1-3/+13
2008-04-12git_config_bool_or_int()Libravatar Junio C Hamano1-0/+1
2008-04-09Add platform-independent .git "symlink"Libravatar Lars Hjemli1-0/+1
2008-04-09Make git-add behave more sensibly in a case-insensitive environmentLibravatar Linus Torvalds1-0/+1
2008-04-09Add 'core.ignorecase' optionLibravatar Linus Torvalds1-0/+1
2008-04-09Make hash_name_lookup able to do case-independent lookupsLibravatar Linus Torvalds1-2/+2
2008-04-09Make "index_name_exists()" return the cache_entry it foundLibravatar Linus Torvalds1-1/+1
2008-04-09Move name hashing functions into a file of its ownLibravatar Linus Torvalds1-14/+17
2008-03-11Merge branch 'lt/unpack-trees'Libravatar Junio C Hamano1-5/+6
2008-03-11Merge branch 'jc/cherry-pick' (early part)Libravatar Junio C Hamano1-0/+3
2008-03-09Add 'const' where appropriate to index handling functionsLibravatar Linus Torvalds1-5/+5
2008-03-09Add 'df_name_compare()' helper functionLibravatar Linus Torvalds1-0/+1
2008-03-02Merge branch 'mk/maint-parse-careful'Libravatar Junio C Hamano1-0/+1
2008-02-27Merge branch 'js/branch-track'Libravatar Junio C Hamano1-0/+9
2008-02-27Merge branch 'db/checkout'Libravatar Junio C Hamano1-0/+2
2008-02-27Merge branch 'jk/help-alias'Libravatar Junio C Hamano1-0/+2
2008-02-26Merge branch 'maint'Libravatar Junio C Hamano1-0/+1
2008-02-25add generic, type aware object chain walkerLibravatar Martin Koegler1-0/+1
2008-02-25Use a single implementation and API for copy_file()Libravatar Daniel Barkalow1-0/+1
2008-02-24make alias lookup a public, procedural functionLibravatar Jeff King1-0/+2
2008-02-24Merge branch 'jc/apply-whitespace'Libravatar Junio C Hamano1-0/+2
2008-02-23ws_fix_copy(): move the whitespace fixing function to ws.cLibravatar Junio C Hamano1-0/+1
2008-02-22Use helper function for copying index entry informationLibravatar Linus Torvalds1-1/+17
2008-02-22Name hash fixups: export (and rename) remove_hash_entryLibravatar Linus Torvalds1-0/+14
2008-02-22Fix name re-hashing semanticsLibravatar Linus Torvalds1-1/+3
2008-02-19branch: optionally setup branch.*.merge from upstream local branchesLibravatar Jay Soffian1-0/+9
2008-02-18expose a helper function peel_to_type().Libravatar Junio C Hamano1-0/+3
2008-02-16Merge branch 'sp/safecrlf'Libravatar Junio C Hamano1-1/+10
2008-02-16Merge branch 'jc/gitignore-ends-with-slash'Libravatar Junio C Hamano1-0/+12
2008-02-16Merge branch 'jk/noetcconfig'Libravatar Junio C Hamano1-0/+3
2008-02-16Merge branch 'maint'Libravatar Junio C Hamano1-3/+4
2008-02-15Add "const" qualifier to "char *excludes_file".Libravatar Christian Couder1-1/+1
2008-02-15Add "const" qualifier to "char *editor_program".Libravatar Christian Couder1-1/+1
2008-02-15Add "const" qualifier to "char *pager_program".Libravatar Christian Couder1-1/+1
2008-02-15config: add 'git_config_string' to refactor string config variables.Libravatar Christian Couder1-0/+1
2008-02-11Merge branch 'lt/in-core-index'Libravatar Junio C Hamano1-14/+55
2008-02-11Add config_error_nonbool() helper functionLibravatar Junio C Hamano1-0/+1
2008-02-09Library function to check for unmerged index entriesLibravatar Daniel Barkalow1-0/+2
2008-02-06allow suppressing of global and system configLibravatar Jeff King1-0/+3