| Commit message (Expand) | Author | Age | Files | Lines |
* | GIT 1.1.4v1.1.4 | Junio C Hamano | 2006-01-19 | 1 | -15/+1 |
|\ |
|
| * | Revert "check_packed_git_idx(): check integrity of the idx file itself." | Junio C Hamano | 2006-01-19 | 1 | -15/+1 |
| * | check_packed_git_idx(): check integrity of the idx file itself. | Junio C Hamano | 2005-12-23 | 1 | -1/+15 |
* | | Introduce core.sharedrepository | Johannes Schindelin | 2005-12-24 | 1 | -1/+31 |
* | | check_packed_git_idx(): check integrity of the idx file itself. | Junio C Hamano | 2005-12-22 | 1 | -1/+15 |
|/ |
|
* | sha1_to_hex: properly terminate the SHA1 | Johannes Schindelin | 2005-12-22 | 1 | -0/+2 |
* | \n usage in stderr output | Alex Riesen | 2005-12-21 | 1 | -4/+4 |
* | sanity check in add_packed_git() | Pavel Roskin | 2005-12-21 | 1 | -1/+1 |
* | Allow saving an object from a pipe | Daniel Barkalow | 2005-12-10 | 1 | -0/+34 |
* | sha1_file.c: make sure packs in an alternate odb is named properly. | Junio C Hamano | 2005-12-04 | 1 | -6/+23 |
* | sha1_file.c::add_packed_git(): fix type mismatch. | Junio C Hamano | 2005-11-15 | 1 | -1/+1 |
* | Add git-pack-intersect | Lukas_Sandström | 2005-11-11 | 1 | -0/+3 |
* | Allow GIT_DIR to be an absolute path | Johannes Schindelin | 2005-11-06 | 1 | -0/+2 |
* | Fix what to do and how to detect when hardlinking fails | Linus Torvalds | 2005-10-26 | 1 | -13/+14 |
* | Work around missing hard links on FAT formatted media | Johannes Schindelin | 2005-10-25 | 1 | -1/+4 |
* | Keep track of whether a pack is local or not | Linus Torvalds | 2005-10-13 | 1 | -5/+6 |
* | Use git config file for committer name and email info | Linus Torvalds | 2005-10-11 | 1 | -59/+0 |
* | Use the same move_temp_to_file in git-http-fetch. | Junio C Hamano | 2005-10-10 | 1 | -1/+1 |
* | Create object subdirectories on demand | Linus Torvalds | 2005-10-08 | 1 | -36/+78 |
* | Show original and resulting blob object info in diff output. | Junio C Hamano | 2005-10-07 | 1 | -0/+39 |
* | Consolidate null_sha1[]. | Junio C Hamano | 2005-09-30 | 1 | -0/+2 |
* | Tell which packfile is corrupt when we die. | Junio C Hamano | 2005-09-30 | 1 | -3/+5 |
* | [PATCH] Provide access to git_dir through get_git_dir(). | Sven Verdoolaege | 2005-09-27 | 1 | -0/+7 |
* | [PATCH] Define relative .git/objects/info/alternates semantics. | Junio C Hamano | 2005-09-13 | 1 | -6/+22 |
* | Retire support for old environment variables. | Junio C Hamano | 2005-09-09 | 1 | -5/+5 |
* | [PATCH] Possible cleanups for local-pull.c | Peter Hagervall | 2005-09-04 | 1 | -1/+1 |
* | Fix ?: statements. | Jason Riedy | 2005-08-23 | 1 | -1/+4 |
* | Use LF and allow comments in objects/info/alternates file. | Junio C Hamano | 2005-08-16 | 1 | -11/+15 |
* | [PATCH] Add function to read an index file from an arbitrary filename. | Daniel Barkalow | 2005-08-16 | 1 | -2/+8 |
* | Alternate object pool mechanism updates. | Junio C Hamano | 2005-08-15 | 1 | -65/+81 |
* | [PATCH] Warning fix for gcc 4 | Pavel Roskin | 2005-08-09 | 1 | -1/+1 |
* | [PATCH] Plug memory leak in write_sha1_to_fd() | Sergey Vlasov | 2005-08-08 | 1 | -2/+12 |
* | [PATCH] Plug memory leak in read_object_with_reference() | Sergey Vlasov | 2005-08-08 | 1 | -0/+1 |
* | Update get_sha1() to grok extended format. | Junio C Hamano | 2005-08-05 | 1 | -39/+0 |
* | [PATCH] Parallelize pulling by ssh | barkalow@iabervon.org | 2005-08-02 | 1 | -15/+22 |
* | [PATCH] Functions for managing the set of packs the library is using (whitesp... | barkalow@iabervon.org | 2005-07-31 | 1 | -1/+122 |
* | Teach parse_commit_buffer about grafting. | Junio C Hamano | 2005-07-31 | 1 | -1/+12 |
* | [PATCH] mmap error handling | Pavel Roskin | 2005-07-29 | 1 | -2/+2 |
* | [PATCH] Check packs and then files. | Junio C Hamano | 2005-07-11 | 1 | -3/+6 |
* | Avoid signedness warnings in sha1_file.c | Linus Torvalds | 2005-07-10 | 1 | -2/+2 |
* | [PATCH] Remove map_sha1_file | Daniel Barkalow | 2005-07-10 | 1 | -14/+4 |
* | [PATCH] write_sha1_to_fd() | Daniel Barkalow | 2005-07-10 | 1 | -0/+59 |
* | [PATCH] Expose object ID computation functions. | Bryan Larsen | 2005-07-08 | 1 | -8/+17 |
* | Add "mkpath()" helper function | Linus Torvalds | 2005-07-08 | 1 | -28/+0 |
* | [PATCH] clone-pack.c:write_one_ref() - Create leading directories. | Junio C Hamano | 2005-07-06 | 1 | -0/+19 |
* | [PATCH] sha1_file.c;prepare_packed_git_one() - fix DIR leak | Junio C Hamano | 2005-07-06 | 1 | -0/+1 |
* | Fix up path-cleanup in git_path() properly | Linus Torvalds | 2005-07-05 | 1 | -4/+10 |
* | Add "git_path()" and "head_ref()" helper functions. | Linus Torvalds | 2005-07-05 | 1 | -5/+23 |
* | Add "has_sha1_pack()" function to query whether the object is available in a ... | Linus Torvalds | 2005-07-03 | 1 | -0/+6 |
* | Fix sparse warnings. | Linus Torvalds | 2005-07-03 | 1 | -1/+1 |