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