summaryrefslogtreecommitdiff
path: root/cache.h
AgeCommit message (Expand)AuthorFilesLines
2006-05-02core.prefersymlinkrefs: use symlinks for .git/HEADLibravatar Junio C Hamano1-1/+1
2006-04-26revision parsing: make "rev -- paths" checks stronger.Libravatar Junio C Hamano1-0/+1
2006-04-26Fix filename verification when in a subdirectoryLibravatar Linus Torvalds1-0/+1
2006-03-29tree/diff header cleanup.Libravatar Junio C Hamano1-0/+3
2006-03-20core.warnambiguousrefs: warns when "name" is used and both "name" branch and ...Libravatar Junio C Hamano1-0/+1
2006-03-05Add --temp and --stage=all options to checkout-index.Libravatar Shawn Pearce1-1/+1
2006-03-04Merge branch 'lt/rev-list'Libravatar Junio C Hamano1-0/+3
2006-02-28Introduce trivial new pager.c helper infrastructureLibravatar Linus Torvalds1-0/+3
2006-02-27apply --whitespace: configuration option.Libravatar Junio C Hamano1-0/+2
2006-02-26Use setenv(), fix warningsLibravatar Timo Hirvonen1-1/+1
2006-02-21Merge branch 'jc/nostat'Libravatar Junio C Hamano1-2/+4
2006-02-18Delay "empty ident" errors until they really matter.Libravatar Junio C Hamano1-2/+2
2006-02-15packed objects: minor cleanupLibravatar Junio C Hamano1-1/+1
2006-02-10Make "git clone" less of a deathly quiet experienceLibravatar Linus Torvalds1-1/+1
2006-02-08"Assume unchanged" gitLibravatar Junio C Hamano1-2/+4
2006-01-28abbrev cleanup: use symbolic constantsLibravatar Junio C Hamano1-0/+3
2006-01-26Only use a single parser for tree objectsLibravatar Daniel Barkalow1-3/+0
2006-01-21Undef DT_* before redefining them.Libravatar Junio C Hamano1-0/+4
2006-01-21DT_UNKNOWN: do not fully trust existence of DT_UNKNOWNLibravatar Junio C Hamano1-1/+1
2006-01-08GIT 1.1.0Libravatar Junio C Hamano1-4/+5
2006-01-07[PATCH] Compilation: zero-length array declaration.Libravatar Junio C Hamano1-4/+5
2005-12-24Introduce core.sharedrepositoryLibravatar Johannes Schindelin1-0/+2
2005-12-17fetch-pack: -k option to keep downloaded pack.Libravatar Junio C Hamano1-0/+5
2005-12-10Allow saving an object from a pipeLibravatar Daniel Barkalow1-0/+1
2005-12-05Clean up compatibility definitions.Libravatar Junio C Hamano1-95/+1
2005-11-28working from subdirectory: preparationLibravatar Junio C Hamano1-0/+2
2005-11-27Introduce i18n.commitencoding.Libravatar Junio C Hamano1-0/+3
2005-11-27init-db: check template and repository format.Libravatar Junio C Hamano1-0/+1
2005-11-27Repository format version check.Libravatar Junio C Hamano1-0/+5
2005-11-21git-var: constness and globalness cleanup.Libravatar Junio C Hamano1-3/+2
2005-11-20Fix sparse warningsLibravatar Timo Hirvonen1-0/+1
2005-11-19git-config-set: add more optionsLibravatar Johannes Schindelin1-2/+1
2005-11-19Library code for user-relative paths, take three.Libravatar Andreas Ericsson1-0/+1
2005-11-19Add functions git_config_set() and git_config_set_multivar()Libravatar Johannes Schindelin1-0/+2
2005-11-16git's rev-parse.c function show_datestring presumes gnu dateLibravatar Linus Torvalds1-0/+1
2005-11-15diff: make default rename detection limit configurable.Libravatar Junio C Hamano1-0/+1
2005-11-15Add config variable core.symrefsonlyLibravatar Johannes Schindelin1-0/+1
2005-10-28Support receiving server capabilitiesLibravatar Johannes Schindelin1-0/+1
2005-10-26pack-objects: Allow use of pre-generated pack.Libravatar Junio C Hamano1-0/+1
2005-10-15Ignore funny refname sent from remoteLibravatar Junio C Hamano1-1/+1
2005-10-14Unlocalized isspace and friendsLibravatar Linus Torvalds1-0/+26
2005-10-13Keep track of whether a pack is local or notLibravatar Linus Torvalds1-1/+2
2005-10-11Use git config file for committer name and email infoLibravatar Linus Torvalds1-0/+4
2005-10-11show-branch: optionally use unique prefix as name.Libravatar Junio C Hamano1-0/+1
2005-10-10Use the same move_temp_to_file in git-http-fetch.Libravatar Junio C Hamano1-0/+1
2005-10-10Add ".git/config" file parserLibravatar Linus Torvalds1-0/+8
2005-10-08[PATCH] If NO_MMAP is defined, fake mmap() and munmap()Libravatar Johannes Schindelin1-0/+16
2005-10-07Show original and resulting blob object info in diff output.Libravatar Junio C Hamano1-0/+1
2005-10-01Add git-symbolic-refLibravatar Junio C Hamano1-0/+2
2005-10-01Use resolve_ref() to implement read_ref().Libravatar Junio C Hamano1-0/+1