Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | | | Merge branch 'jk/subtree-do-not-push-if-split-fails' into maint | Junio C Hamano | 2013-06-27 | |
| |\ \ \ \ \ \ \ \ | ||||
* | \ \ \ \ \ \ \ \ | Merge branch 'bc/completion-for-bash-3.0' | Junio C Hamano | 2013-07-30 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / |/| | | | | | | | | | ||||
| * | | | | | | | | | git-completion.bash: replace zsh notation that breaks bash 3.X | Brandon Casey | 2013-07-24 | |
* | | | | | | | | | | Merge branch 'mh/multimail' | Junio C Hamano | 2013-07-24 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | post-receive-email: deprecate script in favor of git-multimail | Michael Haggerty | 2013-07-22 | |
| * | | | | | | | | | | git-multimail: an improved replacement for post-receive-email | Michael Haggerty | 2013-07-15 | |
* | | | | | | | | | | | Merge branch 'es/contacts' | Junio C Hamano | 2013-07-24 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | ||||
| * | | | | | | | | | | contrib: contacts: add documentation | Eric Sunshine | 2013-07-21 | |
| * | | | | | | | | | | contrib: contacts: add mailmap support | Eric Sunshine | 2013-07-21 | |
| * | | | | | | | | | | contrib: contacts: interpret committish akin to format-patch | Eric Sunshine | 2013-07-21 | |
| * | | | | | | | | | | contrib: contacts: add ability to parse from committish | Eric Sunshine | 2013-07-21 | |
| * | | | | | | | | | | contrib: add git-contacts helper | Eric Sunshine | 2013-07-21 | |
* | | | | | | | | | | | Merge branch 'es/check-mailmap' | Junio C Hamano | 2013-07-22 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | ||||
| * | | | | | | | | | | builtin: add git-check-mailmap command | Eric Sunshine | 2013-07-13 | |
* | | | | | | | | | | | Merge branch 'bp/mediawiki-preview' | Junio C Hamano | 2013-07-18 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | ||||
| * | | | | | | | | | | git-remote-mediawiki: add preview subcommand into git mw | Benoit Person | 2013-07-08 | |
| * | | | | | | | | | | git-remote-mediawiki: add git-mw command | Benoit Person | 2013-07-08 | |
| * | | | | | | | | | | git-remote-mediawiki: factoring code between git-remote-mediawiki and Git::Me... | Benoit Person | 2013-07-08 | |
| * | | | | | | | | | | git-remote-mediawiki: update tests to run with the new bin-wrapper | Benoit Person | 2013-07-08 | |
| * | | | | | | | | | | git-remote-mediawiki: add a git bin-wrapper for developement | Benoit Person | 2013-07-08 | |
| * | | | | | | | | | | git-remote-mediawiki: introduction of Git::Mediawiki.pm | Benoit Person | 2013-07-08 | |
| |/ / / / / / / / / | ||||
* | | | | | | | | | | Merge branch 'jk/bash-completion' | Junio C Hamano | 2013-07-11 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | completion: learn about --man-path | John Keeping | 2013-06-30 | |
| * | | | | | | | | | | completion: handle unstuck form of base git options | John Keeping | 2013-06-30 | |
| |/ / / / / / / / / | ||||
* | | | | | | | | | | git-remote-mediawiki: un-brace file handles in binmode calls | Matthieu Moy | 2013-07-03 | |
* | | | | | | | | | | Merge branch 'ed/color-prompt' | Junio C Hamano | 2013-07-01 | |
|\ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | git-prompt.sh: add missing information in comments | Eduardo R. D'Avila | 2013-06-26 | |
| * | | | | | | | | | | git-prompt.sh: do not print duplicate clean color code | Eduardo R. D'Avila | 2013-06-26 | |
| * | | | | | | | | | | git-prompt.sh: refactor colored prompt code | Eduardo R. D'Avila | 2013-06-26 | |
| |/ / / / / / / / / | ||||
* | | | | | | | | | | bash prompt: mention that PROMPT_COMMAND mode is faster | SZEDER Gábor | 2013-06-24 | |
* | | | | | | | | | | bash prompt: avoid command substitution when finalizing gitstring | SZEDER Gábor | 2013-06-24 | |
* | | | | | | | | | | bash prompt: avoid command substitution when checking for untracked files | SZEDER Gábor | 2013-06-24 | |
* | | | | | | | | | | bash prompt: use bash builtins to check stash state | SZEDER Gábor | 2013-06-24 | |
* | | | | | | | | | | bash prompt: use bash builtins to check for unborn branch for dirty state | SZEDER Gábor | 2013-06-24 | |
* | | | | | | | | | | bash prompt: combine 'git rev-parse' for detached head | SZEDER Gábor | 2013-06-24 | |
* | | | | | | | | | | bash prompt: combine 'git rev-parse' executions in the main code path | SZEDER Gábor | 2013-06-24 | |
* | | | | | | | | | | bash prompt: use bash builtins to find out current branch | SZEDER Gábor | 2013-06-24 | |
* | | | | | | | | | | bash prompt: use bash builtins to find out rebase state | SZEDER Gábor | 2013-06-24 | |
* | | | | | | | | | | bash prompt: run 'git rev-parse --git-dir' directly instead of __gitdir() | SZEDER Gábor | 2013-06-24 | |
* | | | | | | | | | | bash prompt: return early from __git_ps1() when not in a git repository | SZEDER Gábor | 2013-06-24 | |
* | | | | | | | | | | bash prompt: print unique detached HEAD abbreviated object name | SZEDER Gábor | 2013-06-24 | |
|/ / / / / / / / / | ||||
* | | | | | | | | | Merge branch 'cm/remote-mediawiki-perlcritique' | Junio C Hamano | 2013-06-23 | |
|\ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | git-remote-mediawiki: make error message more precise | Célestin Matte | 2013-06-14 | |
| * | | | | | | | | | git-remote-mediawiki: add a perlcritic rule in Makefile | Célestin Matte | 2013-06-14 | |
| * | | | | | | | | | git-remote-mediawiki: add a .perlcriticrc file | Célestin Matte | 2013-06-14 | |
| * | | | | | | | | | git-remote-mediawiki: clearly rewrite double dereference | Célestin Matte | 2013-06-14 | |
| * | | | | | | | | | git-remote-mediawiki: fix a typo ("mediwiki" instead of "mediawiki") | Célestin Matte | 2013-06-14 | |
| * | | | | | | | | | git-remote-mediawiki: put non-trivial numeric values in constants. | Célestin Matte | 2013-06-14 | |
| * | | | | | | | | | git-remote-mediawiki: don't use quotes for empty strings | Célestin Matte | 2013-06-14 | |
| * | | | | | | | | | git-remote-mediawiki: replace "unless" statements with negated "if" statements | Célestin Matte | 2013-06-14 |