| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'maint' | Shawn O. Pearce | 2007-10-18 | 1 | -1/+1 |
|\ |
|
| * | fixing output of non-fast-forward output of post-receive-email | Robert Schiele | 2007-10-18 | 1 | -1/+1 |
* | | Minor usage update in setgitperms.perl | Josh England | 2007-10-15 | 1 | -3/+4 |
* | | Add 'git-p4 commit' as an alias for 'git-p4 submit' | Marius Storm-Olsen | 2007-10-15 | 1 | -0/+1 |
* | | hg-to-git speedup through selectable repack intervals | Michael Gebetsroither | 2007-10-15 | 1 | -3/+11 |
* | | gtksourceview2 support for gitview | Frederick Akalin | 2007-10-15 | 1 | -22/+31 |
* | | fix contrib/hooks/post-receive-email hooks.recipients error message | Jeff Muizelaar | 2007-10-15 | 1 | -1/+9 |
* | | Merge branch 'maint' | Junio C Hamano | 2007-10-01 | 1 | -1/+0 |
|\ \
| |/ |
|
| * | post-receive-hook: Remove the From field from the generated email header so t... | Andy Parkins | 2007-10-01 | 1 | -1/+0 |
* | | git.el: Reset the permission flags when changing a file state. | Alexandre Julliard | 2007-09-29 | 1 | -17/+11 |
* | | git.el: Update a file status in the git buffer upon save. | Alexandre Julliard | 2007-09-29 | 1 | -2/+16 |
* | | git.el: Do not print a status message on every git command. | Alexandre Julliard | 2007-09-29 | 1 | -29/+41 |
* | | git.el: Preserve file marks when doing a full refresh. | Alexandre Julliard | 2007-09-29 | 1 | -12/+28 |
* | | Move convert-objects to contrib. | Matt Kraai | 2007-09-25 | 3 | -1/+357 |
* | | Merge branch 'maint' | Junio C Hamano | 2007-09-25 | 1 | -6/+10 |
|\ \
| |/ |
|
| * | Do not over-quote the -f envelopesender value. | Jim Meyering | 2007-09-25 | 1 | -6/+10 |
* | | Merge branch 'je/hooks' | Junio C Hamano | 2007-09-23 | 1 | -0/+213 |
|\ \ |
|
| * | | Added example hook script to save/restore permissions/ownership. | Josh England | 2007-09-18 | 1 | -0/+213 |
* | | | Merge branch 'maint' | Junio C Hamano | 2007-09-23 | 5 | -5/+13 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | Supplant the "while case ... break ;; esac" idiom | David Kastrup | 2007-09-23 | 3 | -3/+3 |
| * | Detect exec bit in more cases. | David Brown | 2007-09-22 | 1 | -1/+9 |
* | | contrib/fast-import: add perl version of simple example | Jeff King | 2007-09-18 | 1 | -0/+64 |
* | | contrib/fast-import: add simple shell example | Nguyen Thai Ngoc Duy | 2007-09-18 | 1 | -0/+38 |
* | | Merge branch 'jc/cachetree' into cr/reset | Junio C Hamano | 2007-09-14 | 1 | -54/+143 |
|\ \ |
|
| * | | git.el: Allow the add and remove commands to be applied to ignored files. | Alexandre Julliard | 2007-09-13 | 1 | -2/+2 |
| * | | git.el: Allow selecting whether to display uptodate/unknown/ignored files. | Alexandre Julliard | 2007-09-13 | 1 | -15/+77 |
| * | | git.el: Keep the status buffer sorted by filename. | Alexandre Julliard | 2007-09-13 | 1 | -38/+65 |
* | | | Make "git reset" a builtin. | Carlos Rica | 2007-09-12 | 1 | -0/+106 |
|/ / |
|
* | | Merge branch 'master' of git://repo.or.cz/git/git-p4 | Junio C Hamano | 2007-09-06 | 1 | -130/+212 |
|\ \
| |/
|/| |
|
| * | git-p4: Added support for automatically importing newly appearing perforce br... | Simon Hausmann | 2007-09-03 | 1 | -2/+74 |
| * | git-p4: Cleanup; moved the (duplicated) code for turning a branch into a git ... | Simon Hausmann | 2007-09-03 | 1 | -17/+11 |
| * | git-p4: Cleanup; moved the code for the initial #head or revision import into... | Simon Hausmann | 2007-09-03 | 1 | -42/+45 |
| * | git-p4: Cleanup; Turn self.revision into a function local variable (it's not ... | Simon Hausmann | 2007-09-03 | 1 | -9/+9 |
| * | git-p4: Cleanup; moved the code to import a list of p4 changes using fast-imp... | Simon Hausmann | 2007-09-03 | 1 | -69/+71 |
| * | git-p4: Cleanup; moved the code for getting a sorted list of p4 changes for a... | Simon Hausmann | 2007-09-03 | 1 | -9/+14 |
| * | git-p4: After submission to p4 always synchronize from p4 again (into refs/re... | Simon Hausmann | 2007-09-03 | 1 | -2/+9 |
| * | git-p4: Always call 'p4 sync ...' before submitting to Perforce. | Simon Hausmann | 2007-09-03 | 1 | -3/+2 |
* | | Don't allow contrib/workdir/git-new-workdir to trash existing dirs | Shawn O. Pearce | 2007-09-05 | 1 | -0/+6 |
|/ |
|
* | Teach bash about completing arguments for git-tag | Shawn O. Pearce | 2007-08-31 | 1 | -0/+58 |
* | completion: also complete git-log's --left-right and --cherry-pick option | Johannes Schindelin | 2007-08-29 | 1 | -0/+1 |
* | git.el: Added colors for dark background | David Kågedal | 2007-08-29 | 1 | -9/+18 |
* | git-p4: Fix warnings about non-existant refs/remotes/p4/HEAD ref when running... | Simon Hausmann | 2007-08-24 | 1 | -1/+1 |
* | git-p4: Make 'git-p4 branches' work after an initial clone with git clone fro... | Simon Hausmann | 2007-08-24 | 1 | -49/+55 |
* | Teach bash about git-submodule and its subcommands | Shawn O. Pearce | 2007-08-23 | 1 | -0/+27 |
* | Teach bash to complete ref arguments to git-describe | Shawn O. Pearce | 2007-08-23 | 1 | -0/+8 |
* | Update bash completion with new 1.5.3 command line options | Shawn O. Pearce | 2007-08-23 | 1 | -6/+26 |
* | git.el: Avoid a lisp error when there's no current branch (detached HEAD). | Alexandre Julliard | 2007-08-22 | 1 | -3/+5 |
* | Suggest unsetting core.bare when using new-workdir on a bare repository | Shawn O. Pearce | 2007-08-22 | 1 | -0/+8 |
* | Fix new-workdir (again) to work on bare repositories | Shawn O. Pearce | 2007-08-22 | 1 | -3/+7 |
* | git-completion.bash - add support for git-bundle | Mark Levedahl | 2007-08-19 | 1 | -0/+32 |