aboutsummaryrefslogtreecommitdiff
path: root/sha1_file.c
Commit message (Expand)AuthorAge
* Merge fixes early for next maint series.Junio C Hamano2006-02-23
|\
| * Give no terminating LF to error() function.Junio C Hamano2006-02-22
* | Merge fixes up to GIT 1.2.3Junio C Hamano2006-02-22
|\ \ | |/
| * pack-objects: reuse data from existing packs.Junio C Hamano2006-02-22
| * detect broken alternates.Junio C Hamano2006-02-22
* | Merge branch 'jc/pack-reuse'Junio C Hamano2006-02-21
|\ \
| * | pack-objects: reuse data from existing packs.Junio C Hamano2006-02-17
* | | Merge fixes up to GIT 1.2.2Junio C Hamano2006-02-18
|\ \ \ | |/ / |/| / | |/
| * Prevent git-upload-pack segfault if object cannot be foundCarl Worth2006-02-17
* | packed objects: minor cleanupJunio C Hamano2006-02-15
|/
* stat() for existence in safe_create_leading_directories()Jason Riedy2006-02-09
* GIT 1.1.4v1.1.4Junio C Hamano2006-01-19
|\
| * Revert "check_packed_git_idx(): check integrity of the idx file itself."Junio C Hamano2006-01-19
| * check_packed_git_idx(): check integrity of the idx file itself.Junio C Hamano2005-12-23
* | Introduce core.sharedrepositoryJohannes Schindelin2005-12-24
* | check_packed_git_idx(): check integrity of the idx file itself.Junio C Hamano2005-12-22
|/
* sha1_to_hex: properly terminate the SHA1Johannes Schindelin2005-12-22
* \n usage in stderr outputAlex Riesen2005-12-21
* sanity check in add_packed_git()Pavel Roskin2005-12-21
* Allow saving an object from a pipeDaniel Barkalow2005-12-10
* sha1_file.c: make sure packs in an alternate odb is named properly.Junio C Hamano2005-12-04
* sha1_file.c::add_packed_git(): fix type mismatch.Junio C Hamano2005-11-15
* Add git-pack-intersectLukas_Sandström2005-11-11
* Allow GIT_DIR to be an absolute pathJohannes Schindelin2005-11-06
* Fix what to do and how to detect when hardlinking failsLinus Torvalds2005-10-26
* Work around missing hard links on FAT formatted mediaJohannes Schindelin2005-10-25
* Keep track of whether a pack is local or notLinus Torvalds2005-10-13
* Use git config file for committer name and email infoLinus Torvalds2005-10-11
* Use the same move_temp_to_file in git-http-fetch.Junio C Hamano2005-10-10
* Create object subdirectories on demandLinus Torvalds2005-10-08
* Show original and resulting blob object info in diff output.Junio C Hamano2005-10-07
* Consolidate null_sha1[].Junio C Hamano2005-09-30
* Tell which packfile is corrupt when we die.Junio C Hamano2005-09-30
* [PATCH] Provide access to git_dir through get_git_dir().Sven Verdoolaege2005-09-27
* [PATCH] Define relative .git/objects/info/alternates semantics.Junio C Hamano2005-09-13
* Retire support for old environment variables.Junio C Hamano2005-09-09
* [PATCH] Possible cleanups for local-pull.cPeter Hagervall2005-09-04
* Fix ?: statements.Jason Riedy2005-08-23
* Use LF and allow comments in objects/info/alternates file.Junio C Hamano2005-08-16
* [PATCH] Add function to read an index file from an arbitrary filename.Daniel Barkalow2005-08-16
* Alternate object pool mechanism updates.Junio C Hamano2005-08-15
* [PATCH] Warning fix for gcc 4Pavel Roskin2005-08-09
* [PATCH] Plug memory leak in write_sha1_to_fd()Sergey Vlasov2005-08-08
* [PATCH] Plug memory leak in read_object_with_reference()Sergey Vlasov2005-08-08
* Update get_sha1() to grok extended format.Junio C Hamano2005-08-05
* [PATCH] Parallelize pulling by sshbarkalow@iabervon.org2005-08-02
* [PATCH] Functions for managing the set of packs the library is using (whitesp...barkalow@iabervon.org2005-07-31
* Teach parse_commit_buffer about grafting.Junio C Hamano2005-07-31
* [PATCH] mmap error handlingPavel Roskin2005-07-29
* [PATCH] Check packs and then files.Junio C Hamano2005-07-11