summaryrefslogtreecommitdiff
path: root/cache.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'mk/maint-parse-careful'Junio C Hamano2008-03-021-0/+1
|\
| * add generic, type aware object chain walkerMartin Koegler2008-02-251-0/+1
* | Merge branch 'js/branch-track'Junio C Hamano2008-02-271-0/+9
|\ \
| * | branch: optionally setup branch.*.merge from upstream local branchesJay Soffian2008-02-191-0/+9
* | | Merge branch 'db/checkout'Junio C Hamano2008-02-271-0/+2
|\ \ \ | |/ /
| * | Library function to check for unmerged index entriesDaniel Barkalow2008-02-091-0/+2
* | | Merge branch 'jk/help-alias'Junio C Hamano2008-02-271-0/+2
|\ \ \
| * | | make alias lookup a public, procedural functionJeff King2008-02-241-0/+2
* | | | Merge branch 'maint'Junio C Hamano2008-02-261-0/+1
|\ \ \ \
| * | | | Use a single implementation and API for copy_file()Daniel Barkalow2008-02-251-0/+1
| | |_|/ | |/| |
* | | | Merge branch 'jc/apply-whitespace'Junio C Hamano2008-02-241-0/+2
|\ \ \ \ | |_|/ / |/| | |
| * | | ws_fix_copy(): move the whitespace fixing function to ws.cJunio C Hamano2008-02-231-0/+1
| * | | core.whitespace: cr-at-eolJunio C Hamano2008-02-051-0/+1
* | | | Use helper function for copying index entry informationLinus Torvalds2008-02-221-1/+17
* | | | Name hash fixups: export (and rename) remove_hash_entryLinus Torvalds2008-02-221-0/+14
* | | | Fix name re-hashing semanticsLinus Torvalds2008-02-221-1/+3
* | | | Merge branch 'sp/safecrlf'Junio C Hamano2008-02-161-1/+10
|\ \ \ \
| * | | | safecrlf: Add mechanism to warn about irreversible crlf conversionsSteffen Prohaska2008-02-061-1/+10
| |/ / /
* | | | Merge branch 'jc/gitignore-ends-with-slash'Junio C Hamano2008-02-161-0/+12
|\ \ \ \
| * | | | gitignore(5): Allow "foo/" in ignore list to match directory "foo"Junio C Hamano2008-02-051-0/+12
| |/ / /
* | | | Merge branch 'jk/noetcconfig'Junio C Hamano2008-02-161-0/+3
|\ \ \ \
| * | | | allow suppressing of global and system configJeff King2008-02-061-0/+3
| |/ / /
* | | | Merge branch 'maint'Junio C Hamano2008-02-161-3/+4
|\ \ \ \ | | |/ / | |/| |
| * | | Add "const" qualifier to "char *excludes_file".Christian Couder2008-02-151-1/+1
| * | | Add "const" qualifier to "char *editor_program".Christian Couder2008-02-151-1/+1
| * | | Add "const" qualifier to "char *pager_program".Christian Couder2008-02-151-1/+1
| * | | config: add 'git_config_string' to refactor string config variables.Christian Couder2008-02-151-0/+1
* | | | Merge branch 'lt/in-core-index'Junio C Hamano2008-02-111-14/+55
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | lazy index hashingJunio C Hamano2008-01-221-0/+1
| * | Create pathname-based hash-table lookup into indexLinus Torvalds2008-01-221-0/+6
| * | Avoid running lstat(2) on the same cache entry.Junio C Hamano2008-01-211-0/+3
| * | index: be careful when handling long namesJunio C Hamano2008-01-211-2/+15
| * | Make on-disk index representation separate from in-core oneLinus Torvalds2008-01-211-14/+32
| |/
* | Add config_error_nonbool() helper functionJunio C Hamano2008-02-111-0/+1
|/
* Fix random fast-import errors when compiled with NO_MMAPShawn O. Pearce2008-01-171-0/+1
* close_lock_file(): new function in the lockfile APIBrandon Casey2008-01-161-1/+1
* Unify whitespace checkingWincent Colaiuta2007-12-131-0/+4
* Support GIT_PAGER_IN_USE environment variableJeff King2007-12-111-1/+1
* Merge branch 'jc/spht'Junio C Hamano2007-12-091-0/+12
|\
| * Use gitattributes to define per-path whitespace ruleJunio C Hamano2007-12-061-1/+3
| * git-diff: complain about >=8 consecutive spaces in initial indentJunio C Hamano2007-11-021-0/+1
| * War on whitespace: first, a bit of retreat.Junio C Hamano2007-11-021-0/+9
* | Re-fix "builtin-commit: fix --signoff"Junio C Hamano2007-12-091-0/+3
* | Merge branch 'kh/commit'Junio C Hamano2007-12-041-0/+9
|\ \
| * | Fix --signoff in builtin-commit differently.Junio C Hamano2007-12-021-0/+1
| * | Fix add_files_to_cache() to take pathspec, not user specified list of filesJunio C Hamano2007-11-221-1/+3
| * | Export three helper functions from ls-filesJunio C Hamano2007-11-221-0/+6
* | | Merge branch 'sp/refspec-match'Junio C Hamano2007-12-041-0/+4
|\ \ \
| * | | refactor fetch's ref matching to use refname_match()Steffen Prohaska2007-11-181-0/+1
| * | | add refname_match()Steffen Prohaska2007-11-181-0/+3
| |/ /