summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)AuthorFilesLines
2011-10-30Merge branch 'jk/git-tricks'Junio C Hamano5-0/+355
2011-10-27Merge branch 'sn/complete-bash-wo-process-subst'Junio C Hamano1-1/+2
2011-10-26Merge branch 'mm/mediawiki-author-fix'Junio C Hamano1-0/+4
2011-10-26completion: fix issue with process substitution not working on Git for WindowsStefan Naewe1-1/+2
2011-10-21Merge branch 'pw/p4-update'Junio C Hamano1-99/+188
2011-10-21completion: remove broken dead code from __git_heads() and __git_tags()SZEDER Gábor1-20/+2
2011-10-21completion: fast initial completion for config 'remote.*.fetch' valueSZEDER Gábor1-0/+4
2011-10-21completion: improve ls-remote output filtering in __git_refs_remotes()SZEDER Gábor1-9/+4
2011-10-21completion: query only refs/heads/ in __git_refs_remotes()SZEDER Gábor1-8/+5
2011-10-21completion: support full refs from remote repositoriesSZEDER Gábor1-8/+21
2011-10-21completion: improve ls-remote output filtering in __git_refs()SZEDER Gábor1-7/+7
2011-10-21completion: make refs completion consistent for local and remote reposSZEDER Gábor1-4/+2
2011-10-21completion: optimize refs completionSZEDER Gábor1-45/+70
2011-10-21completion: document __gitcomp()SZEDER Gábor1-2/+7
2011-10-21completion: match ctags symbol names in grep patternsJeff King1-0/+13
2011-10-21contrib: add git-jump scriptJeff King2-0/+161
2011-10-20git-remote-mediawiki: don't include HTTP login/password in authorMatthieu Moy1-0/+4
2011-10-18contrib: add diff highlight scriptJeff King2-0/+181
2011-10-17Merge branch 'sg/completion'Junio C Hamano1-18/+6
2011-10-17Merge branch 'tm/completion-push-set-upstream'Junio C Hamano1-1/+1
2011-10-17Merge branch 'tm/completion-commit-fixup-squash'Junio C Hamano1-7/+4
2011-10-17git-p4: stop ignoring apple filetypePete Wyckoff1-5/+0
2011-10-17git-p4: handle files with shell metacharactersLuke Diamand1-77/+123
2011-10-17git-p4: recognize all p4 filetypesPete Wyckoff1-19/+52
2011-10-17git-p4: keyword flattening fixesPete Wyckoff1-2/+6
2011-10-17git-p4: handle utf16 filetype properlyPete Wyckoff1-0/+11
2011-10-10completion: unite --format and --pretty for 'log' and 'show'SZEDER Gábor1-14/+4
2011-10-10completion: unite --reuse-message and --reedit-message for 'notes'SZEDER Gábor1-4/+2
2011-10-06completion: push --set-upstreamTeemu Matilainen1-1/+1
2011-10-06completion: commit --fixup and --squashTeemu Matilainen1-2/+3
2011-10-06completion: unite --reuse-message and --reedit-message handlingTeemu Matilainen1-6/+2
2011-10-05Merge branch 'mm/mediawiki-as-a-remote'Junio C Hamano2-0/+830
2011-09-28git-remote-mediawiki: allow a domain to be set for authenticationMatthieu Moy1-0/+3
2011-09-27git-remote-mediawiki: obey advice.pushNonFastForwardMatthieu Moy1-7/+10
2011-09-27git-remote-mediawiki: set 'basetimestamp' to let the wiki handle conflictsMatthieu Moy1-6/+37
2011-09-27git-remote-mediawiki: trivial fixesMatthieu Moy1-2/+1
2011-09-26contrib/hooks: adapt comment about Debian install location for contrib hooksGerrit Pape1-2/+2
2011-09-01git-remote-mediawiki: allow push to set MediaWiki metadataMatthieu Moy1-2/+33
2011-09-01Add a remote helper to interact with mediawiki (fetch & push)Jeremie Nikaes2-0/+763
2011-08-28Merge branch 'va/p4-branch-import'Junio C Hamano2-9/+84
2011-08-22git-p4: Allow branch definition with git configVitor Antunes2-0/+31
2011-08-22git-p4: Allow filtering Perforce branches by userVitor Antunes2-1/+13
2011-08-22git-p4: Correct branch base depot path detectionVitor Antunes1-3/+5
2011-08-22git-p4: Process detectCopiesHarder with --boolVitor Antunes1-1/+1
2011-08-22git-p4: Add description of rename/copy detection optionsVitor Antunes1-0/+25
2011-08-22git-p4: Allow setting rename/copy detection thresholdVitor Antunes1-4/+9
2011-08-17Merge branch 'js/ref-namespaces'Junio C Hamano1-1/+2
2011-08-04Add option hooks.diffopts to customize change summary in post-receive-emailJon Jensen1-1/+8
2011-08-01git-p4: commit time should be most recent p4 change timePete Wyckoff1-1/+14
2011-07-11ref namespaces: documentationJosh Triplett1-1/+1