| Commit message (Expand) | Author | Age | Files | Lines |
* | bash completion: Resolve git show ref:path<tab> losing ref: portion | Shawn O. Pearce | 2008-07-14 | 1 | -2/+25 |
* | bash completion: Append space after file names have been completed | Shawn O. Pearce | 2008-07-13 | 1 | -1/+9 |
* | bash completion: Don't offer "a.." as a completion for "a." | Shawn O. Pearce | 2008-07-13 | 1 | -3/+0 |
* | bash completion: Improve responsiveness of git-log completion | Shawn O. Pearce | 2008-07-13 | 1 | -12/+16 |
* | bash: offer only paths after '--' | SZEDER Gábor | 2008-07-08 | 1 | -0/+30 |
* | completion: add --graph to log command completion | Dan McGee | 2008-06-19 | 1 | -0/+1 |
* | completion: add more 'git add' options | SZEDER Gábor | 2008-06-14 | 1 | -1/+4 |
* | Revert "git.el: Set process-environment instead of invoking env" | Karl Hasselström | 2008-06-02 | 1 | -4/+7 |
* | hg-to-git: add --verbose option | Johannes Schindelin | 2008-05-26 | 1 | -5/+13 |
* | Ignore no-op changes in paranoid update hook | Shawn O. Pearce | 2008-05-25 | 1 | -0/+1 |
* | Don't load missing ACL files in paranoid update hook | Shawn O. Pearce | 2008-05-25 | 1 | -0/+1 |
* | Don't diff empty tree on branch creation in paranoid update hook | Shawn O. Pearce | 2008-05-25 | 1 | -8/+6 |
* | Merge branch 'db/clone-in-c' | Junio C Hamano | 2008-05-25 | 1 | -0/+525 |
|\ |
|
| * | Build in clone | Daniel Barkalow | 2008-05-04 | 1 | -0/+523 |
* | | Merge branch 'sg/merge-options' (early part) | Junio C Hamano | 2008-05-08 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | merge, pull: add '--(no-)log' command line option | SZEDER Gábor | 2008-04-12 | 1 | -1/+1 |
| * | merge, pull: introduce '--(no-)stat' option | SZEDER Gábor | 2008-04-12 | 1 | -1/+1 |
* | | bash: Add completion for gitk --merge | Richard Quirk | 2008-04-27 | 1 | -1/+6 |
* | | Merge branch 'maint' | Junio C Hamano | 2008-04-22 | 2 | -1/+3 |
|\ \ |
|
| * | | post-receive-email: fix accidental removal of a trailing space in signature line | Andy Parkins | 2008-04-21 | 1 | -1/+2 |
| * | | bash: Add completion for git diff --base --ours --theirs | Teemu Likonen | 2008-04-21 | 1 | -0/+1 |
| |/ |
|
* | | completion: remove use of dashed git commands | Dan McGee | 2008-04-21 | 1 | -4/+4 |
* | | completion: allow 'git remote' subcommand completion | Dan McGee | 2008-04-21 | 1 | -0/+1 |
* | | git.el: Set process-environment instead of invoking env | Clifford Caoile | 2008-04-21 | 1 | -7/+4 |
* | | contrib/hooks: add an example pre-auto-gc hook | Miklos Vajna | 2008-04-09 | 1 | -0/+36 |
|/ |
|
* | Add prefix oriented completions for diff and format-patch commands. | Pascal Obry | 2008-04-06 | 1 | -1/+4 |
* | Add interactive option in rebase command completion list. | Pascal Obry | 2008-04-06 | 1 | -1/+1 |
* | Allow git-cvsserver database table name prefix to be specified. | Josh Elsasser | 2008-03-30 | 1 | -1/+2 |
* | git-p4: Handle Windows EOLs properly after removal of p4 submit template hand... | Marius Storm-Olsen | 2008-03-28 | 1 | -13/+15 |
* | Merge branch 'git-p4' of git://repo.or.cz/git/git-p4 | Junio C Hamano | 2008-03-23 | 1 | -9/+14 |
|\ |
|
| * | git-p4: Use P4EDITOR environment variable when set | Shawn Bohrer | 2008-03-13 | 1 | -1/+4 |
| * | git-p4: Unset P4DIFF environment variable when using 'p4 -du diff' | Shawn Bohrer | 2008-03-13 | 1 | -0/+2 |
| * | git-p4: Optimize the fetching of data from perforce. | Marius Storm-Olsen | 2008-03-13 | 1 | -8/+8 |
* | | Resurrect git-rerere to contrib/examples | Junio C Hamano | 2008-03-16 | 1 | -0/+284 |
* | | Merge branch 'maint' | Junio C Hamano | 2008-03-15 | 1 | -1/+1 |
|\ \
| |/
|/| |
|
| * | git-new-workdir: Share SVN meta data between work dirs and the repository | Bernt Hansen | 2008-03-15 | 1 | -1/+1 |
* | | Merge branch 'js/remote' | Junio C Hamano | 2008-03-11 | 1 | -0/+477 |
|\ \ |
|
| * | | Make git-remote a builtin | Johannes Schindelin | 2008-03-01 | 1 | -0/+477 |
* | | | bash: fix long option with argument double completion | SZEDER Gábor | 2008-03-10 | 1 | -7/+15 |
* | | | bash: Add more long options to be completed with "git --<TAB>" | Teemu Likonen | 2008-03-10 | 1 | -0/+3 |
* | | | bash: use __gitdir when completing 'git rebase' options | SZEDER Gábor | 2008-03-10 | 1 | -2/+2 |
* | | | bash: Remove completion of core.legacyheaders option | Shawn O. Pearce | 2008-03-10 | 1 | -1/+0 |
* | | | bash: add 'git svn' subcommands and options | SZEDER Gábor | 2008-03-10 | 1 | -1/+80 |
* | | | bash: add new 'git stash' subcommands | SZEDER Gábor | 2008-03-10 | 1 | -1/+1 |
* | | | bash: refactor searching for subcommands on the command line | SZEDER Gábor | 2008-03-10 | 1 | -39/+32 |
* | | | bash: remove unnecessary conditions when checking for subcommands | SZEDER Gábor | 2008-03-10 | 1 | -4/+4 |
* | | | bash: Properly quote the GIT_DIR at all times to fix subdirectory paths with ... | Kevin Ballard | 2008-03-10 | 1 | -4/+4 |
* | | | Merge branch 'jc/am' | Junio C Hamano | 2008-03-08 | 1 | -1/+9 |
|\ \ \ |
|
| * | | | am: --rebasing | Junio C Hamano | 2008-03-05 | 1 | -1/+9 |
* | | | | Merge branch 'dc/format-pretty' | Junio C Hamano | 2008-03-07 | 2 | -2/+2 |
|\ \ \ \ |
|