summaryrefslogtreecommitdiff
path: root/cache.h
Commit message (Expand)AuthorAgeFilesLines
* abbrev cleanup: use symbolic constantsJunio C Hamano2006-01-281-0/+3
* Only use a single parser for tree objectsDaniel Barkalow2006-01-261-3/+0
* Undef DT_* before redefining them.Junio C Hamano2006-01-211-0/+4
* DT_UNKNOWN: do not fully trust existence of DT_UNKNOWNJunio C Hamano2006-01-211-1/+1
* GIT 1.1.0v1.1.0Junio C Hamano2006-01-081-4/+5
|\
| * [PATCH] Compilation: zero-length array declaration.Junio C Hamano2006-01-071-4/+5
* | Introduce core.sharedrepositoryJohannes Schindelin2005-12-241-0/+2
|/
* fetch-pack: -k option to keep downloaded pack.Junio C Hamano2005-12-171-0/+5
* Allow saving an object from a pipeDaniel Barkalow2005-12-101-0/+1
* Clean up compatibility definitions.Junio C Hamano2005-12-051-95/+1
* working from subdirectory: preparationJunio C Hamano2005-11-281-0/+2
* Introduce i18n.commitencoding.Junio C Hamano2005-11-271-0/+3
* init-db: check template and repository format.Junio C Hamano2005-11-271-0/+1
* Repository format version check.Junio C Hamano2005-11-271-0/+5
* git-var: constness and globalness cleanup.Junio C Hamano2005-11-211-3/+2
* Fix sparse warningsTimo Hirvonen2005-11-201-0/+1
* git-config-set: add more optionsJohannes Schindelin2005-11-191-2/+1
* Library code for user-relative paths, take three.Andreas Ericsson2005-11-191-0/+1
* Add functions git_config_set() and git_config_set_multivar()Johannes Schindelin2005-11-191-0/+2
* git's rev-parse.c function show_datestring presumes gnu dateLinus Torvalds2005-11-161-0/+1
* diff: make default rename detection limit configurable.Junio C Hamano2005-11-151-0/+1
* Add config variable core.symrefsonlyJohannes Schindelin2005-11-151-0/+1
* Support receiving server capabilitiesJohannes Schindelin2005-10-281-0/+1
* pack-objects: Allow use of pre-generated pack.Junio C Hamano2005-10-261-0/+1
* Ignore funny refname sent from remoteJunio C Hamano2005-10-151-1/+1
* Unlocalized isspace and friendsLinus Torvalds2005-10-141-0/+26
* Keep track of whether a pack is local or notLinus Torvalds2005-10-131-1/+2
* Use git config file for committer name and email infoLinus Torvalds2005-10-111-0/+4
* show-branch: optionally use unique prefix as name.Junio C Hamano2005-10-111-0/+1
* Use the same move_temp_to_file in git-http-fetch.Junio C Hamano2005-10-101-0/+1
* Add ".git/config" file parserLinus Torvalds2005-10-101-0/+8
* [PATCH] If NO_MMAP is defined, fake mmap() and munmap()Johannes Schindelin2005-10-081-0/+16
* Show original and resulting blob object info in diff output.Junio C Hamano2005-10-071-0/+1
* Add git-symbolic-refJunio C Hamano2005-10-011-0/+2
* Use resolve_ref() to implement read_ref().Junio C Hamano2005-10-011-0/+1
* [PATCH] Allow reading "symbolic refs" that point to other refsLinus Torvalds2005-10-011-0/+1
* Consolidate null_sha1[].Junio C Hamano2005-09-301-0/+1
* [PATCH] Provide access to git_dir through get_git_dir().Sven Verdoolaege2005-09-271-0/+1
* Diff clean-up.Junio C Hamano2005-09-241-3/+3
* [PATCH] Return proper error valud from "parse_date()"Linus Torvalds2005-09-201-1/+1
* Show modified files in git-ls-filesJunio C Hamano2005-09-201-0/+1
* [PATCH] Add note about IANA confirmationLinus Torvalds2005-09-121-0/+11
* Retire support for old environment variables.Junio C Hamano2005-09-091-11/+0
* [PATCH] Possible cleanups for local-pull.cPeter Hagervall2005-09-041-1/+1
* Revert "Replace zero-length array decls with []."Junio C Hamano2005-08-291-4/+4
* Merge refs/heads/portable from http://www.cs.berkeley.edu/~ejr/gits/git.git Junio C Hamano2005-08-281-4/+8
|\
| * Fix ?: statements.Jason Riedy2005-08-231-0/+4
| * Replace zero-length array decls with [].Jason Riedy2005-08-231-4/+4
* | Support +<src>:<dst> format in push as well.Junio C Hamano2005-08-241-0/+1
|/
* Fix __attribute__ changes.Junio C Hamano2005-08-191-2/+1