summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-08-18make sure byte swapping is optimal for gitLibravatar Nicolas Pitre3-2/+40
2009-08-18block-sha1: make the size member first in the context structLibravatar Nicolas Pitre1-1/+1
2009-08-14block-sha1/sha1.c: silence compiler complaints by casting void * to char *Libravatar Brandon Casey1-2/+2
2009-08-13block-sha1: more good unaligned memory access candidatesLibravatar Nicolas Pitre1-1/+4
2009-08-12block-sha1: support for architectures with memory alignment restrictionsLibravatar Nicolas Pitre1-2/+30
2009-08-12block-sha1: split the different "hacks" to be individually selectedLibravatar Nicolas Pitre1-5/+18
2009-08-12block-sha1: move code aroundLibravatar Nicolas Pitre1-69/+60
2009-08-10block-sha1: improve code on large-register-set machinesLibravatar Linus Torvalds1-1/+24
2009-08-07block-sha1: improved SHA1 hashingLibravatar Linus Torvalds1-3/+4
2009-08-07block-sha1: perform register rotation using cppLibravatar Linus Torvalds1-27/+90
2009-08-06block-sha1: get rid of redundant 'lenW' contextLibravatar Linus Torvalds2-11/+7
2009-08-06block-sha1: Use '(B&C)+(D&(B^C))' instead of '(B&C)|(D&(B|C))' in round 3Libravatar Linus Torvalds1-1/+1
2009-08-06block-sha1: macroize the rounds a bit furtherLibravatar Linus Torvalds1-30/+26
2009-08-06block-sha1: re-use the temporary array as we calculate the SHA1Libravatar Linus Torvalds1-12/+16
2009-08-06block-sha1: make the 'ntohl()' part of the first SHA1 loopLibravatar Linus Torvalds1-12/+16
2009-08-06block-sha1: minor fixupsLibravatar Junio C Hamano1-2/+2
2009-08-06block-sha1: try to use rol/ror appropriatelyLibravatar Linus Torvalds1-10/+22
2009-08-06block-sha1: undo ctx->size changeLibravatar Junio C Hamano1-3/+3
2009-08-05Add new optimized C 'block-sha1' routinesLibravatar Linus Torvalds3-0/+175
2009-08-05Merge branch 'sb/read-tree'Libravatar Junio C Hamano3-111/+92
2009-08-05Merge branch 'jc/apply-epoch-patch'Libravatar Junio C Hamano2-1/+176
2009-08-05Merge branch 'sb/parse-options'Libravatar Junio C Hamano6-71/+66
2009-08-05Merge branch 'ns/init-mkdir'Libravatar Junio C Hamano3-7/+122
2009-08-05Merge branch 'mk/init-db-parse-options'Libravatar Junio C Hamano2-22/+31
2009-08-05Merge branch 'jk/maint-show-tag'Libravatar Junio C Hamano1-1/+7
2009-08-05Merge branch 'sb/maint-pull-rebase'Libravatar Junio C Hamano2-3/+24
2009-08-05Merge branch 'ne/futz-upload-pack'Libravatar Junio C Hamano2-12/+51
2009-08-05Merge branch 'maint'Libravatar Junio C Hamano7-11/+19
2009-08-05Merge branch 'maint-1.6.3' into maintLibravatar Junio C Hamano5-9/+11
2009-08-05gitweb/README: Document $base_urlLibravatar Jakub Narebski1-0/+6
2009-08-05Documentation: git submodule: add missing options to synopsisLibravatar Jens Lehmann1-2/+2
2009-08-05git-merge-base/git-show-branch --merge-base: Documentation and testLibravatar Michael J Gruber4-4/+16
2009-08-05git-merge-base/git-show-branch: Cleanup documentation and usageLibravatar Michael J Gruber4-7/+9
2009-08-05t6010-merge-base.sh: Depict the octopus test graphLibravatar Michael J Gruber1-0/+12
2009-08-05Better usage string for reflog.Libravatar Matthieu Moy1-1/+1
2009-08-04hg-to-git: don't import the unused popen2 moduleLibravatar Miklos Vajna1-1/+1
2009-08-04send-email: remove debug traceLibravatar Erik Faye-Lund1-1/+0
2009-08-04gitweb: fix 'Use of uninitialized value' error in href()Libravatar Giuseppe Bilotta1-4/+7
2009-08-03technical-docs: document tree-walking APILibravatar Stephen Boyd1-7/+140
2009-07-31Fix typos on pt_BR/gittutorial.txt translationLibravatar André Goddard Rosa1-73/+69
2009-07-31Documentation: git-send-email: correct statement about standard portsLibravatar Wesley J. Landaker1-2/+3
2009-07-31Documentation: git-send-email: fix submission port numberLibravatar Wesley J. Landaker1-1/+1
2009-07-31config: Keep inner whitespace verbatimLibravatar Björn Steinbrink2-6/+9
2009-07-31git fast-export: add --no-data optionLibravatar Geoffrey Irving2-1/+16
2009-07-31parse-opt: optionally show "--no-" option stringLibravatar Johannes Schindelin2-2/+8
2009-07-29Translate the tutorial to Brazillian PortugueseLibravatar Thadeu Lima de Souza Cascardo1-0/+679
2009-07-29request-pull: optionally show a patch as wellLibravatar Junio C Hamano1-2/+22
2009-07-29Merge branch 'hv/cvsps-tests'Libravatar Junio C Hamano28-33/+1627
2009-07-29Add a reminder test case for a merge with F/D transitionLibravatar Alex Riesen1-0/+23
2009-07-29Start 1.6.5 cycleLibravatar Junio C Hamano3-2/+53