aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | block-sha1: more good unaligned memory access candidatesNicolas Pitre2009-08-13
| * | | | | | | | | | | block-sha1: support for architectures with memory alignment restrictionsNicolas Pitre2009-08-12
| * | | | | | | | | | | block-sha1: split the different "hacks" to be individually selectedNicolas Pitre2009-08-12
| * | | | | | | | | | | block-sha1: move code aroundNicolas Pitre2009-08-12
| * | | | | | | | | | | block-sha1: improve code on large-register-set machinesLinus Torvalds2009-08-10
| * | | | | | | | | | | block-sha1: improved SHA1 hashingLinus Torvalds2009-08-07
| * | | | | | | | | | | block-sha1: perform register rotation using cppLinus Torvalds2009-08-07
| * | | | | | | | | | | block-sha1: get rid of redundant 'lenW' contextLinus Torvalds2009-08-06
| * | | | | | | | | | | block-sha1: Use '(B&C)+(D&(B^C))' instead of '(B&C)|(D&(B|C))' in round 3Linus Torvalds2009-08-06
| * | | | | | | | | | | block-sha1: macroize the rounds a bit furtherLinus Torvalds2009-08-06
| * | | | | | | | | | | block-sha1: re-use the temporary array as we calculate the SHA1Linus Torvalds2009-08-06
| * | | | | | | | | | | block-sha1: make the 'ntohl()' part of the first SHA1 loopLinus Torvalds2009-08-06
| * | | | | | | | | | | block-sha1: minor fixupsJunio C Hamano2009-08-06
| * | | | | | | | | | | block-sha1: try to use rol/ror appropriatelyLinus Torvalds2009-08-06
| * | | | | | | | | | | block-sha1: undo ctx->size changeJunio C Hamano2009-08-06
| * | | | | | | | | | | Add new optimized C 'block-sha1' routinesLinus Torvalds2009-08-05
* | | | | | | | | | | | Merge branch 'bc/maint-am-email'Junio C Hamano2009-08-16
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
| * | | | | | | | | | | git-am: print fair error message when format detection failsNicolas Sebrecht2009-08-10
| * | | | | | | | | | | am: allow individual e-mail files as inputJunio C Hamano2009-08-10
* | | | | | | | | | | | Merge branch 'js/maint-cover-letter-non-ascii'Junio C Hamano2009-08-16
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | Correctly mark cover letters' encodings if they are not pure ASCIIJohannes Schindelin2009-08-10
| * | | | | | | | | | | | Expose the has_non_ascii() functionJohannes Schindelin2009-08-10
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge branch 'jc/maint-clean-nested-dir-safety'Junio C Hamano2009-08-16
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | clean: require double -f options to nuke nested git repository and work treeJunio C Hamano2009-07-29
* | | | | | | | | | | | | Merge branch 'jk/maint-merge-msg-fix'Junio C Hamano2009-08-16
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | merge: indicate remote tracking branches in merge messageJeff King2009-08-09
| * | | | | | | | | | | | | merge: fix incorrect merge message for ambiguous tag/branchJeff King2009-08-09
| * | | | | | | | | | | | | add tests for merge message headingsJeff King2009-08-09
| | |/ / / / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano2009-08-16
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | gitk: Parse arbitrary commit-ish in SHA1 fieldThomas Rast2009-08-13
| * | | | | | | | | | | | | gitk: Fix direction of symmetric difference in optimized modeThomas Rast2009-08-13
| * | | | | | | | | | | | | gitk: New option to hide remote refsThomas Rast2009-08-13
| * | | | | | | | | | | | | gitk: Do not hard-code "encoding" in attribute lookup functionsJohannes Sixt2009-08-13
* | | | | | | | | | | | | | git-cvsimport: add support for cvs pserver password scrambling.Dirk Hoerner2009-08-14
* | | | | | | | | | | | | | gitweb: Optimize git-favicon.pngBenjamin Kramer2009-08-14
* | | | | | | | | | | | | | Merge branch 'jn/gitweb-blame' (early part)Junio C Hamano2009-08-14
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | gitweb: Use light/dark for class names also in 'blame' viewJakub Narebski2009-07-25
| * | | | | | | | | | | | | | gitweb: Add author initials in 'blame' view, a la "git gui blame"Jakub Narebski2009-07-25
| * | | | | | | | | | | | | | gitweb: Mark commits with no "previous" in 'blame' viewJakub Narebski2009-07-25
| * | | | | | | | | | | | | | gitweb: Use "previous" header of git-blame -p in 'blame' viewJakub Narebski2009-07-25
| * | | | | | | | | | | | | | gitweb: Mark boundary commits in 'blame' viewJakub Narebski2009-07-25
| * | | | | | | | | | | | | | gitweb: Make .error style genericJakub Narebski2009-07-25
* | | | | | | | | | | | | | | svn: (cleanup) use predefined constant for rev_map_fmtEric Wong2009-08-12
* | | | | | | | | | | | | | | svn: allow branches outside of refs/remotesAdam Brewster2009-08-12
* | | | | | | | | | | | | | | svn: initial "master" points to trunk if possibleEric Wong2009-08-12
* | | | | | | | | | | | | | | Merge branch 'maint'Junio C Hamano2009-08-12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|/ / / / / / / / / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge branch 'maint-1.6.3' into maintJunio C Hamano2009-08-12
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | Change mentions of "git programs" to "git commands"Ori Avtalion2009-08-12
| | * | | | | | | | | | | | | | Documentation: merge: one <remote> is requiredPaul Bolle2009-08-12
| | * | | | | | | | | | | | | | help.c: give correct structure's size to memset()Johan Herland2009-08-12