summaryrefslogtreecommitdiff
path: root/cache.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* [PATCH] Spell __attribute__ correctly in cache.h.Jason Riedy2005-08-181-1/+1
* [PATCH] Export relative path handling "prefix_path()" functionLinus Torvalds2005-08-171-0/+1
* [PATCH] Make "git diff" work inside relative subdirectoriesLinus Torvalds2005-08-161-0/+3
* [PATCH] Add function to read an index file from an arbitrary filename.Daniel Barkalow2005-08-161-0/+2
* Alternate object pool mechanism updates.Junio C Hamano2005-08-151-2/+3
* [PATCH] -Werror fixesTimo Sirainen2005-08-091-4/+8
* Redo the templates generation and installation.Junio C Hamano2005-08-061-4/+0
* [PATCH] git: add git_mkstemp()Holger Eitzenberger2005-08-051-0/+3
* Renaming push.Junio C Hamano2005-08-031-0/+3
* Install sample hooksJunio C Hamano2005-08-031-0/+4
* [PATCH] Parallelize pulling by sshbarkalow@iabervon.org2005-08-021-1/+2
* [PATCH] Functions for managing the set of packs the library is using (whitesp...barkalow@iabervon.org2005-07-311-0/+13
* Teach parse_commit_buffer about grafting.Junio C Hamano2005-07-311-0/+2
* [PATCH] Add update-server-info.Junio C Hamano2005-07-231-0/+3
* Merge three separate "fetch refs" functionsLinus Torvalds2005-07-161-0/+8
* [PATCH] Move git_author_info and git_commiter_info to ident.cEric W. Biederman2005-07-151-0/+2
* Make "ce_match_path()" a generic helper functionLinus Torvalds2005-07-141-0/+1
* Fix up read_tree() pathspec matching to use "const char **"Linus Torvalds2005-07-141-1/+1
* Start adding interfaces to read in partial treesLinus Torvalds2005-07-141-1/+1
* Add first cut at "git protocol" connect logic.Linus Torvalds2005-07-131-0/+10
* Abstract out the "name <email> date" handling of commit-tree.cLinus Torvalds2005-07-121-0/+3
* parse_date(): allow const date stringLinus Torvalds2005-07-121-1/+1