summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)AuthorFilesLines
2012-08-03git-remote-mediawiki: replace TODO-list in comment by appropriate linkMatthieu Moy1-14/+1
2012-07-23Merge branch 'jk/mediawiki-credential'Junio C Hamano1-28/+4
2012-07-18mw-to-git: use git-credential's URL parserJeff King1-28/+4
2012-07-18mw-to-git: check blank credential attributes via lengthJeff King1-1/+1
2012-07-17git-remote-mediawiki: allow page names with a ':'Matthieu Moy2-16/+53
2012-07-17git-remote-mediawiki: fix incorrect test usage in testMatthieu Moy1-1/+1
2012-07-16git-remote-mediawiki: properly deal with invalid remote revisionsMatthieu Moy1-4/+9
2012-07-16git-remote-mediawiki: show progress information when getting last remote revi...Matthieu Moy1-0/+2
2012-07-16git-remote-mediawiki: show progress information when listing pagesMatthieu Moy1-0/+3
2012-07-16git-remote-mediawiki: use --force when adding notesMatthieu Moy1-1/+1
2012-07-16git-remote-mediawiki: get rid of O(N^2) loopMatthieu Moy1-7/+17
2012-07-16git-remote-mediawiki: make mediafiles export optionalMatthieu Moy1-2/+22
2012-07-16git-remote-mediawiki: actually send empty comment when they're emptyMatthieu Moy1-1/+8
2012-07-16git-remote-mediawiki: don't split namespaces with spacesMatthieu Moy1-1/+1
2012-07-13Merge branch 'mm/mediawiki-tests'Junio C Hamano18-26/+2260
2012-07-13Merge branch 'mm/mediawiki-file-attachments'Junio C Hamano1-64/+386
2012-07-09Merge branch 'mm/credential-plumbing'Junio C Hamano1-18/+95
2012-07-08git-remote-mediawiki: update comments to reflect credential supportMatthieu Moy1-6/+1
2012-07-06git-remote-mediawiki: be more defensive when requests failMatthieu Moy1-0/+8
2012-07-06git-remote-mediawiki: more efficient 'pull' in the best caseMatthieu Moy2-21/+110
2012-07-06git-remote-mediawiki: extract revision-importing loop to a functionMatthieu Moy1-3/+13
2012-07-06git-remote-mediawiki: refactor loop over revision idsMatthieu Moy1-6/+11
2012-07-06git-remote-mediawiki: change return type of get_mw_pagesMatthieu Moy1-3/+5
2012-07-06git-remote-mediawiki (t9363): test 'File:' import and exportNGUYEN Kim Thuat1-0/+198
2012-07-06git-remote-mediawiki: support for uploading file in test environmentMatthieu Moy3-1/+21
2012-07-06git-remote-mediawiki (t9362): test git-remote-mediawiki with UTF8 charactersSimon Cathebras1-0/+301
2012-07-06git-remote-mediawiki (t9361): test git-remote-mediawiki pull and pushGuillaume Sasdy2-0/+168
2012-07-06git-remote-mediawiki (t9360): test git-remote-mediawiki cloneGuillaume Sasdy1-0/+257
2012-07-06git-remote-mediawiki: test environment of git-remote-mediawikiGuillaume Sasdy6-0/+556
2012-07-06git-remote-mediawiki: scripts to install, delete and clear a MediaWikiGuillaume Sasdy7-0/+620
2012-07-04git-remote-mediawiki: improve support for non-English WikisMatthieu Moy1-79/+61
2012-06-28Merge branch 'fc/git-prompt-script'Junio C Hamano2-255/+296
2012-06-27git-remote-mediawiki: import "File:" attachmentsPavel Volek1-8/+249
2012-06-27git-remote-mediawiki: split get_mw_pages into smaller functionsMatthieu Moy1-44/+62
2012-06-27git-remote-mediawiki: send "File:" attachments to a remote wikiNGUYEN Kim Thuat1-8/+90
2012-06-27git-remote-mediawiki: don't "use encoding 'utf8';"Matthieu Moy1-3/+2
2012-06-27git-remote-mediawiki: don't compute the diff when getting commit messageMatthieu Moy1-2/+2
2012-06-25git-remote-mediawiki: add credential supportMatthieu Moy1-12/+94
2012-06-25Merge branch 'lm/git-blame-el'Junio C Hamano1-36/+37
2012-06-25Merge branch 'rs/git-blame-mapcar-mapc'Junio C Hamano1-1/+1
2012-06-19completion: respect $GIT_DIRSZEDER Gábor1-0/+3
2012-06-14git-blame.el: Do not use bare 0 to mean (point-min)Lawrence Mitchell1-1/+1
2012-06-14git-blame.el: Use with-current-buffer where appropriateLawrence Mitchell1-37/+37
2012-06-14git-blame.el: Do not use goto-line in lisp codeRüdiger Sonderfeld1-1/+2
2012-06-13Merge branch 'fc/git-complete-helper-fix'Junio C Hamano1-7/+7
2012-06-13completion: remove credential helpers from porcelain commandsSZEDER Gábor1-0/+2
2012-06-13completion: put main git and gitk completion functions back into git namespaceSZEDER Gábor1-7/+7
2012-06-10git-blame.el: use mapc instead of mapcarRüdiger Sonderfeld1-1/+1
2012-06-10completion: warn people about duplicated functionJunio C Hamano2-0/+4
2012-06-07Merge branch 'cr/persistent-https'Junio C Hamano7-0/+860