summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)AuthorFilesLines
2013-06-26git-prompt.sh: refactor colored prompt codeEduardo R. D'Avila1-59/+26
2013-06-24bash prompt: mention that PROMPT_COMMAND mode is fasterSZEDER Gábor1-5/+5
2013-06-24bash prompt: avoid command substitution when finalizing gitstringSZEDER Gábor1-1/+5
2013-06-24bash prompt: avoid command substitution when checking for untracked filesSZEDER Gábor1-1/+1
2013-06-24bash prompt: use bash builtins to check stash stateSZEDER Gábor1-2/+3
2013-06-24bash prompt: use bash builtins to check for unborn branch for dirty stateSZEDER Gábor1-1/+1
2013-06-24bash prompt: combine 'git rev-parse' for detached headSZEDER Gábor1-4/+12
2013-06-24bash prompt: combine 'git rev-parse' executions in the main code pathSZEDER Gábor1-5/+13
2013-06-24bash prompt: use bash builtins to find out current branchSZEDER Gábor1-18/+33
2013-06-24bash prompt: use bash builtins to find out rebase stateSZEDER Gábor1-6/+6
2013-06-24bash prompt: run 'git rev-parse --git-dir' directly instead of __gitdir()SZEDER Gábor2-27/+1
2013-06-24bash prompt: return early from __git_ps1() when not in a git repositorySZEDER Gábor1-100/+101
2013-06-24bash prompt: print unique detached HEAD abbreviated object nameSZEDER Gábor1-1/+1
2013-06-23Merge branch 'cm/remote-mediawiki-perlcritique'Junio C Hamano3-247/+320
2013-06-23Merge branch 'bp/remote-mw-tests'Junio C Hamano2-10/+13
2013-06-23Merge branch 'rr/prompt-rebase-breakage-fix'Junio C Hamano1-6/+6
2013-06-21Sync with maintJunio C Hamano1-1/+1
2013-06-21completion: complete diff --word-diffRamkumar Ramachandra1-1/+1
2013-06-20Merge branch 'cm/remote-mediawiki'Junio C Hamano1-0/+15
2013-06-14git-remote-mediawiki: remove hardcoded version number in the test suiteBenoit Person2-10/+13
2013-06-14git-remote-mediawiki: make error message more preciseCélestin Matte1-3/+7
2013-06-14git-remote-mediawiki: add a perlcritic rule in MakefileCélestin Matte1-0/+2
2013-06-14git-remote-mediawiki: add a .perlcriticrc fileCélestin Matte1-0/+28
2013-06-14git-remote-mediawiki: clearly rewrite double dereferenceCélestin Matte1-4/+4
2013-06-14git-remote-mediawiki: fix a typo ("mediwiki" instead of "mediawiki")Célestin Matte1-2/+2
2013-06-14git-remote-mediawiki: put non-trivial numeric values in constants.Célestin Matte1-6/+14
2013-06-14git-remote-mediawiki: don't use quotes for empty stringsCélestin Matte1-8/+10
2013-06-14git-remote-mediawiki: replace "unless" statements with negated "if" statementsCélestin Matte1-6/+6
2013-06-14git-remote-mediawiki: brace file handles for print for more clarityCélestin Matte1-95/+95
2013-06-14git-remote-mediawiki: modify strings for a better coding-styleCélestin Matte1-120/+119
2013-06-14git-remote-mediawiki: put long code into a subroutineCélestin Matte1-24/+32
2013-06-14git-remote-mediawiki: remove import of unused open2Célestin Matte1-1/+0
2013-06-14git-remote-mediawiki: check return value of openCélestin Matte1-1/+2
2013-06-14git-remote-mediawiki: assign a variable as undef and make proper indentationCélestin Matte1-1/+4
2013-06-14git-remote-mediawiki: rename a variable ($last) which has the name of a keywordCélestin Matte1-4/+4
2013-06-14git-remote-mediawiki: remove unused variable $entryCélestin Matte1-1/+0
2013-06-14git-remote-mediawiki: turn double-negated expressions into simple expressionsCélestin Matte1-4/+4
2013-06-14git-remote-mediawiki: change the name of a variableCélestin Matte1-3/+3
2013-06-14git-remote-mediawiki: add newline in the end of die() error messagesCélestin Matte1-13/+13
2013-06-14git-remote-mediawiki: change style in a regexpCélestin Matte1-1/+1
2013-06-14git-remote-mediawiki: change style in a regexpCélestin Matte1-1/+1
2013-06-14git-remote-mediawiki: change separator of some regexpsCélestin Matte1-3/+3
2013-06-14git-remote-mediawiki: change the behaviour of a splitCélestin Matte1-1/+1
2013-06-14git-remote-mediawiki: remove useless regexp modifier (m)Célestin Matte1-3/+3
2013-06-14git-remote-mediawiki: rewrite unclear line of instructionsCélestin Matte1-1/+2
2013-06-14git-remote-mediawiki: change syntax of map callsCélestin Matte1-6/+8
2013-06-14git-remote-mediawiki: move a variable declaration at the top of the codeCélestin Matte1-3/+3
2013-06-14git-remote-mediawiki: always end a subroutine with a returnCélestin Matte1-0/+18
2013-06-14git-remote-mediawiki: replace :utf8 by :encoding(UTF-8)Célestin Matte1-3/+3
2013-06-14git-remote-mediawiki: move "use warnings;" before any instructionCélestin Matte1-2/+1