summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)Author
2013-08-02Merge branch 'rj/cygwin-clarify-use-of-cheating-lstat'Junio C Hamano
2013-08-01Merge branch 'ob/typofixes'Junio C Hamano
2013-08-01Merge branch 'ms/subtree-install-fix'Junio C Hamano
2013-08-01Merge branch 'lf/echo-n-is-not-portable'Junio C Hamano
2013-08-01Merge branch 'ma/hg-to-git'Junio C Hamano
2013-07-30Merge branch 'bc/completion-for-bash-3.0'Junio C Hamano
2013-07-30contrib/subtree: Fix make install targetMichal Sojka
2013-07-29many small typofixesOndřej Bílka
2013-07-29Avoid using `echo -n` anywhereLukas Fleischer
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-23hg-to-git: --allow-empty-message in git commitMaurício C Antunes
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-18cygwin: Remove the Win32 l/stat() implementationRamsay Jones
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-03Merge branch 'dm/unbash-subtree' into maintJunio 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-27Merge branch 'fc/show-branch-in-rebase-am' into maintJunio C Hamano
2013-06-27Merge branch 'tg/maint-zsh-svn-remote-prompt' into maintJunio C Hamano
2013-06-27Merge branch 'jk/subtree-do-not-push-if-split-fails' into maintJunio C Hamano
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