Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 'sb/read-tree' | Junio C Hamano | 2009-08-05 | 3 | -111/+92 |
|\ | |||||
| * | read-tree: migrate to parse-options | Stephen Boyd | 2009-06-27 | 3 | -109/+90 |
| * | read-tree: convert unhelpful usage()'s to helpful die()'s | Stephen Boyd | 2009-06-27 | 1 | -3/+3 |
* | | Merge branch 'jc/apply-epoch-patch' | Junio C Hamano | 2009-08-05 | 2 | -1/+176 |
|\ \ | |||||
| * | | apply: notice creation/removal patches produced by GNU diff | Junio C Hamano | 2009-07-11 | 2 | -1/+176 |
* | | | Merge branch 'sb/parse-options' | Junio C Hamano | 2009-08-05 | 6 | -71/+66 |
|\ \ \ | |||||
| * | | | prune-packed: migrate to parse-options | Stephen Boyd | 2009-07-10 | 2 | -18/+15 |
| * | | | verify-pack: migrate to parse-options | Stephen Boyd | 2009-07-10 | 2 | -23/+20 |
| * | | | verify-tag: migrate to parse-options | Stephen Boyd | 2009-07-10 | 1 | -9/+12 |
| * | | | write-tree: migrate to parse-options | Stephen Boyd | 2009-07-10 | 1 | -21/+19 |
| |/ / | |||||
* | | | Merge branch 'ns/init-mkdir' | Junio C Hamano | 2009-08-05 | 3 | -7/+122 |
|\ \ \ | |||||
| * | | | git init: optionally allow a directory argument | Nanako Shiraishi | 2009-07-25 | 3 | -9/+129 |
* | | | | Merge branch 'mk/init-db-parse-options' | Junio C Hamano | 2009-08-05 | 2 | -22/+31 |
|\ \ \ \ | |||||
| * | | | | init-db: migrate to parse-options | Michał Kiedrowicz | 2009-07-12 | 2 | -22/+31 |
* | | | | | Merge branch 'jk/maint-show-tag' | Junio C Hamano | 2009-08-05 | 1 | -1/+7 |
|\ \ \ \ \ | |||||
| * | | | | | show: add space between multiple items | Jeff King | 2009-07-19 | 1 | -0/+6 |
| * | | | | | show: suppress extra newline when showing annotated tag | Jeff King | 2009-07-19 | 1 | -1/+1 |
* | | | | | | Merge branch 'sb/maint-pull-rebase' | Junio C Hamano | 2009-08-05 | 2 | -3/+24 |
|\ \ \ \ \ \ | |||||
| * | | | | | | pull: support rebased upstream + fetch + pull --rebase | Santi Béjar | 2009-07-19 | 2 | -6/+13 |
| * | | | | | | t5520-pull: Test for rebased upstream + fetch + pull --rebase | Santi Béjar | 2009-07-19 | 1 | -0/+14 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'ne/futz-upload-pack' | Junio C Hamano | 2009-08-05 | 2 | -12/+51 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Shift object enumeration out of upload-pack | Nick Edelen | 2009-06-09 | 2 | -12/+51 |
* | | | | | | | Merge branch 'maint' | Junio C Hamano | 2009-08-05 | 7 | -11/+19 |
|\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch 'maint-1.6.3' into maint | Junio C Hamano | 2009-08-05 | 5 | -9/+11 |
| |\ \ \ \ \ \ \ | |||||
| | * | | | | | | | Better usage string for reflog. | Matthieu Moy | 2009-08-05 | 1 | -1/+1 |
| | * | | | | | | | hg-to-git: don't import the unused popen2 module | Miklos Vajna | 2009-08-04 | 1 | -1/+1 |
| | * | | | | | | | send-email: remove debug trace | Erik Faye-Lund | 2009-08-04 | 1 | -1/+0 |
| | * | | | | | | | config: Keep inner whitespace verbatim | Björn Steinbrink | 2009-07-31 | 2 | -6/+9 |
| * | | | | | | | | gitweb/README: Document $base_url | Jakub Narebski | 2009-08-05 | 1 | -0/+6 |
| * | | | | | | | | Documentation: git submodule: add missing options to synopsis | Jens Lehmann | 2009-08-05 | 1 | -2/+2 |
* | | | | | | | | | git-merge-base/git-show-branch --merge-base: Documentation and test | Michael J Gruber | 2009-08-05 | 4 | -4/+16 |
* | | | | | | | | | git-merge-base/git-show-branch: Cleanup documentation and usage | Michael J Gruber | 2009-08-05 | 4 | -7/+9 |
* | | | | | | | | | t6010-merge-base.sh: Depict the octopus test graph | Michael J Gruber | 2009-08-05 | 1 | -0/+12 |
* | | | | | | | | | gitweb: fix 'Use of uninitialized value' error in href() | Giuseppe Bilotta | 2009-08-04 | 1 | -4/+7 |
* | | | | | | | | | technical-docs: document tree-walking API | Stephen Boyd | 2009-08-03 | 1 | -7/+140 |
* | | | | | | | | | Fix typos on pt_BR/gittutorial.txt translation | André Goddard Rosa | 2009-07-31 | 1 | -73/+69 |