summaryrefslogtreecommitdiff
path: root/cache.h
AgeCommit message (Expand)AuthorFilesLines
2008-03-11Merge branch 'lt/unpack-trees'Junio C Hamano1-5/+6
2008-03-11Merge branch 'jc/cherry-pick' (early part)Junio C Hamano1-0/+3
2008-03-09Add 'const' where appropriate to index handling functionsLinus Torvalds1-5/+5
2008-03-09Add 'df_name_compare()' helper functionLinus Torvalds1-0/+1
2008-03-02Merge branch 'mk/maint-parse-careful'Junio C Hamano1-0/+1
2008-02-27Merge branch 'js/branch-track'Junio C Hamano1-0/+9
2008-02-27Merge branch 'db/checkout'Junio C Hamano1-0/+2
2008-02-27Merge branch 'jk/help-alias'Junio C Hamano1-0/+2
2008-02-26Merge branch 'maint'Junio C Hamano1-0/+1
2008-02-25add generic, type aware object chain walkerMartin Koegler1-0/+1
2008-02-25Use a single implementation and API for copy_file()Daniel Barkalow1-0/+1
2008-02-24make alias lookup a public, procedural functionJeff King1-0/+2
2008-02-24Merge branch 'jc/apply-whitespace'Junio C Hamano1-0/+2
2008-02-23ws_fix_copy(): move the whitespace fixing function to ws.cJunio C Hamano1-0/+1
2008-02-22Use helper function for copying index entry informationLinus Torvalds1-1/+17
2008-02-22Name hash fixups: export (and rename) remove_hash_entryLinus Torvalds1-0/+14
2008-02-22Fix name re-hashing semanticsLinus Torvalds1-1/+3
2008-02-19branch: optionally setup branch.*.merge from upstream local branchesJay Soffian1-0/+9
2008-02-18expose a helper function peel_to_type().Junio C Hamano1-0/+3
2008-02-16Merge branch 'sp/safecrlf'Junio C Hamano1-1/+10
2008-02-16Merge branch 'jc/gitignore-ends-with-slash'Junio C Hamano1-0/+12
2008-02-16Merge branch 'jk/noetcconfig'Junio C Hamano1-0/+3
2008-02-16Merge branch 'maint'Junio C Hamano1-3/+4
2008-02-15Add "const" qualifier to "char *excludes_file".Christian Couder1-1/+1
2008-02-15Add "const" qualifier to "char *editor_program".Christian Couder1-1/+1
2008-02-15Add "const" qualifier to "char *pager_program".Christian Couder1-1/+1
2008-02-15config: add 'git_config_string' to refactor string config variables.Christian Couder1-0/+1
2008-02-11Merge branch 'lt/in-core-index'Junio C Hamano1-14/+55
2008-02-11Add config_error_nonbool() helper functionJunio C Hamano1-0/+1
2008-02-09Library function to check for unmerged index entriesDaniel Barkalow1-0/+2
2008-02-06allow suppressing of global and system configJeff King1-0/+3
2008-02-06safecrlf: Add mechanism to warn about irreversible crlf conversionsSteffen Prohaska1-1/+10
2008-02-05gitignore(5): Allow "foo/" in ignore list to match directory "foo"Junio C Hamano1-0/+12
2008-02-05core.whitespace: cr-at-eolJunio C Hamano1-0/+1
2008-01-22lazy index hashingJunio C Hamano1-0/+1
2008-01-22Create pathname-based hash-table lookup into indexLinus Torvalds1-0/+6
2008-01-21Avoid running lstat(2) on the same cache entry.Junio C Hamano1-0/+3
2008-01-21index: be careful when handling long namesJunio C Hamano1-2/+15
2008-01-21Make on-disk index representation separate from in-core oneLinus Torvalds1-14/+32
2008-01-17Fix random fast-import errors when compiled with NO_MMAPShawn O. Pearce1-0/+1
2008-01-16close_lock_file(): new function in the lockfile APIBrandon Casey1-1/+1
2007-12-13Unify whitespace checkingWincent Colaiuta1-0/+4
2007-12-11Support GIT_PAGER_IN_USE environment variableJeff King1-1/+1
2007-12-09Merge branch 'jc/spht'Junio C Hamano1-0/+12
2007-12-09Re-fix "builtin-commit: fix --signoff"Junio C Hamano1-0/+3
2007-12-06Use gitattributes to define per-path whitespace ruleJunio C Hamano1-1/+3
2007-12-04Merge branch 'kh/commit'Junio C Hamano1-0/+9
2007-12-04Merge branch 'sp/refspec-match'Junio C Hamano1-0/+4
2007-12-03Trace and quote with argv: get rid of unneeded count argument.Christian Couder1-1/+1
2007-12-02Fix --signoff in builtin-commit differently.Junio C Hamano1-0/+1