aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | | | | | | | | | | | Add new "git replace" commandChristian Couder2009-05-31
| * | | | | | | | | | | | | | | | | | | | | | | environment: add global variable to disable replacementChristian Couder2009-05-31
| * | | | | | | | | | | | | | | | | | | | | | | mktag: call "check_sha1_signature" with the replacement sha1Christian Couder2009-05-31
| * | | | | | | | | | | | | | | | | | | | | | | replace_object: add a test caseChristian Couder2009-05-31
| * | | | | | | | | | | | | | | | | | | | | | | object: call "check_sha1_signature" with the replacement sha1Christian Couder2009-05-31
| * | | | | | | | | | | | | | | | | | | | | | | sha1_file: add a "read_sha1_file_repl" functionChristian Couder2009-05-31
| * | | | | | | | | | | | | | | | | | | | | | | replace_object: add mechanism to replace objects found in "refs/replace/"Christian Couder2009-05-31
| * | | | | | | | | | | | | | | | | | | | | | | refs: add a "for_each_replace_ref" functionChristian Couder2009-05-31
* | | | | | | | | | | | | | | | | | | | | | | | 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