summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2013-06-14git-remote-mediawiki: fix a typo ("mediwiki" instead of "mediawiki")Célestin Matte
2013-06-14git-remote-mediawiki: put non-trivial numeric values in constants.Célestin Matte
2013-06-14git-remote-mediawiki: don't use quotes for empty stringsCélestin Matte
2013-06-14git-remote-mediawiki: replace "unless" statements with negated "if" statementsCélestin Matte
2013-06-14git-remote-mediawiki: brace file handles for print for more clarityCélestin Matte
2013-06-14git-remote-mediawiki: modify strings for a better coding-styleCélestin Matte
2013-06-14git-remote-mediawiki: put long code into a subroutineCélestin Matte
2013-06-14git-remote-mediawiki: remove import of unused open2Célestin Matte
2013-06-14git-remote-mediawiki: check return value of openCélestin Matte
2013-06-14git-remote-mediawiki: assign a variable as undef and make proper indentationCélestin Matte
2013-06-14git-remote-mediawiki: rename a variable ($last) which has the name of a keywordCélestin Matte
2013-06-14git-remote-mediawiki: remove unused variable $entryCélestin Matte
2013-06-14git-remote-mediawiki: turn double-negated expressions into simple expressionsCélestin Matte
2013-06-14git-remote-mediawiki: change the name of a variableCélestin Matte
2013-06-14git-remote-mediawiki: add newline in the end of die() error messagesCélestin Matte
2013-06-14git-remote-mediawiki: change style in a regexpCélestin Matte
2013-06-14git-remote-mediawiki: change style in a regexpCélestin Matte
2013-06-14git-remote-mediawiki: change separator of some regexpsCélestin Matte
2013-06-14git-remote-mediawiki: change the behaviour of a splitCélestin Matte
2013-06-14git-remote-mediawiki: remove useless regexp modifier (m)Célestin Matte
2013-06-14git-remote-mediawiki: rewrite unclear line of instructionsCélestin Matte
2013-06-14git-remote-mediawiki: change syntax of map callsCélestin Matte
2013-06-14git-remote-mediawiki: move a variable declaration at the top of the codeCélestin Matte
2013-06-14git-remote-mediawiki: always end a subroutine with a returnCélestin Matte
2013-06-14git-remote-mediawiki: replace :utf8 by :encoding(UTF-8)Célestin Matte
2013-06-14git-remote-mediawiki: move "use warnings;" before any instructionCélestin Matte
2013-06-14git-remote-mediawiki: make a regexp clearerCélestin Matte
2013-06-14Merge branch 'rr/complete-difftool-fixup'Junio C Hamano
2013-06-14Merge branch 'bp/mediawiki-credential'Junio C Hamano
2013-06-14Merge branch 'rr/remove-contrib-some'Junio C Hamano
2013-06-12contrib: drop blameview/ directoryJeff King
2013-06-11Merge branch 'mm/mediawiki-https-fail-message'Junio C Hamano
2013-06-11Merge branch 'xq/credential-osxkeychain'Junio C Hamano
2013-06-11Merge branch 'fc/remote-bzr'Junio C Hamano
2013-06-11Merge branch 'fc/remote-hg'Junio C Hamano
2013-06-11Merge branch 'fc/completion-less-ls-remote'Junio C Hamano
2013-06-09completion: show can take both revlist and pathsRamkumar Ramachandra
2013-06-06Merge branch 'fc/show-branch-in-rebase-am'Junio C Hamano
2013-06-05Merge branch 'tg/maint-zsh-svn-remote-prompt'Junio C Hamano
2013-06-05Merge branch 'dm/unbash-subtree'Junio C Hamano
2013-06-05Merge branch 'rr/zsh-color-prompt'Junio C Hamano
2013-06-05git-remote-mediawiki: use Git.pm functions for credentialsBenoit Person
2013-06-03completion: difftool takes both revs and filesRamkumar Ramachandra
2013-06-02completion: avoid ls-remote in certain scenariosFelipe Contreras
2013-06-02Merge branch 'fc/completion'Junio C Hamano
2013-06-02Merge branch 'fc/zsh-leftover-bits'Junio C Hamano
2013-06-02contrib: remove continuous/ and patches/Ramkumar Ramachandra
2013-05-29Merge branch 'jk/subtree-do-not-push-if-split-fails'Junio C Hamano
2013-05-29completion: zsh: improve bash script loadingFelipe Contreras
2013-05-29prompt: fix for simple rebaseFelipe Contreras