Age | Commit message (Expand) | Author | Files | Lines |
2007-05-18 | git-archive: convert archive entries like checkouts do | René Scharfe | 1 | -0/+1 |
2007-05-11 | Add has_symlink_leading_path() function. | Junio C Hamano | 1 | -0/+1 |
2007-04-25 | Add --date={local,relative,default} | Junio C Hamano | 1 | -1/+1 |
2007-04-25 | entry.c: Use const qualifier for 'struct checkout' parameters | Luiz Fernando N. Capitulino | 1 | -1/+1 |
2007-04-24 | Merge branch 'jc/the-index' | Junio C Hamano | 1 | -15/+43 |
2007-04-24 | add get_sha1_with_mode | Martin Koegler | 1 | -0/+1 |
2007-04-24 | Add S_IFINVALID mode | Martin Koegler | 1 | -0/+3 |
2007-04-22 | Make read-cache.c "the_index" free. | Junio C Hamano | 1 | -12/+27 |
2007-04-22 | Move index-related variables into a structure. | Junio C Hamano | 1 | -3/+16 |
2007-04-21 | Merge branch 'lt/objalloc' | Junio C Hamano | 1 | -8/+5 |
2007-04-21 | Merge branch 'jc/attr' | Junio C Hamano | 1 | -2/+6 |
2007-04-21 | Merge branch 'lt/gitlink' | Junio C Hamano | 1 | -1/+19 |
2007-04-21 | Merge branch 'np/pack' | Junio C Hamano | 1 | -4/+5 |
2007-04-21 | lockfile: record the primary process. | Junio C Hamano | 1 | -0/+1 |
2007-04-20 | Simplify calling of CR/LF conversion routines | Alex Riesen | 1 | -2/+2 |
2007-04-17 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
2007-04-17 | Use const qualifier for 'sha1' parameter in delete_ref function | Carlos Rica | 1 | -1/+1 |
2007-04-16 | Clean up object creation to use more common code | Linus Torvalds | 1 | -9/+5 |
2007-04-16 | Use proper object allocators for unknown object nodes too | Linus Torvalds | 1 | -0/+1 |
2007-04-16 | add get_size_from_delta() | Nicolas Pitre | 1 | -0/+1 |
2007-04-15 | attribute macro support | Junio C Hamano | 1 | -0/+1 |
2007-04-14 | Add basic infrastructure to assign attributes to paths | Junio C Hamano | 1 | -0/+2 |
2007-04-11 | Merge branch 'maint' | Junio C Hamano | 1 | -2/+2 |
2007-04-11 | (encode_85, decode_85): Mark source buffer pointer as "const". | Jim Meyering | 1 | -2/+2 |
2007-04-10 | Add "S_IFDIRLNK" file mode infrastructure for git links | Linus Torvalds | 1 | -1/+19 |
2007-04-10 | get rid of num_packed_objects() | Nicolas Pitre | 1 | -4/+4 |
2007-04-07 | A new merge stragety 'subtree'. | Junio C Hamano | 1 | -0/+3 |
2007-04-07 | Merge branch 'jc/index-output' | Junio C Hamano | 1 | -0/+5 |
2007-04-05 | Rename add_file_to_index() to add_file_to_cache() | Junio C Hamano | 1 | -1/+1 |
2007-04-05 | Fix bogus error message from merge-recursive error path | Junio C Hamano | 1 | -1/+0 |
2007-04-05 | clean up and optimize nth_packed_object_sha1() usage | Nicolas Pitre | 1 | -1/+1 |
2007-04-03 | git-read-tree --index-output=<file> | Junio C Hamano | 1 | -1/+1 |
2007-04-03 | _GIT_INDEX_OUTPUT: allow plumbing to output to an alternative index file. | Junio C Hamano | 1 | -0/+5 |
2007-03-20 | index-pack: use hash_sha1_file() | Nicolas Pitre | 1 | -1/+1 |
2007-03-18 | Limit the size of the new delta_base_cache | Shawn O. Pearce | 1 | -0/+1 |
2007-03-18 | Merge branch 'sp/run-command' | Junio C Hamano | 1 | -1/+1 |
2007-03-16 | [PATCH] clean up pack index handling a bit | Nicolas Pitre | 1 | -4/+5 |
2007-03-14 | Merge branch 'jc/repack' | Junio C Hamano | 1 | -0/+1 |
2007-03-12 | Correct new compiler warnings in builtin-revert | Shawn O. Pearce | 1 | -1/+1 |
2007-03-11 | prepare_packed_git(): sort packs by age and localness. | Junio C Hamano | 1 | -0/+1 |
2007-03-10 | git-branch, git-checkout: autosetup for remote branch tracking | Paolo Bonzini | 1 | -0/+1 |
2007-03-10 | Merge branch 'jc/fsck' | Junio C Hamano | 1 | -1/+0 |
2007-03-07 | Use off_t when we really mean a file offset. | Shawn O. Pearce | 1 | -5/+5 |
2007-03-07 | Use uint32_t for all packed object counts. | Shawn O. Pearce | 1 | -2/+2 |
2007-03-07 | General const correctness fixes | Shawn O. Pearce | 1 | -1/+1 |
2007-03-05 | unpack_sha1_file(): detect corrupt loose object files. | Junio C Hamano | 1 | -1/+0 |
2007-03-02 | Add core.symlinks to mark filesystems that do not support symbolic links. | Johannes Sixt | 1 | -1/+5 |
2007-03-02 | Merge branch 'js/commit-format' | Junio C Hamano | 1 | -1/+2 |
2007-02-28 | index_fd(): pass optional path parameter as hint for blob conversion | Junio C Hamano | 1 | -1/+1 |
2007-02-28 | index_fd(): use enum object_type instead of type name string. | Junio C Hamano | 1 | -14/+14 |