| Commit message (Expand) | Author | Age | Files | Lines |
* | Implemented tree delta compression in fast-import. | Shawn O. Pearce | 2007-01-14 | 1 | -65/+155 |
* | Converted hash memcpy/memcmp to new hashcpy/hashcmp/hashclr. | Shawn O. Pearce | 2007-01-14 | 1 | -26/+26 |
* | Don't crash fast-import if no branch log was requested. | Shawn O. Pearce | 2007-01-14 | 1 | -1/+2 |
* | Added 'reset' command to clear a branch's tree. | Shawn O. Pearce | 2007-01-14 | 1 | -0/+32 |
* | Map only part of the generated pack file at any point in time. | Shawn O. Pearce | 2007-01-14 | 1 | -20/+24 |
* | Fixed compile error in fast-import. | Shawn O. Pearce | 2007-01-14 | 1 | -1/+1 |
* | Fixed GPF in fast-import caused by unterminated linked list. | Shawn O. Pearce | 2007-01-14 | 1 | -1/+2 |
* | Added --branch-log to option to fast-import. | Shawn O. Pearce | 2007-01-14 | 1 | -5/+37 |
* | Added option to export the marks table when fast-import terminates. | Shawn O. Pearce | 2007-01-14 | 1 | -1/+35 |
* | Account for tree entry memory costs in fast-import. | Shawn O. Pearce | 2007-01-14 | 1 | -0/+1 |
* | Moved from command to after data to help cvs2svn. | Shawn O. Pearce | 2007-01-14 | 1 | -3/+4 |
* | Remove branch creation command from fast-import. | Shawn O. Pearce | 2007-01-14 | 1 | -98/+71 |
* | Round out memory pool allocations in fast-import to pointer sizes. | Shawn O. Pearce | 2007-01-14 | 1 | -0/+3 |
* | Implemented tree reloading in fast-import. | Shawn O. Pearce | 2007-01-14 | 1 | -13/+149 |
* | Implemented 'tag' command in fast-import. | Shawn O. Pearce | 2007-01-14 | 1 | -0/+125 |
* | Added branch load counter to fast-import. | Shawn O. Pearce | 2007-01-14 | 1 | -2/+4 |
* | Added mark store/find to fast-import. | Shawn O. Pearce | 2007-01-14 | 1 | -17/+87 |
* | Converted fast-import to accept standard command line parameters. | Shawn O. Pearce | 2007-01-14 | 1 | -6/+28 |
* | Fixed segfault in fast-import after growing a tree. | Shawn O. Pearce | 2007-01-14 | 1 | -5/+10 |
* | Allow symlink blobs in trees during fast-import. | Shawn O. Pearce | 2007-01-14 | 1 | -0/+1 |
* | Changed fast-import's pack header creation to use pack.h | Shawn O. Pearce | 2007-01-14 | 1 | -9/+8 |
* | Converted fast-import to a text based protocol. | Shawn O. Pearce | 2007-01-14 | 1 | -160/+326 |
* | Implement blob ID validation in fast-import. | Shawn O. Pearce | 2007-01-14 | 1 | -4/+24 |
* | Added tree and commit writing to fast-import. | Shawn O. Pearce | 2007-01-14 | 1 | -177/+729 |
* | Implemented branch handling and basic tree support in fast-import. | Shawn O. Pearce | 2007-01-14 | 1 | -5/+165 |
* | Added basic command handler to fast-import. | Shawn O. Pearce | 2007-01-14 | 1 | -14/+46 |
* | Refactored fast-import's internals for future additions. | Shawn O. Pearce | 2007-01-14 | 1 | -66/+83 |
* | Cleaned up memory allocation for object_entry structs. | Shawn O. Pearce | 2007-01-14 | 1 | -47/+46 |
* | Added automatic index generation to fast-import. | Shawn O. Pearce | 2007-01-14 | 1 | -19/+163 |
* | Created fast-import, a tool to quickly generating a pack from blobs. | Shawn O. Pearce | 2007-01-14 | 3 | -0/+216 |
* | Convert memset(hash,0,20) to hashclr(hash). | Junio C Hamano | 2006-08-23 | 6 | -5/+9 |
* | Convert memcpy(a,b,20) to hashcpy(a,b). | Shawn Pearce | 2006-08-23 | 34 | -78/+81 |
* | Fix a comparison bug in diff-delta.c | Pierre Habouzit | 2006-08-23 | 1 | -1/+1 |
* | git-send-email: Don't set author_not_sender from Cc: lines | Haavard Skinnemoen | 2006-08-23 | 1 | -1/+1 |
* | Remove unnecessary forward declaration of unpack_entry. | Shawn Pearce | 2006-08-21 | 1 | -3/+0 |
* | Verify we know how to read a pack before trying to using it. | Shawn Pearce | 2006-08-21 | 1 | -0/+12 |
* | Add write_or_die(), a helper function | Rene Scharfe | 2006-08-21 | 5 | -46/+32 |
* | Axe the last ent | Rene Scharfe | 2006-08-21 | 1 | -1/+1 |
* | Merge branch 'maint' | Junio C Hamano | 2006-08-21 | 2 | -2/+9 |
|\ |
|
| * | builtin-mv: readability patch | Johannes Schindelin | 2006-08-21 | 1 | -60/+44 |
| * | git-mv: fix off-by-one error | Johannes Schindelin | 2006-08-21 | 1 | -1/+1 |
| * | git-mv: special case destination "." | Johannes Schindelin | 2006-08-21 | 2 | -1/+8 |
* | | builtin-mv: readability patch | Johannes Schindelin | 2006-08-20 | 1 | -60/+44 |
* | | Indentation fix. | Tilman Sauerbeck | 2006-08-17 | 1 | -6/+6 |
* | | Do not use memcmp(sha1_1, sha1_2, 20) with hardcoded length. | David Rientjes | 2006-08-17 | 31 | -71/+74 |
* | | gitweb: Uniquify version info output, add meta generator in page header | Jakub Narebski | 2006-08-17 | 1 | -1/+2 |
* | | Merge branch 'jc/format-patch' | Junio C Hamano | 2006-08-16 | 1 | -1/+43 |
|\ \ |
|
| * | | Add a newline before appending "Signed-off-by: " line | Franck Bui-Huu | 2006-08-13 | 1 | -1/+43 |
* | | | Be nicer if git executable is not installed | Ville Skyttä | 2006-08-16 | 1 | -1/+1 |
* | | | Merge branch 'jc/racy' | Junio C Hamano | 2006-08-16 | 4 | -60/+236 |
|\ \ \ |
|