summaryrefslogtreecommitdiff
path: root/sha1_file.c
AgeCommit message (Expand)Author
2005-11-15sha1_file.c::add_packed_git(): fix type mismatch.Junio C Hamano
2005-11-12Add git-pack-intersectLukas_Sandström
2005-11-07Allow GIT_DIR to be an absolute pathJohannes Schindelin
2005-10-26Fix what to do and how to detect when hardlinking failsLinus Torvalds
2005-10-26Work around missing hard links on FAT formatted mediaJohannes Schindelin
2005-10-13Keep track of whether a pack is local or notLinus Torvalds
2005-10-12Use git config file for committer name and email infoLinus Torvalds
2005-10-11Use the same move_temp_to_file in git-http-fetch.Junio C Hamano
2005-10-08Create object subdirectories on demandLinus Torvalds
2005-10-07Show original and resulting blob object info in diff output.Junio C Hamano
2005-10-01Consolidate null_sha1[].Junio C Hamano
2005-09-30Tell which packfile is corrupt when we die.Junio C Hamano
2005-09-27[PATCH] Provide access to git_dir through get_git_dir().Sven Verdoolaege
2005-09-13[PATCH] Define relative .git/objects/info/alternates semantics.Junio C Hamano
2005-09-09Retire support for old environment variables.Junio C Hamano
2005-09-04[PATCH] Possible cleanups for local-pull.cPeter Hagervall
2005-08-24Fix ?: statements.Jason Riedy
2005-08-17Use LF and allow comments in objects/info/alternates file.Junio C Hamano
2005-08-16[PATCH] Add function to read an index file from an arbitrary filename.Daniel Barkalow
2005-08-15Alternate object pool mechanism updates.Junio C Hamano
2005-08-10[PATCH] Warning fix for gcc 4Pavel Roskin
2005-08-09[PATCH] Plug memory leak in write_sha1_to_fd()Sergey Vlasov
2005-08-09[PATCH] Plug memory leak in read_object_with_reference()Sergey Vlasov
2005-08-05Update get_sha1() to grok extended format.Junio C Hamano
2005-08-03[PATCH] Parallelize pulling by sshbarkalow@iabervon.org
2005-08-01[PATCH] Functions for managing the set of packs the library is using (whitesp...barkalow@iabervon.org
2005-07-31Teach parse_commit_buffer about grafting.Junio C Hamano
2005-07-30[PATCH] mmap error handlingPavel Roskin
2005-07-11[PATCH] Check packs and then files.Junio C Hamano
2005-07-10Avoid signedness warnings in sha1_file.cLinus Torvalds
2005-07-10[PATCH] Remove map_sha1_fileDaniel Barkalow
2005-07-10[PATCH] write_sha1_to_fd()Daniel Barkalow
2005-07-09[PATCH] Expose object ID computation functions.Bryan Larsen
2005-07-08Add "mkpath()" helper functionLinus Torvalds
2005-07-06[PATCH] clone-pack.c:write_one_ref() - Create leading directories.Junio C Hamano
2005-07-06[PATCH] sha1_file.c;prepare_packed_git_one() - fix DIR leakJunio C Hamano
2005-07-06Fix up path-cleanup in git_path() properlyLinus Torvalds
2005-07-05Add "git_path()" and "head_ref()" helper functions.Linus Torvalds
2005-07-03Add "has_sha1_pack()" function to query whether the object is available in a ...Linus Torvalds
2005-07-03Fix sparse warnings.Linus Torvalds
2005-07-03Avoid gcc warnings in sha1_file.cLinus Torvalds
2005-07-01[PATCH] Show more details of packfile with verify-pack -v.Junio C Hamano
2005-07-01[PATCH] verify-pack updates.Junio C Hamano
2005-07-01[PATCH] Avoid unnecessarily inflating and interpreting deltaJunio C Hamano
2005-06-29[PATCH] Add git-verify-pack command.Junio C Hamano
2005-06-29[PATCH] Fixlets on top of Nico's clean-up.Junio C Hamano
2005-06-29[PATCH] assorted delta code cleanupNicolas Pitre
2005-06-29Fix packed_delta_info() that was broken by the delta header packing changeLinus Torvalds
2005-06-29Make git pack files use little-endian size encodingLinus Torvalds
2005-06-28Merge fighting fsck-cache updates from JunioLinus Torvalds