aboutsummaryrefslogtreecommitdiff
path: root/cache.h
Commit message (Expand)AuthorAge
* Merge branch 'lt/unpack-trees'Junio C Hamano2008-03-11
|\
| * Add 'const' where appropriate to index handling functionsLinus Torvalds2008-03-09
| * Add 'df_name_compare()' helper functionLinus Torvalds2008-03-09
* | Merge branch 'jc/cherry-pick' (early part)Junio C Hamano2008-03-11
|\ \ | |/ |/|
| * expose a helper function peel_to_type().Junio C Hamano2008-02-18
* | Merge branch 'mk/maint-parse-careful'Junio C Hamano2008-03-02
|\ \
| * | add generic, type aware object chain walkerMartin Koegler2008-02-25
* | | Merge branch 'js/branch-track'Junio C Hamano2008-02-27
|\ \ \
| * | | branch: optionally setup branch.*.merge from upstream local branchesJay Soffian2008-02-19
* | | | Merge branch 'db/checkout'Junio C Hamano2008-02-27
|\ \ \ \ | |/ / /
| * | | Library function to check for unmerged index entriesDaniel Barkalow2008-02-09
* | | | Merge branch 'jk/help-alias'Junio C Hamano2008-02-27
|\ \ \ \
| * | | | make alias lookup a public, procedural functionJeff King2008-02-24
* | | | | Merge branch 'maint'Junio C Hamano2008-02-26
|\ \ \ \ \
| * | | | | Use a single implementation and API for copy_file()Daniel Barkalow2008-02-25
| | |_|/ / | |/| | |
* | | | | Merge branch 'jc/apply-whitespace'Junio C Hamano2008-02-24
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | ws_fix_copy(): move the whitespace fixing function to ws.cJunio C Hamano2008-02-23
| * | | | core.whitespace: cr-at-eolJunio C Hamano2008-02-05
* | | | | Use helper function for copying index entry informationLinus Torvalds2008-02-22
* | | | | Name hash fixups: export (and rename) remove_hash_entryLinus Torvalds2008-02-22
* | | | | Fix name re-hashing semanticsLinus Torvalds2008-02-22
| |_|_|/ |/| | |
* | | | Merge branch 'sp/safecrlf'Junio C Hamano2008-02-16
|\ \ \ \
| * | | | safecrlf: Add mechanism to warn about irreversible crlf conversionsSteffen Prohaska2008-02-06
| |/ / /
* | | | Merge branch 'jc/gitignore-ends-with-slash'Junio C Hamano2008-02-16
|\ \ \ \
| * | | | gitignore(5): Allow "foo/" in ignore list to match directory "foo"Junio C Hamano2008-02-05
| |/ / /
* | | | Merge branch 'jk/noetcconfig'Junio C Hamano2008-02-16
|\ \ \ \
| * | | | allow suppressing of global and system configJeff King2008-02-06
| |/ / /
* | | | Merge branch 'maint'Junio C Hamano2008-02-16
|\ \ \ \ | | |/ / | |/| |
| * | | Add "const" qualifier to "char *excludes_file".Christian Couder2008-02-15
| * | | Add "const" qualifier to "char *editor_program".Christian Couder2008-02-15
| * | | Add "const" qualifier to "char *pager_program".Christian Couder2008-02-15
| * | | config: add 'git_config_string' to refactor string config variables.Christian Couder2008-02-15
* | | | Merge branch 'lt/in-core-index'Junio C Hamano2008-02-11
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | lazy index hashingJunio C Hamano2008-01-22
| * | Create pathname-based hash-table lookup into indexLinus Torvalds2008-01-22
| * | Avoid running lstat(2) on the same cache entry.Junio C Hamano2008-01-21
| * | index: be careful when handling long namesJunio C Hamano2008-01-21
| * | Make on-disk index representation separate from in-core oneLinus Torvalds2008-01-21
| |/
* | Add config_error_nonbool() helper functionJunio C Hamano2008-02-11
|/
* Fix random fast-import errors when compiled with NO_MMAPShawn O. Pearce2008-01-17
* close_lock_file(): new function in the lockfile APIBrandon Casey2008-01-16
* Unify whitespace checkingWincent Colaiuta2007-12-13
* Support GIT_PAGER_IN_USE environment variableJeff King2007-12-11
* Merge branch 'jc/spht'Junio C Hamano2007-12-09
|\
| * Use gitattributes to define per-path whitespace ruleJunio C Hamano2007-12-06
| * git-diff: complain about >=8 consecutive spaces in initial indentJunio C Hamano2007-11-02
| * War on whitespace: first, a bit of retreat.Junio C Hamano2007-11-02
* | Re-fix "builtin-commit: fix --signoff"Junio C Hamano2007-12-09
* | Merge branch 'kh/commit'Junio C Hamano2007-12-04
|\ \
| * | Fix --signoff in builtin-commit differently.Junio C Hamano2007-12-02