1485 Commits (b3f1280ec740d8012d18e870a50a5ff76c4e3c42)

Author SHA1 Message Date
Richard Fearn 7703477ab9 Fix spelling error in post-receive-email hook 13 years ago
Jeff King 666ca59a8c Revert "completion: fix shell expansion of items" 13 years ago
Jonathan "Duke" Leto f9db19214a Improve the description of GIT_PS1_SHOWUPSTREAM 13 years ago
Felipe Contreras 25ae7cfd19 completion: fix shell expansion of items 13 years ago
Mischa POSLAWSKY 6108b04b70 git-jump: ignore (custom) prefix in diff mode 13 years ago
Yacine Belkadi 7dd9ab0c8b completion: add --no-edit to git-commit 13 years ago
Nguyễn Thái Ngọc Duy e17dba8fe1 remote: prefer subcommand name 'remove' to 'rm' 13 years ago
Eric S. Raymond df1effa690 Make the ciabot scripts completely self-configuring in the normal case. 13 years ago
Eric S. Raymond 6484070168 Improved documentation for the ciabot scripts. 13 years ago
Eric S. Raymond c142616fb2 contrib/ciabot: Get ciabot configuration from git variables 13 years ago
Matthieu Moy 9a7365cfa4 git-remote-mediawiki: replace TODO-list in comment by appropriate link 13 years ago
Jeff King 77eab053a4 mw-to-git: use git-credential's URL parser 13 years ago
Jeff King 6319a2a148 mw-to-git: check blank credential attributes via length 13 years ago
Matthieu Moy 2272400c93 git-remote-mediawiki: allow page names with a ':' 13 years ago
Matthieu Moy fa316e090a git-remote-mediawiki: fix incorrect test usage in test 13 years ago
Matthieu Moy ebd5fe1c15 git-remote-mediawiki: properly deal with invalid remote revisions 13 years ago
Matthieu Moy a393f48823 git-remote-mediawiki: show progress information when getting last remote revision 13 years ago
Matthieu Moy f690ddfdb7 git-remote-mediawiki: show progress information when listing pages 13 years ago
Matthieu Moy 5c481745fb git-remote-mediawiki: use --force when adding notes 13 years ago
Matthieu Moy 93e92d4d7c git-remote-mediawiki: get rid of O(N^2) loop 13 years ago
Matthieu Moy 2045e293eb git-remote-mediawiki: make mediafiles export optional 13 years ago
Matthieu Moy dcb1ea620d git-remote-mediawiki: actually send empty comment when they're empty 13 years ago
Matthieu Moy ac4bbb41b2 git-remote-mediawiki: don't split namespaces with spaces 13 years ago
Matthieu Moy 2da7830d5c git-remote-mediawiki: update comments to reflect credential support 13 years ago
Matthieu Moy ff0bfd754d git-remote-mediawiki: be more defensive when requests fail 13 years ago
Matthieu Moy 5a29217dda git-remote-mediawiki: more efficient 'pull' in the best case 13 years ago
Matthieu Moy 312fa9aa12 git-remote-mediawiki: extract revision-importing loop to a function 13 years ago
Matthieu Moy 4465b6d610 git-remote-mediawiki: refactor loop over revision ids 13 years ago
Matthieu Moy b1ede9a9f2 git-remote-mediawiki: change return type of get_mw_pages 13 years ago
NGUYEN Kim Thuat 64137fd1cf git-remote-mediawiki (t9363): test 'File:' import and export 13 years ago
Matthieu Moy eb63bfaadf git-remote-mediawiki: support for uploading file in test environment 13 years ago
Simon Cathebras a3a96a1308 git-remote-mediawiki (t9362): test git-remote-mediawiki with UTF8 characters 13 years ago
Guillaume Sasdy 36840225df git-remote-mediawiki (t9361): test git-remote-mediawiki pull and push 13 years ago
Guillaume Sasdy c24ff30f96 git-remote-mediawiki (t9360): test git-remote-mediawiki clone 13 years ago
Guillaume Sasdy 8435b28989 git-remote-mediawiki: test environment of git-remote-mediawiki 13 years ago
Guillaume Sasdy 5ef6ad1785 git-remote-mediawiki: scripts to install, delete and clear a MediaWiki 13 years ago
Matthieu Moy 6df7e0df09 git-remote-mediawiki: improve support for non-English Wikis 13 years ago
Pavel Volek 6a9e55b0fc git-remote-mediawiki: import "File:" attachments 13 years ago
Matthieu Moy 9cb74f3666 git-remote-mediawiki: split get_mw_pages into smaller functions 13 years ago
NGUYEN Kim Thuat b3d9859598 git-remote-mediawiki: send "File:" attachments to a remote wiki 13 years ago
Matthieu Moy 721a533f8c git-remote-mediawiki: don't "use encoding 'utf8';" 13 years ago
Matthieu Moy 28c24bd725 git-remote-mediawiki: don't compute the diff when getting commit message 13 years ago
Matthieu Moy a7271ad1dc git-remote-mediawiki: add credential support 13 years ago
SZEDER Gábor b7be4366ea completion: respect $GIT_DIR 13 years ago
Lawrence Mitchell 32663b2241 git-blame.el: Do not use bare 0 to mean (point-min) 13 years ago
Lawrence Mitchell 0e59a6f601 git-blame.el: Use with-current-buffer where appropriate 13 years ago
Rüdiger Sonderfeld 5d7da9a944 git-blame.el: Do not use goto-line in lisp code 13 years ago
SZEDER Gábor 1dad5c14f9 completion: remove credential helpers from porcelain commands 13 years ago
SZEDER Gábor 93b291e071 completion: put main git and gitk completion functions back into git namespace 13 years ago
Rüdiger Sonderfeld cbbc935ce0 git-blame.el: use mapc instead of mapcar 13 years ago