summaryrefslogtreecommitdiff
path: root/cache.h
AgeCommit message (Expand)Author
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-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
2008-02-23Fix name re-hashing semanticsLinus Torvalds
2008-02-20branch: optionally setup branch.*.merge from upstream local branchesJay Soffian
2008-02-17Merge branch 'sp/safecrlf'Junio C Hamano
2008-02-17Merge branch 'jc/gitignore-ends-with-slash'Junio C Hamano
2008-02-17Merge branch 'jk/noetcconfig'Junio C Hamano
2008-02-16Merge branch 'maint'Junio C Hamano
2008-02-16Add "const" qualifier to "char *excludes_file".Christian Couder
2008-02-16Add "const" qualifier to "char *editor_program".Christian Couder
2008-02-16Add "const" qualifier to "char *pager_program".Christian Couder
2008-02-16config: add 'git_config_string' to refactor string config variables.Christian Couder
2008-02-12Merge branch 'lt/in-core-index'Junio C Hamano
2008-02-11Add config_error_nonbool() helper functionJunio C Hamano
2008-02-10Library function to check for unmerged index entriesDaniel Barkalow
2008-02-06allow suppressing of global and system configJeff King
2008-02-06safecrlf: Add mechanism to warn about irreversible crlf conversionsSteffen Prohaska
2008-02-05gitignore(5): Allow "foo/" in ignore list to match directory "foo"Junio C Hamano
2008-02-05core.whitespace: cr-at-eolJunio C Hamano
2008-01-23lazy index hashingJunio C Hamano
2008-01-23Create pathname-based hash-table lookup into indexLinus Torvalds
2008-01-21Avoid running lstat(2) on the same cache entry.Junio C Hamano
2008-01-21index: be careful when handling long namesJunio C Hamano
2008-01-21Make on-disk index representation separate from in-core oneLinus Torvalds
2008-01-18Fix random fast-import errors when compiled with NO_MMAPShawn O. Pearce
2008-01-16close_lock_file(): new function in the lockfile APIBrandon Casey
2007-12-14Unify whitespace checkingWincent Colaiuta
2007-12-11Support GIT_PAGER_IN_USE environment variableJeff King
2007-12-09Merge branch 'jc/spht'Junio C Hamano
2007-12-09Re-fix "builtin-commit: fix --signoff"Junio C Hamano
2007-12-06Use gitattributes to define per-path whitespace ruleJunio C Hamano
2007-12-05Merge branch 'kh/commit'Junio C Hamano
2007-12-05Merge branch 'sp/refspec-match'Junio C Hamano
2007-12-04Trace and quote with argv: get rid of unneeded count argument.Christian Couder
2007-12-03Fix --signoff in builtin-commit differently.Junio C Hamano
2007-12-02rename: Break filepairs with different types.Junio C Hamano
2007-11-25Merge branch 'jk/send-pack'Junio C Hamano
2007-11-23Fix add_files_to_cache() to take pathspec, not user specified list of filesJunio C Hamano
2007-11-23Export three helper functions from ls-filesJunio C Hamano
2007-11-19refactor fetch's ref matching to use refname_match()Steffen Prohaska
2007-11-19add refname_match()Steffen Prohaska
2007-11-18send-pack: tighten remote error reportingJeff King