aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Merge branch 'gb/apply-ignore-whitespace'Junio C Hamano2009-08-21
|\
| * git apply: option to ignore whitespace differencesGiuseppe Bilotta2009-08-05
* | Merge branch 'bc/mailsplit-cr-at-eol'Junio C Hamano2009-08-21
|\ \
| * | Allow mailsplit (and hence git-am) to handle mails with CRLF line-endingsJunio C Hamano2009-08-05
| * | builtin-mailsplit.c: remove read_line_with_nul() since it is no longer usedBrandon Casey2009-08-05
| * | builtin-mailinfo,builtin-mailsplit: use strbufsBrandon Casey2009-08-05
| * | strbuf: add new function strbuf_getwholeline()Brandon Casey2009-08-05
| |/
* | Make test number t7406- uniqueJohannes Sixt2009-08-21
* | git-compat-util.h: remove superfluous test for __sun__Brandon Casey2009-08-19
* | Merge branch 'rc/maint-http-fix'Junio C Hamano2009-08-18
|\ \
| * | http.c: don't assume that urls don't end with slashTay Ray Chuan2009-08-18
* | | Merge branch 'tr/maint-1.6.3-add-p-modeonly-fix'Junio C Hamano2009-08-18
|\ \ \
| * | | add -p: do not attempt to coalesce mode changesThomas Rast2009-08-15
| * | | git add -p: demonstrate failure when staging both mode and hunkKirill Smelkov2009-08-15
* | | | graph API: use a new color when starting a brand new columnAdam Simpkins2009-08-18
* | | | git-svn: Use GIT_SSH setting if SVN_SSH is not setKarthik R2009-08-18
* | | | svn: assume URLs from the command-line are URI-encodedEric Wong2009-08-18
* | | | git-svn.txt: Fix location of parent argumentTuomas Suutari2009-08-18
* | | | Merge branch 'maint'Junio C Hamano2009-08-18
|\ \ \ \
| * | | | filter-branch: make the usage string fit on 80 chars terminals.Matthieu Moy2009-08-18
| * | | | filter-branch: add an example how to add ACKs to a range of commitsJohannes Schindelin2009-08-18
| | |/ / | |/| |
| * | | docs: describe impact of repack on "clone -s"Jeff King2009-08-17
* | | | Merge branch 'lt/block-sha1'Junio C Hamano2009-08-16
|\ \ \ \
| * | | | block-sha1/sha1.c: silence compiler complaints by casting void * to char *Brandon Casey2009-08-14
| * | | | 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