Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | Merge branch 'mk/grep-pcre' | Junio C Hamano | 2011-05-30 | 1 | -1/+2 | |
|\ \ \ \ \ | |_|_|/ / |/| | | | | ||||||
| * | | | | git-grep: Learn PCRE | Michał Kiedrowicz | 2011-05-09 | 1 | -0/+1 | |
| * | | | | contrib/completion: --line-number to git grep | Michał Kiedrowicz | 2011-05-05 | 1 | -1/+1 | |
| | |_|/ | |/| | | ||||||
* | | | | Merge branch 'ld/p4-preserve-user-names' | Junio C Hamano | 2011-05-19 | 2 | -38/+215 | |
|\ \ \ \ | ||||||
| * | | | | git-p4: warn if git authorship won't be retained | Luke Diamand | 2011-05-13 | 2 | -2/+38 | |
| * | | | | git-p4: small improvements to user-preservation | Luke Diamand | 2011-05-09 | 1 | -5/+14 | |
| * | | | | git-p4: add option to preserve user names | Luke Diamand | 2011-04-26 | 2 | -38/+170 | |
| |/ / / | ||||||
* | | | | Merge branch 'sg/completion-updates' | Junio C Hamano | 2011-05-16 | 1 | -4/+16 | |
|\ \ \ \ | ||||||
| * \ \ \ | Merge branch 'fc/completion-zsh' into sg/completion-updates | Junio C Hamano | 2011-05-10 | 1 | -0/+8 | |
| |\ \ \ \ | | | |/ / | | |/| | | ||||||
| | * | | | git-completion: fix regression in zsh support | Felipe Contreras | 2011-05-10 | 1 | -0/+8 | |
| | |/ / | ||||||
| * | | | Revert "completion: don't declare 'local words' to make zsh happy" | Junio C Hamano | 2011-05-10 | 1 | -6/+2 | |
| * | | | completion: move private shopt shim for zsh to __git_ namespace | Jonathan Nieder | 2011-05-08 | 1 | -4/+8 | |
| * | | | completion: don't declare 'local words' to make zsh happy | SZEDER Gábor | 2011-04-28 | 1 | -2/+6 | |
* | | | | Merge branch 'sg/completion-cleanup' | Junio C Hamano | 2011-05-06 | 1 | -161/+60 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | completion: remove unnecessary _get_comp_words_by_ref() invocations | SZEDER Gábor | 2011-04-28 | 1 | -105/+11 | |
| * | | | completion: don't modify the $cur variable in completion functions | SZEDER Gábor | 2011-04-28 | 1 | -57/+50 | |
* | | | | Merge branch 'jk/notes-ui-updates' | Junio C Hamano | 2011-05-02 | 1 | -1/+1 | |
|\ \ \ \ | |/ / / |/| | | | ||||||
| * | | | contrib/completion: --notes, --no-notes | Michael J Gruber | 2011-04-14 | 1 | -1/+1 | |
* | | | | Automatically autoload bashcompinit for ZSH, when needed | Marius Storm-Olsen | 2011-04-27 | 1 | -8/+8 | |
| |/ / |/| | | ||||||
* | | | git-p4: replace each tab with 8 spaces for consistency | Andrew Garber | 2011-04-07 | 1 | -32/+32 | |
* | | | git.el: Don't use font-lock-compile-keywords | Lawrence Mitchell | 2011-04-03 | 1 | -3/+10 | |
* | | | Merge branch 'maint' | Junio C Hamano | 2011-03-30 | 1 | -2/+2 | |
|\ \ \ | |/ / |/| / | |/ | ||||||
| * | contrib/thunderbird-patch-inline: do not require bash to run the script | Maxin john | 2011-03-30 | 1 | -2/+2 | |
* | | Merge branch 'mg/rev-list-n-parents' | Junio C Hamano | 2011-03-26 | 1 | -0/+2 | |
|\ \ | ||||||
| * | | rev-list --min-parents,--max-parents: doc, test and completion | Michael J Gruber | 2011-03-23 | 1 | -0/+2 | |
* | | | Merge branch 'jp/completion-help-alias' | Junio C Hamano | 2011-03-26 | 1 | -1/+1 | |
|\ \ \ | ||||||
| * | | | git-completion: Add git help completion for aliases | Jakob Pfender | 2011-03-22 | 1 | -1/+1 | |
* | | | | Merge branch 'pw/p4' | Junio C Hamano | 2011-03-23 | 1 | -1/+3 | |
|\ \ \ \ | ||||||
| * | | | | git-p4: fix sync new branch regression | Pete Wyckoff | 2011-03-16 | 1 | -1/+3 | |
* | | | | | Merge branch 'tl/p4' | Junio C Hamano | 2011-03-22 | 1 | -10/+27 | |
|\ \ \ \ \ | ||||||
| * | | | | | git-p4: Fix error message crash in P4Sync.commit. | Tor Arvid Lund | 2011-03-15 | 1 | -1/+1 | |
| * | | | | | Teach git-p4 to ignore case in perforce filenames if configured. | Tor Arvid Lund | 2011-03-15 | 1 | -7/+20 | |
| * | | | | | git-p4: Teach gitConfig method about arguments. | Tor Arvid Lund | 2011-03-15 | 1 | -2/+6 | |
* | | | | | | Merge branch 'sg/complete-symmetric-diff' | Junio C Hamano | 2011-03-22 | 1 | -14/+17 | |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | ||||||
| * | | | | | bash: complete 'git diff ...branc<TAB>' | SZEDER Gábor | 2011-03-10 | 1 | -13/+16 | |
| * | | | | | bash: fix misindented esac statement in __git_complete_file() | SZEDER Gábor | 2011-03-10 | 1 | -1/+1 | |
* | | | | | | Merge branch 'ss/mergetool--lib' | Junio C Hamano | 2011-03-19 | 1 | -1/+1 | |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | ||||||
| * | | | | | mergetool--lib: Add Beyond Compare 3 as a tool | Sebastian Schuberth | 2011-02-28 | 1 | -1/+1 | |
| |/ / / / | ||||||
* | | | | | Merge branch 'pw/p4' | Junio C Hamano | 2011-03-13 | 1 | -1/+1 | |
|\ \ \ \ \ | | |/ / / | |/| | | | ||||||
| * | | | | git-p4: fix clone @all regression | Pete Wyckoff | 2011-03-13 | 1 | -1/+1 | |
* | | | | | Merge branch 'js/cherry-pick-usability' | Junio C Hamano | 2011-03-09 | 1 | -0/+2 | |
|\ \ \ \ \ | ||||||
| * | | | | | bash: teach __git_ps1 about CHERRY_PICK_HEAD | Jay Soffian | 2011-02-21 | 1 | -0/+2 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Merge branch 'mh/p4' | Junio C Hamano | 2011-03-04 | 1 | -1/+1 | |
|\ \ \ \ \ | ||||||
| * | | | | | git-p4 submit: prevent 'Jobs' section from being removed from p4 change log | Michael Horowitz | 2011-02-25 | 1 | -1/+1 | |
| | |_|/ / | |/| | | | ||||||
* | | | | | Merge branch 'svn-fe' of git://repo.or.cz/git/jrn | Junio C Hamano | 2011-02-28 | 1 | -1/+2 | |
|\ \ \ \ \ | ||||||
| * \ \ \ \ | Merge commit 'jn/svn-fe' of git://github.com/gitster/git into svn-fe | Jonathan Nieder | 2011-02-26 | 1 | -1/+2 | |
| |\ \ \ \ \ | | |/ / / / | |/| | | | | ||||||
| | * | | | | vcs-svn: Check for errors from open() | Jonathan Nieder | 2010-11-24 | 1 | -1/+2 | |
* | | | | | | Merge branch 'va/p4' | Junio C Hamano | 2011-02-27 | 1 | -4/+31 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | git-p4: Add copy detection support | Vitor Antunes | 2011-02-21 | 1 | -0/+16 | |
| * | | | | | | git-p4: Improve rename detection support | Vitor Antunes | 2011-02-21 | 1 | -4/+15 | |
| | |_|/ / / | |/| | | | |