Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | | docs: describe impact of repack on "clone -s" | Jeff King | 2009-08-17 | 1 | -2/+10 | |
* | | | | | | | | | | | Merge branch 'lt/block-sha1' | Junio C Hamano | 2009-08-16 | 3 | -0/+309 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | block-sha1/sha1.c: silence compiler complaints by casting void * to char * | Brandon Casey | 2009-08-14 | 1 | -2/+2 | |
| * | | | | | | | | | | | block-sha1: more good unaligned memory access candidates | Nicolas Pitre | 2009-08-13 | 1 | -1/+4 | |
| * | | | | | | | | | | | block-sha1: support for architectures with memory alignment restrictions | Nicolas Pitre | 2009-08-12 | 1 | -2/+30 | |
| * | | | | | | | | | | | block-sha1: split the different "hacks" to be individually selected | Nicolas Pitre | 2009-08-12 | 1 | -5/+18 | |
| * | | | | | | | | | | | block-sha1: move code around | Nicolas Pitre | 2009-08-12 | 1 | -69/+60 | |
| * | | | | | | | | | | | block-sha1: improve code on large-register-set machines | Linus Torvalds | 2009-08-10 | 1 | -1/+24 | |
| * | | | | | | | | | | | block-sha1: improved SHA1 hashing | Linus Torvalds | 2009-08-07 | 1 | -3/+4 | |
| * | | | | | | | | | | | block-sha1: perform register rotation using cpp | Linus Torvalds | 2009-08-07 | 1 | -27/+90 | |
| * | | | | | | | | | | | block-sha1: get rid of redundant 'lenW' context | Linus Torvalds | 2009-08-06 | 2 | -11/+7 | |
| * | | | | | | | | | | | block-sha1: Use '(B&C)+(D&(B^C))' instead of '(B&C)|(D&(B|C))' in round 3 | Linus Torvalds | 2009-08-06 | 1 | -1/+1 | |
| * | | | | | | | | | | | block-sha1: macroize the rounds a bit further | Linus Torvalds | 2009-08-06 | 1 | -30/+26 | |
| * | | | | | | | | | | | block-sha1: re-use the temporary array as we calculate the SHA1 | Linus Torvalds | 2009-08-06 | 1 | -12/+16 | |
| * | | | | | | | | | | | block-sha1: make the 'ntohl()' part of the first SHA1 loop | Linus Torvalds | 2009-08-06 | 1 | -12/+16 | |
| * | | | | | | | | | | | block-sha1: minor fixups | Junio C Hamano | 2009-08-06 | 1 | -2/+2 | |
| * | | | | | | | | | | | block-sha1: try to use rol/ror appropriately | Linus Torvalds | 2009-08-06 | 1 | -10/+22 | |
| * | | | | | | | | | | | block-sha1: undo ctx->size change | Junio C Hamano | 2009-08-06 | 1 | -3/+3 | |
| * | | | | | | | | | | | Add new optimized C 'block-sha1' routines | Linus Torvalds | 2009-08-05 | 3 | -0/+175 | |
* | | | | | | | | | | | | Merge branch 'bc/maint-am-email' | Junio C Hamano | 2009-08-16 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | | git-am: print fair error message when format detection fails | Nicolas Sebrecht | 2009-08-10 | 1 | -1/+5 | |
| * | | | | | | | | | | | am: allow individual e-mail files as input | Junio C Hamano | 2009-08-10 | 2 | -0/+29 | |
* | | | | | | | | | | | | Merge branch 'js/maint-cover-letter-non-ascii' | Junio C Hamano | 2009-08-16 | 4 | -12/+17 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Correctly mark cover letters' encodings if they are not pure ASCII | Johannes Schindelin | 2009-08-10 | 1 | -0/+4 | |
| * | | | | | | | | | | | | Expose the has_non_ascii() function | Johannes Schindelin | 2009-08-10 | 3 | -12/+13 | |
| |/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge branch 'jc/maint-clean-nested-dir-safety' | Junio C Hamano | 2009-08-16 | 6 | -5/+63 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | clean: require double -f options to nuke nested git repository and work tree | Junio C Hamano | 2009-07-29 | 6 | -5/+63 | |
* | | | | | | | | | | | | | Merge branch 'jk/maint-merge-msg-fix' | Junio C Hamano | 2009-08-16 | 4 | -11/+75 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | merge: indicate remote tracking branches in merge message | Jeff King | 2009-08-09 | 3 | -1/+16 | |
| * | | | | | | | | | | | | | merge: fix incorrect merge message for ambiguous tag/branch | Jeff King | 2009-08-09 | 3 | -11/+10 | |
| * | | | | | | | | | | | | | add tests for merge message headings | Jeff King | 2009-08-09 | 1 | -0/+50 | |
| | |/ / / / / / / / / / / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/gitk/gitk | Junio C Hamano | 2009-08-16 | 1 | -7/+24 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | gitk: Parse arbitrary commit-ish in SHA1 field | Thomas Rast | 2009-08-13 | 1 | -1/+6 | |
| * | | | | | | | | | | | | | gitk: Fix direction of symmetric difference in optimized mode | Thomas Rast | 2009-08-13 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | gitk: New option to hide remote refs | Thomas Rast | 2009-08-13 | 1 | -3/+15 | |
| * | | | | | | | | | | | | | gitk: Do not hard-code "encoding" in attribute lookup functions | Johannes Sixt | 2009-08-13 | 1 | -2/+2 | |
* | | | | | | | | | | | | | | git-cvsimport: add support for cvs pserver password scrambling. | Dirk Hoerner | 2009-08-14 | 1 | -1/+38 | |
* | | | | | | | | | | | | | | gitweb: Optimize git-favicon.png | Benjamin Kramer | 2009-08-14 | 2 | -0/+0 | |
* | | | | | | | | | | | | | | Merge branch 'jn/gitweb-blame' (early part) | Junio C Hamano | 2009-08-14 | 2 | -26/+50 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | | gitweb: Use light/dark for class names also in 'blame' view | Jakub Narebski | 2009-07-25 | 2 | -8/+11 | |
| * | | | | | | | | | | | | | | gitweb: Add author initials in 'blame' view, a la "git gui blame" | Jakub Narebski | 2009-07-25 | 1 | -0/+8 | |
| * | | | | | | | | | | | | | | gitweb: Mark commits with no "previous" in 'blame' view | Jakub Narebski | 2009-07-25 | 2 | -2/+8 | |
| * | | | | | | | | | | | | | | gitweb: Use "previous" header of git-blame -p in 'blame' view | Jakub Narebski | 2009-07-25 | 1 | -14/+15 | |
| * | | | | | | | | | | | | | | gitweb: Mark boundary commits in 'blame' view | Jakub Narebski | 2009-07-25 | 2 | -2/+8 | |
| * | | | | | | | | | | | | | | gitweb: Make .error style generic | Jakub Narebski | 2009-07-25 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | svn: (cleanup) use predefined constant for rev_map_fmt | Eric Wong | 2009-08-12 | 1 | -1/+1 | |
* | | | | | | | | | | | | | | | svn: allow branches outside of refs/remotes | Adam Brewster | 2009-08-12 | 6 | -54/+96 | |
* | | | | | | | | | | | | | | | svn: initial "master" points to trunk if possible | Eric Wong | 2009-08-12 | 3 | -1/+42 | |
* | | | | | | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2009-08-12 | 14 | -18/+117 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | | | ||||||
| * | | | | | | | | | | | | | | Merge branch 'maint-1.6.3' into maint | Junio C Hamano | 2009-08-12 | 9 | -12/+12 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ |