Age | Commit message (Expand) | Author | Files | Lines |
2018-04-02 | csum-file: refactor finalize_hashfile() method | Derrick Stolee | 1 | -2/+3 |
2018-04-02 | csum-file: rename hashclose() to finalize_hashfile() | Derrick Stolee | 1 | -2/+2 |
2018-02-02 | csum-file: abstract uses of SHA-1 | brian m. carlson | 1 | -2/+2 |
2018-02-02 | csum-file: rename sha1file to hashfile | brian m. carlson | 1 | -17/+17 |
2014-12-12 | Merge branch 'jk/pack-bitmap' | Junio C Hamano | 1 | -0/+11 |
2014-11-30 | pack-bitmap: do not use gcc packed attribute | Karsten Blees | 1 | -0/+11 |
2014-01-10 | Merge branch 'jk/sha1write-void' | Junio C Hamano | 1 | -1/+1 |
2013-12-26 | do not pretend sha1write returns errors | Jeff King | 1 | -1/+1 |
2013-10-24 | sha1write: make buffer const-correct | Jeff King | 1 | -1/+1 |
2011-11-30 | csum-file: introduce sha1file_checkpoint | Junio C Hamano | 1 | -0/+9 |
2011-02-27 | index-pack: --verify | Junio C Hamano | 1 | -0/+2 |
2008-10-10 | Merge branch 'maint' | Shawn O. Pearce | 1 | -0/+1 |
2008-10-10 | fix pread()'s short read in index-pack | Nicolas Pitre | 1 | -0/+1 |
2008-10-02 | fix openssl headers conflicting with custom SHA1 implementations | Nicolas Pitre | 1 | -1/+1 |
2008-05-31 | Make pack creation always fsync() the result | Linus Torvalds | 1 | -1/+5 |
2007-11-05 | remove dead code from the csum-file interface | Nicolas Pitre | 1 | -3/+3 |
2007-11-05 | make display of total transferred more accurate | Nicolas Pitre | 1 | -0/+1 |
2007-10-30 | add throughput display to git-push | Nicolas Pitre | 1 | -0/+4 |
2007-06-13 | More static | Junio C Hamano | 1 | -2/+0 |
2007-05-10 | Custom compression levels for objects and packs | Dana How | 1 | -1/+1 |
2007-04-10 | compute a CRC32 for each object as stored in a pack | Nicolas Pitre | 1 | -0/+4 |
2005-08-09 | [PATCH] -Werror fixes | Timo Sirainen | 1 | -1/+1 |
2005-06-28 | csum-file: add "sha1fd()" to create a SHA1 csum file from an existing file de... | Linus Torvalds | 1 | -0/+1 |
2005-06-26 | csum-file interface updates: return resulting SHA1 | Linus Torvalds | 1 | -2/+3 |
2005-06-26 | git-pack-objects: write the pack files with a SHA1 csum | Linus Torvalds | 1 | -0/+17 |