summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add selftest for 'git submodule foreach'Johan Herland2009-08-181-0/+79
* git submodule: Cleanup usage string and add option parsing to cmd_foreach()Johan Herland2009-08-181-3/+25
* git submodule foreach: Provide access to submodule name, as '$name'Johan Herland2009-08-182-1/+3
* Merge branch 'lt/block-sha1'Junio C Hamano2009-08-163-0/+309
|\
| * block-sha1/sha1.c: silence compiler complaints by casting void * to char *Brandon Casey2009-08-141-2/+2
| * block-sha1: more good unaligned memory access candidatesNicolas Pitre2009-08-131-1/+4
| * block-sha1: support for architectures with memory alignment restrictionsNicolas Pitre2009-08-121-2/+30
| * block-sha1: split the different "hacks" to be individually selectedNicolas Pitre2009-08-121-5/+18
| * block-sha1: move code aroundNicolas Pitre2009-08-121-69/+60
| * block-sha1: improve code on large-register-set machinesLinus Torvalds2009-08-101-1/+24
| * block-sha1: improved SHA1 hashingLinus Torvalds2009-08-071-3/+4
| * block-sha1: perform register rotation using cppLinus Torvalds2009-08-071-27/+90
| * block-sha1: get rid of redundant 'lenW' contextLinus Torvalds2009-08-062-11/+7
| * block-sha1: Use '(B&C)+(D&(B^C))' instead of '(B&C)|(D&(B|C))' in round 3Linus Torvalds2009-08-061-1/+1
| * block-sha1: macroize the rounds a bit furtherLinus Torvalds2009-08-061-30/+26
| * block-sha1: re-use the temporary array as we calculate the SHA1Linus Torvalds2009-08-061-12/+16
| * block-sha1: make the 'ntohl()' part of the first SHA1 loopLinus Torvalds2009-08-061-12/+16
| * block-sha1: minor fixupsJunio C Hamano2009-08-061-2/+2
| * block-sha1: try to use rol/ror appropriatelyLinus Torvalds2009-08-061-10/+22
| * block-sha1: undo ctx->size changeJunio C Hamano2009-08-061-3/+3
| * Add new optimized C 'block-sha1' routinesLinus Torvalds2009-08-053-0/+175
* | Merge branch 'bc/maint-am-email'Junio C Hamano2009-08-160-0/+0
|\ \
| * | git-am: print fair error message when format detection failsNicolas Sebrecht2009-08-101-1/+5
| * | am: allow individual e-mail files as inputJunio C Hamano2009-08-102-0/+29
* | | Merge branch 'js/maint-cover-letter-non-ascii'Junio C Hamano2009-08-164-12/+17
|\ \ \
| * | | Correctly mark cover letters' encodings if they are not pure ASCIIJohannes Schindelin2009-08-101-0/+4
| * | | Expose the has_non_ascii() functionJohannes Schindelin2009-08-103-12/+13
| |/ /
* | | Merge branch 'jc/maint-clean-nested-dir-safety'Junio C Hamano2009-08-166-5/+63
|\ \ \
| * | | clean: require double -f options to nuke nested git repository and work treeJunio C Hamano2009-07-296-5/+63
* | | | Merge branch 'jk/maint-merge-msg-fix'Junio C Hamano2009-08-164-11/+75
|\ \ \ \
| * | | | merge: indicate remote tracking branches in merge messageJeff King2009-08-093-1/+16
| * | | | merge: fix incorrect merge message for ambiguous tag/branchJeff King2009-08-093-11/+10
| * | | | add tests for merge message headingsJeff King2009-08-091-0/+50
| | |/ / | |/| |
* | | | Merge git://git.kernel.org/pub/scm/gitk/gitkJunio C Hamano2009-08-161-7/+24
|\ \ \ \
| * | | | gitk: Parse arbitrary commit-ish in SHA1 fieldThomas Rast2009-08-131-1/+6
| * | | | gitk: Fix direction of symmetric difference in optimized modeThomas Rast2009-08-131-1/+1
| * | | | gitk: New option to hide remote refsThomas Rast2009-08-131-3/+15
| * | | | gitk: Do not hard-code "encoding" in attribute lookup functionsJohannes Sixt2009-08-131-2/+2
* | | | | git-cvsimport: add support for cvs pserver password scrambling.Dirk Hoerner2009-08-141-1/+38
* | | | | gitweb: Optimize git-favicon.pngBenjamin Kramer2009-08-142-0/+0
* | | | | Merge branch 'jn/gitweb-blame' (early part)Junio C Hamano2009-08-142-26/+50
|\ \ \ \ \
| * | | | | gitweb: Use light/dark for class names also in 'blame' viewJakub Narebski2009-07-252-8/+11
| * | | | | gitweb: Add author initials in 'blame' view, a la "git gui blame"Jakub Narebski2009-07-251-0/+8
| * | | | | gitweb: Mark commits with no "previous" in 'blame' viewJakub Narebski2009-07-252-2/+8
| * | | | | gitweb: Use "previous" header of git-blame -p in 'blame' viewJakub Narebski2009-07-251-14/+15
| * | | | | gitweb: Mark boundary commits in 'blame' viewJakub Narebski2009-07-252-2/+8
| * | | | | gitweb: Make .error style genericJakub Narebski2009-07-251-1/+1
* | | | | | svn: (cleanup) use predefined constant for rev_map_fmtEric Wong2009-08-121-1/+1
* | | | | | svn: allow branches outside of refs/remotesAdam Brewster2009-08-126-54/+96
* | | | | | svn: initial "master" points to trunk if possibleEric Wong2009-08-123-1/+42