summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* Revert "git.el: Set process-environment instead of invoking env"Karl Hasselström2008-06-021-4/+7
* hg-to-git: add --verbose optionJohannes Schindelin2008-05-261-5/+13
* Ignore no-op changes in paranoid update hookShawn O. Pearce2008-05-251-0/+1
* Don't load missing ACL files in paranoid update hookShawn O. Pearce2008-05-251-0/+1
* Don't diff empty tree on branch creation in paranoid update hookShawn O. Pearce2008-05-251-8/+6
* Merge branch 'db/clone-in-c'Junio C Hamano2008-05-251-0/+525
|\
| * Build in cloneDaniel Barkalow2008-05-041-0/+523
* | Merge branch 'sg/merge-options' (early part)Junio C Hamano2008-05-081-1/+1
|\ \ | |/ |/|
| * merge, pull: add '--(no-)log' command line optionSZEDER Gábor2008-04-121-1/+1
| * merge, pull: introduce '--(no-)stat' optionSZEDER Gábor2008-04-121-1/+1
* | bash: Add completion for gitk --mergeRichard Quirk2008-04-271-1/+6
* | Merge branch 'maint'Junio C Hamano2008-04-222-1/+3
|\ \
| * | post-receive-email: fix accidental removal of a trailing space in signature lineAndy Parkins2008-04-211-1/+2
| * | bash: Add completion for git diff --base --ours --theirsTeemu Likonen2008-04-211-0/+1
| |/
* | completion: remove use of dashed git commandsDan McGee2008-04-211-4/+4
* | completion: allow 'git remote' subcommand completionDan McGee2008-04-211-0/+1
* | git.el: Set process-environment instead of invoking envClifford Caoile2008-04-211-7/+4
* | contrib/hooks: add an example pre-auto-gc hookMiklos Vajna2008-04-091-0/+36
|/
* Add prefix oriented completions for diff and format-patch commands.Pascal Obry2008-04-061-1/+4
* Add interactive option in rebase command completion list.Pascal Obry2008-04-061-1/+1
* Allow git-cvsserver database table name prefix to be specified.Josh Elsasser2008-03-301-1/+2
* git-p4: Handle Windows EOLs properly after removal of p4 submit template hand...Marius Storm-Olsen2008-03-281-13/+15
* Merge branch 'git-p4' of git://repo.or.cz/git/git-p4Junio C Hamano2008-03-231-9/+14
|\
| * git-p4: Use P4EDITOR environment variable when setShawn Bohrer2008-03-131-1/+4
| * git-p4: Unset P4DIFF environment variable when using 'p4 -du diff'Shawn Bohrer2008-03-131-0/+2
| * git-p4: Optimize the fetching of data from perforce.Marius Storm-Olsen2008-03-131-8/+8
* | Resurrect git-rerere to contrib/examplesJunio C Hamano2008-03-161-0/+284
* | Merge branch 'maint'Junio C Hamano2008-03-151-1/+1
|\ \ | |/ |/|
| * git-new-workdir: Share SVN meta data between work dirs and the repositoryBernt Hansen2008-03-151-1/+1
* | Merge branch 'js/remote'Junio C Hamano2008-03-111-0/+477
|\ \
| * | Make git-remote a builtinJohannes Schindelin2008-03-011-0/+477
* | | bash: fix long option with argument double completionSZEDER Gábor2008-03-101-7/+15
* | | bash: Add more long options to be completed with "git --<TAB>"Teemu Likonen2008-03-101-0/+3
* | | bash: use __gitdir when completing 'git rebase' optionsSZEDER Gábor2008-03-101-2/+2
* | | bash: Remove completion of core.legacyheaders optionShawn O. Pearce2008-03-101-1/+0
* | | bash: add 'git svn' subcommands and optionsSZEDER Gábor2008-03-101-1/+80
* | | bash: add new 'git stash' subcommandsSZEDER Gábor2008-03-101-1/+1
* | | bash: refactor searching for subcommands on the command lineSZEDER Gábor2008-03-101-39/+32
* | | bash: remove unnecessary conditions when checking for subcommandsSZEDER Gábor2008-03-101-4/+4
* | | bash: Properly quote the GIT_DIR at all times to fix subdirectory paths with ...Kevin Ballard2008-03-101-4/+4
* | | Merge branch 'jc/am'Junio C Hamano2008-03-081-1/+9
|\ \ \
| * | | am: --rebasingJunio C Hamano2008-03-051-1/+9
* | | | Merge branch 'dc/format-pretty'Junio C Hamano2008-03-072-2/+2
|\ \ \ \
| * | | | specify explicit "--pretty=medium" with `git log/show/whatchanged`Denis Cheng2008-03-052-2/+2
| |/ / /
* | | | bash: git-branch -d and -m lists only local branchesSZEDER Gábor2008-03-051-1/+18
* | | | bash: add git-branch optionsSZEDER Gábor2008-03-051-1/+10
|/ / /
* | | git-p4: Fix import of changesets with file deletionsSimon Hausmann2008-03-031-20/+25
* | | Merge branch 'np/verify-pack'Junio C Hamano2008-03-021-1/+1
|\ \ \
| * | | add storage size output to 'git verify-pack -v'Nicolas Pitre2008-03-011-1/+1
| |/ /
* | | Merge branch 'maint'Junio C Hamano2008-02-291-1/+1
|\ \ \ | | |/ | |/|