| Commit message (Expand) | Author | Age | Files | Lines |
* | War on whitespace | Junio C Hamano | 2007-06-07 | 1 | -1/+1 |
* | Merge branch 'sp/pack' | Junio C Hamano | 2007-06-02 | 1 | -1/+2 |
|\ |
|
| * | Lazily open pack index files on demand | Shawn O. Pearce | 2007-05-26 | 1 | -1/+2 |
* | | Merge branch 'maint' | Junio C Hamano | 2007-05-31 | 1 | -2/+2 |
|\ \ |
|
| * \ | Merge branch 'maint-1.5.1' into maint | Junio C Hamano | 2007-05-31 | 1 | -2/+2 |
| |\ \ |
|
| | * | | fix signed range problems with hex conversions | Linus Torvalds | 2007-05-30 | 1 | -2/+2 |
* | | | | Merge branch 'db/remote' | Junio C Hamano | 2007-05-29 | 1 | -2/+0 |
|\ \ \ \
| |_|_|/
|/| | | |
|
| * | | | Move refspec parser from connect.c and cache.h to remote.{c,h} | Daniel Barkalow | 2007-05-20 | 1 | -2/+0 |
* | | | | rename dirlink to gitlink. | Martin Waitz | 2007-05-21 | 1 | -5/+5 |
|/ / / |
|
* | | | Merge branch 'dh/pack' | Junio C Hamano | 2007-05-20 | 1 | -0/+2 |
|\ \ \ |
|
| * | | | Custom compression levels for objects and packs | Dana How | 2007-05-10 | 1 | -0/+2 |
* | | | | Merge branch 'mst/connect' | Junio C Hamano | 2007-05-20 | 1 | -1/+2 |
|\ \ \ \ |
|
| * | | | | connect: display connection progress | Michael S. Tsirkin | 2007-05-16 | 1 | -1/+2 |
* | | | | | Merge branch 'np/pack' | Junio C Hamano | 2007-05-20 | 1 | -2/+0 |
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
|
| * | | | | deprecate the new loose object header format | Nicolas Pitre | 2007-05-10 | 1 | -2/+0 |
| | |/ /
| |/| | |
|
* | | | | git-archive: convert archive entries like checkouts do | René Scharfe | 2007-05-18 | 1 | -0/+1 |
| |/ /
|/| | |
|
* | | | Add has_symlink_leading_path() function. | Junio C Hamano | 2007-05-11 | 1 | -0/+1 |
|/ / |
|
* | | Add --date={local,relative,default} | Junio C Hamano | 2007-04-25 | 1 | -1/+1 |
* | | entry.c: Use const qualifier for 'struct checkout' parameters | Luiz Fernando N. Capitulino | 2007-04-25 | 1 | -1/+1 |
* | | Merge branch 'jc/the-index' | Junio C Hamano | 2007-04-24 | 1 | -15/+43 |
|\ \ |
|
| * | | Make read-cache.c "the_index" free. | Junio C Hamano | 2007-04-22 | 1 | -12/+27 |
| * | | Move index-related variables into a structure. | Junio C Hamano | 2007-04-22 | 1 | -3/+16 |
* | | | add get_sha1_with_mode | Martin Koegler | 2007-04-24 | 1 | -0/+1 |
* | | | Add S_IFINVALID mode | Martin Koegler | 2007-04-24 | 1 | -0/+3 |
|/ / |
|
* | | Merge branch 'lt/objalloc' | Junio C Hamano | 2007-04-21 | 1 | -8/+5 |
|\ \ |
|
| * | | Clean up object creation to use more common code | Linus Torvalds | 2007-04-16 | 1 | -9/+5 |
| * | | Use proper object allocators for unknown object nodes too | Linus Torvalds | 2007-04-16 | 1 | -0/+1 |
* | | | Merge branch 'jc/attr' | Junio C Hamano | 2007-04-21 | 1 | -2/+6 |
|\ \ \ |
|
| * | | | lockfile: record the primary process. | Junio C Hamano | 2007-04-21 | 1 | -0/+1 |
| * | | | Simplify calling of CR/LF conversion routines | Alex Riesen | 2007-04-20 | 1 | -2/+2 |
| * | | | attribute macro support | Junio C Hamano | 2007-04-15 | 1 | -0/+1 |
| * | | | Add basic infrastructure to assign attributes to paths | Junio C Hamano | 2007-04-14 | 1 | -0/+2 |
| |/ / |
|
* | | | Merge branch 'lt/gitlink' | Junio C Hamano | 2007-04-21 | 1 | -1/+19 |
|\ \ \ |
|
| * | | | Add "S_IFDIRLNK" file mode infrastructure for git links | Linus Torvalds | 2007-04-10 | 1 | -1/+19 |
* | | | | Merge branch 'np/pack' | Junio C Hamano | 2007-04-21 | 1 | -4/+5 |
|\ \ \ \ |
|
| * | | | | add get_size_from_delta() | Nicolas Pitre | 2007-04-16 | 1 | -0/+1 |
| * | | | | get rid of num_packed_objects() | Nicolas Pitre | 2007-04-10 | 1 | -4/+4 |
| |/ / / |
|
* | | | | Merge branch 'maint' | Junio C Hamano | 2007-04-17 | 1 | -1/+1 |
|\ \ \ \
| |_|/ /
|/| | /
| | |/
| |/| |
|
| * | | Use const qualifier for 'sha1' parameter in delete_ref function | Carlos Rica | 2007-04-17 | 1 | -1/+1 |
* | | | Merge branch 'maint' | Junio C Hamano | 2007-04-11 | 1 | -2/+2 |
|\ \ \
| |/ /
| | /
| |/
|/| |
|
| * | (encode_85, decode_85): Mark source buffer pointer as "const". | Jim Meyering | 2007-04-11 | 1 | -2/+2 |
* | | A new merge stragety 'subtree'. | Junio C Hamano | 2007-04-07 | 1 | -0/+3 |
* | | Merge branch 'jc/index-output' | Junio C Hamano | 2007-04-07 | 1 | -0/+5 |
|\ \ |
|
| * | | git-read-tree --index-output=<file> | Junio C Hamano | 2007-04-03 | 1 | -1/+1 |
| * | | _GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file. | Junio C Hamano | 2007-04-03 | 1 | -0/+5 |
| |/ |
|
* | | Rename add_file_to_index() to add_file_to_cache() | Junio C Hamano | 2007-04-05 | 1 | -1/+1 |
* | | Fix bogus error message from merge-recursive error path | Junio C Hamano | 2007-04-05 | 1 | -1/+0 |
* | | clean up and optimize nth_packed_object_sha1() usage | Nicolas Pitre | 2007-04-05 | 1 | -1/+1 |
|/ |
|
* | index-pack: use hash_sha1_file() | Nicolas Pitre | 2007-03-20 | 1 | -1/+1 |
* | Limit the size of the new delta_base_cache | Shawn O. Pearce | 2007-03-18 | 1 | -0/+1 |