summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2013-07-11Merge branch 'jk/bash-completion'Junio C Hamano
2013-07-03git-remote-mediawiki: un-brace file handles in binmode callsMatthieu Moy
2013-07-01Merge branch 'ed/color-prompt'Junio C Hamano
2013-06-30completion: learn about --man-pathJohn Keeping
2013-06-30completion: handle unstuck form of base git optionsJohn Keeping
2013-06-26git-prompt.sh: add missing information in commentsEduardo R. D'Avila
2013-06-26git-prompt.sh: do not print duplicate clean color codeEduardo R. D'Avila
2013-06-26git-prompt.sh: refactor colored prompt codeEduardo R. D'Avila
2013-06-24bash prompt: mention that PROMPT_COMMAND mode is fasterSZEDER Gábor
2013-06-24bash prompt: avoid command substitution when finalizing gitstringSZEDER Gábor
2013-06-24bash prompt: avoid command substitution when checking for untracked filesSZEDER Gábor
2013-06-24bash prompt: use bash builtins to check stash stateSZEDER Gábor
2013-06-24bash prompt: use bash builtins to check for unborn branch for dirty stateSZEDER Gábor
2013-06-24bash prompt: combine 'git rev-parse' for detached headSZEDER Gábor
2013-06-24bash prompt: combine 'git rev-parse' executions in the main code pathSZEDER Gábor
2013-06-24bash prompt: use bash builtins to find out current branchSZEDER Gábor
2013-06-24bash prompt: use bash builtins to find out rebase stateSZEDER Gábor
2013-06-24bash prompt: run 'git rev-parse --git-dir' directly instead of __gitdir()SZEDER Gábor
2013-06-24bash prompt: return early from __git_ps1() when not in a git repositorySZEDER Gábor
2013-06-24bash prompt: print unique detached HEAD abbreviated object nameSZEDER Gábor
2013-06-23Merge branch 'cm/remote-mediawiki-perlcritique'Junio C Hamano
2013-06-23Merge branch 'bp/remote-mw-tests'Junio C Hamano
2013-06-23Merge branch 'rr/prompt-rebase-breakage-fix'Junio C Hamano
2013-06-21Sync with maintJunio C Hamano
2013-06-21completion: complete diff --word-diffRamkumar Ramachandra
2013-06-20Merge branch 'cm/remote-mediawiki'Junio C Hamano
2013-06-14git-remote-mediawiki: remove hardcoded version number in the test suiteBenoit Person
2013-06-14git-remote-mediawiki: make error message more preciseCélestin Matte
2013-06-14git-remote-mediawiki: add a perlcritic rule in MakefileCélestin Matte
2013-06-14git-remote-mediawiki: add a .perlcriticrc fileCélestin Matte
2013-06-14git-remote-mediawiki: clearly rewrite double dereferenceCélestin Matte
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