summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2013-07-30Merge branch 'bc/completion-for-bash-3.0'Junio C Hamano
2013-07-25Merge branch 'mh/multimail'Junio C Hamano
2013-07-25Merge branch 'es/contacts'Junio C Hamano
2013-07-24git-completion.bash: replace zsh notation that breaks bash 3.XBrandon Casey
2013-07-23post-receive-email: deprecate script in favor of git-multimailMichael Haggerty
2013-07-22Merge branch 'es/check-mailmap'Junio C Hamano
2013-07-21contrib: contacts: add documentationEric Sunshine
2013-07-21contrib: contacts: add mailmap supportEric Sunshine
2013-07-21contrib: contacts: interpret committish akin to format-patchEric Sunshine
2013-07-21contrib: contacts: add ability to parse from committishEric Sunshine
2013-07-21contrib: add git-contacts helperEric Sunshine
2013-07-18Merge branch 'bp/mediawiki-preview'Junio C Hamano
2013-07-15git-multimail: an improved replacement for post-receive-emailMichael Haggerty
2013-07-13builtin: add git-check-mailmap commandEric Sunshine
2013-07-11Merge branch 'jk/bash-completion'Junio C Hamano
2013-07-08git-remote-mediawiki: add preview subcommand into git mwBenoit Person
2013-07-08git-remote-mediawiki: add git-mw commandBenoit Person
2013-07-08git-remote-mediawiki: factoring code between git-remote-mediawiki and Git::Me...Benoit Person
2013-07-08git-remote-mediawiki: update tests to run with the new bin-wrapperBenoit Person
2013-07-08git-remote-mediawiki: add a git bin-wrapper for developementBenoit Person
2013-07-08git-remote-mediawiki: introduction of Git::Mediawiki.pmBenoit Person
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