summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)AuthorFilesLines
2008-06-26Add 'git-p4.allowSubmit' to git-p4Jing Xue1-0/+4
2008-06-20bash: Add more option completions for 'git log'Teemu Likonen1-0/+3
2008-06-19Add a helper script to send patches with Mozilla ThunderbirdLukas Sandström2-0/+75
2008-06-19completion: add --graph to log command completionDan McGee1-0/+1
2008-06-14completion: add more 'git add' optionsSZEDER Gábor1-1/+4
2008-06-02Revert "git.el: Set process-environment instead of invoking env"Karl Hasselström1-4/+7
2008-05-26hg-to-git: add --verbose optionJohannes Schindelin1-5/+13
2008-05-25Ignore no-op changes in paranoid update hookShawn O. Pearce1-0/+1
2008-05-25Don't load missing ACL files in paranoid update hookShawn O. Pearce1-0/+1
2008-05-25Don't diff empty tree on branch creation in paranoid update hookShawn O. Pearce1-8/+6
2008-05-25Merge branch 'db/clone-in-c'Junio C Hamano1-0/+525
2008-05-08Merge branch 'sg/merge-options' (early part)Junio C Hamano1-1/+1
2008-05-04Build in cloneDaniel Barkalow1-0/+523
2008-04-27bash: Add completion for gitk --mergeRichard Quirk1-1/+6
2008-04-22Merge branch 'maint'Junio C Hamano2-1/+3
2008-04-21post-receive-email: fix accidental removal of a trailing space in signature lineAndy Parkins1-1/+2
2008-04-21completion: remove use of dashed git commandsDan McGee1-4/+4
2008-04-21completion: allow 'git remote' subcommand completionDan McGee1-0/+1
2008-04-21git.el: Set process-environment instead of invoking envClifford Caoile1-7/+4
2008-04-21bash: Add completion for git diff --base --ours --theirsTeemu Likonen1-0/+1
2008-04-12merge, pull: add '--(no-)log' command line optionSZEDER Gábor1-1/+1
2008-04-12merge, pull: introduce '--(no-)stat' optionSZEDER Gábor1-1/+1
2008-04-09contrib/hooks: add an example pre-auto-gc hookMiklos Vajna1-0/+36
2008-04-06Add prefix oriented completions for diff and format-patch commands.Pascal Obry1-1/+4
2008-04-06Add interactive option in rebase command completion list.Pascal Obry1-1/+1
2008-03-30Allow git-cvsserver database table name prefix to be specified.Josh Elsasser1-1/+2
2008-03-28git-p4: Handle Windows EOLs properly after removal of p4 submit template hand...Marius Storm-Olsen1-13/+15
2008-03-23Merge branch 'git-p4' of git://repo.or.cz/git/git-p4Junio C Hamano1-9/+14
2008-03-16Resurrect git-rerere to contrib/examplesJunio C Hamano1-0/+284
2008-03-15Merge branch 'maint'Junio C Hamano1-1/+1
2008-03-15git-new-workdir: Share SVN meta data between work dirs and the repositoryBernt Hansen1-1/+1
2008-03-13git-p4: Use P4EDITOR environment variable when setShawn Bohrer1-1/+4
2008-03-13git-p4: Unset P4DIFF environment variable when using 'p4 -du diff'Shawn Bohrer1-0/+2
2008-03-13git-p4: Optimize the fetching of data from perforce.Marius Storm-Olsen1-8/+8
2008-03-11Merge branch 'js/remote'Junio C Hamano1-0/+477
2008-03-10bash: fix long option with argument double completionSZEDER Gábor1-7/+15
2008-03-10bash: Add more long options to be completed with "git --<TAB>"Teemu Likonen1-0/+3
2008-03-10bash: use __gitdir when completing 'git rebase' optionsSZEDER Gábor1-2/+2
2008-03-10bash: Remove completion of core.legacyheaders optionShawn O. Pearce1-1/+0
2008-03-10bash: add 'git svn' subcommands and optionsSZEDER Gábor1-1/+80
2008-03-10bash: add new 'git stash' subcommandsSZEDER Gábor1-1/+1
2008-03-10bash: refactor searching for subcommands on the command lineSZEDER Gábor1-39/+32
2008-03-10bash: remove unnecessary conditions when checking for subcommandsSZEDER Gábor1-4/+4
2008-03-10bash: Properly quote the GIT_DIR at all times to fix subdirectory paths with ...Kevin Ballard1-4/+4
2008-03-08Merge branch 'jc/am'Junio C Hamano1-1/+9
2008-03-07Merge branch 'dc/format-pretty'Junio C Hamano2-2/+2
2008-03-05bash: git-branch -d and -m lists only local branchesSZEDER Gábor1-1/+18
2008-03-05bash: add git-branch optionsSZEDER Gábor1-1/+10
2008-03-05specify explicit "--pretty=medium" with `git log/show/whatchanged`Denis Cheng2-2/+2
2008-03-05am: --rebasingJunio C Hamano1-1/+9