summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-08-18block-sha1: make the size member first in the context structNicolas Pitre
2009-08-15block-sha1/sha1.c: silence compiler complaints by casting void * to char *Brandon Casey
2009-08-13block-sha1: more good unaligned memory access candidatesNicolas Pitre
2009-08-12block-sha1: support for architectures with memory alignment restrictionsNicolas Pitre
2009-08-12block-sha1: split the different "hacks" to be individually selectedNicolas Pitre
2009-08-12block-sha1: move code aroundNicolas Pitre
2009-08-11block-sha1: improve code on large-register-set machinesLinus Torvalds
2009-08-08block-sha1: improved SHA1 hashingLinus Torvalds
2009-08-08block-sha1: perform register rotation using cppLinus Torvalds
2009-08-06block-sha1: get rid of redundant 'lenW' contextLinus Torvalds
2009-08-06block-sha1: Use '(B&C)+(D&(B^C))' instead of '(B&C)|(D&(B|C))' in round 3Linus Torvalds
2009-08-06block-sha1: macroize the rounds a bit furtherLinus Torvalds
2009-08-06block-sha1: re-use the temporary array as we calculate the SHA1Linus Torvalds
2009-08-06block-sha1: make the 'ntohl()' part of the first SHA1 loopLinus Torvalds
2009-08-06block-sha1: minor fixupsJunio C Hamano
2009-08-06block-sha1: try to use rol/ror appropriatelyLinus Torvalds
2009-08-06block-sha1: undo ctx->size changeJunio C Hamano
2009-08-06Add new optimized C 'block-sha1' routinesLinus Torvalds
2009-08-05Merge branch 'sb/read-tree'Junio C Hamano
2009-08-05Merge branch 'jc/apply-epoch-patch'Junio C Hamano
2009-08-05Merge branch 'sb/parse-options'Junio C Hamano
2009-08-05Merge branch 'ns/init-mkdir'Junio C Hamano
2009-08-05Merge branch 'mk/init-db-parse-options'Junio C Hamano
2009-08-05Merge branch 'jk/maint-show-tag'Junio C Hamano
2009-08-05Merge branch 'sb/maint-pull-rebase'Junio C Hamano
2009-08-05Merge branch 'ne/futz-upload-pack'Junio C Hamano
2009-08-05Merge branch 'maint'Junio C Hamano
2009-08-05Merge branch 'maint-1.6.3' into maintJunio C Hamano
2009-08-05gitweb/README: Document $base_urlJakub Narebski
2009-08-05Documentation: git submodule: add missing options to synopsisJens Lehmann
2009-08-05git-merge-base/git-show-branch --merge-base: Documentation and testMichael J Gruber
2009-08-05git-merge-base/git-show-branch: Cleanup documentation and usageMichael J Gruber
2009-08-05t6010-merge-base.sh: Depict the octopus test graphMichael J Gruber
2009-08-05Better usage string for reflog.Matthieu Moy
2009-08-04hg-to-git: don't import the unused popen2 moduleMiklos Vajna
2009-08-04send-email: remove debug traceErik Faye-Lund
2009-08-04gitweb: fix 'Use of uninitialized value' error in href()Giuseppe Bilotta
2009-08-04technical-docs: document tree-walking APIStephen Boyd
2009-07-31Fix typos on pt_BR/gittutorial.txt translationAndré Goddard Rosa
2009-07-31Documentation: git-send-email: correct statement about standard portsWesley J. Landaker
2009-07-31Documentation: git-send-email: fix submission port numberWesley J. Landaker
2009-07-31config: Keep inner whitespace verbatimBjörn Steinbrink
2009-07-31git fast-export: add --no-data optionGeoffrey Irving
2009-07-31parse-opt: optionally show "--no-" option stringJohannes Schindelin
2009-07-29Translate the tutorial to Brazillian PortugueseThadeu Lima de Souza Cascardo
2009-07-29request-pull: optionally show a patch as wellJunio C Hamano
2009-07-29Merge branch 'hv/cvsps-tests'Junio C Hamano
2009-07-29Add a reminder test case for a merge with F/D transitionAlex Riesen
2009-07-29Start 1.6.5 cycleJunio C Hamano
2009-07-29GIT 1.6.4v1.6.4Junio C Hamano