summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)AuthorFilesLines
2013-04-29complete: zsh: use zsh completion for the main cmdLibravatar Felipe Contreras1-1/+119
2013-04-29complete: zsh: trivial simplificationLibravatar Felipe Contreras1-8/+8
2013-04-29git-completion.bash: complete branch.*.rebase as booleanLibravatar Ramkumar Ramachandra1-0/+4
2013-04-29git-completion.bash: add diff.submodule to config listLibravatar Ramkumar Ramachandra1-0/+5
2013-04-29git-completion.bash: lexical sorting for diff.statGraphWidthLibravatar Ramkumar Ramachandra1-1/+1
2013-04-27completion: add missing format-patch optionsLibravatar Felipe Contreras1-1/+2
2013-04-26remote-bzr: strip extra newlineLibravatar Felipe Contreras1-0/+4
2013-04-26remote-bzr: tell bazaar to be quietLibravatar Felipe Contreras1-0/+3
2013-04-26remote-bzr: store converted URLLibravatar Felipe Contreras1-1/+12
2013-04-26remote-hg: use hashlib instead of hg sha1 utilLibravatar Felipe Contreras1-2/+2
2013-04-26remote-bzr: add support to push URLsLibravatar Felipe Contreras1-3/+13
2013-04-26remote-bzr: fix bad state issueLibravatar Felipe Contreras1-0/+6
2013-04-26remote-hg: remove extra checkLibravatar Felipe Contreras1-4/+0
2013-04-26remote-helpers: trivial cleanupsLibravatar Felipe Contreras2-4/+5
2013-04-26Merge branch 'fc/remote-hg'Libravatar Junio C Hamano3-36/+141
2013-04-26Merge branch 'fc/remote-bzr'Libravatar Junio C Hamano1-5/+5
2013-04-26Sync with 1.8.2.2Libravatar Junio C Hamano2-9/+12
2013-04-26Merge branch 'fc/untracked-zsh-prompt' into maintLibravatar Junio C Hamano1-1/+1
2013-04-26test-hg-hg-git.sh: do not use export X=YLibravatar Torsten Bögershausen1-4/+6
2013-04-26test-hg-bidi.sh: do not use export X=YLibravatar Torsten Bögershausen1-5/+6
2013-04-25remote-bzr: use proper push methodLibravatar Felipe Contreras1-5/+5
2013-04-25bash-prompt.sh: show where rebase is at when stoppedLibravatar Zoltan Klinger1-5/+16
2013-04-24Sync with maintLibravatar Junio C Hamano1-7/+0
2013-04-24completion: remove duplicate block for "git commit -c"Libravatar Mårten Kongstad1-7/+0
2013-04-23Merge branch 'fc/untracked-zsh-prompt'Libravatar Junio C Hamano1-1/+1
2013-04-22remote-hg: strip extra newlineLibravatar Felipe Contreras1-0/+4
2013-04-22remote-hg: use marks instead of inlined filesLibravatar Felipe Contreras1-8/+33
2013-04-22remote-hg: small performance improvementLibravatar Felipe Contreras1-1/+2
2013-04-22remote-hg: allow refs with spacesLibravatar Felipe Contreras1-8/+17
2013-04-22remote-hg: don't update bookmarks unnecessarilyLibravatar Felipe Contreras1-0/+3
2013-04-22remote-hg: add support for schemes extensionLibravatar Felipe Contreras1-1/+7
2013-04-22remote-hg: improve email sanitationLibravatar Felipe Contreras2-6/+12
2013-04-22remote-hg: add custom local tag write codeLibravatar Felipe Contreras1-1/+3
2013-04-22remote-hg: write tags in the appropriate branchLibravatar Felipe Contreras1-2/+4
2013-04-22remote-hg: custom method to write tagsLibravatar Felipe Contreras1-1/+32
2013-04-22remote-hg: add support for tag objectsLibravatar Felipe Contreras1-3/+7
2013-04-22remote-hg: add branch_tip() helperLibravatar Felipe Contreras1-3/+8
2013-04-22remote-hg: properly mark branches up-to-dateLibravatar Felipe Contreras1-0/+4
2013-04-22remote-hg: use python urlparseLibravatar Felipe Contreras1-4/+5
2013-04-22remote-hg: safer bookmark pushingLibravatar Felipe Contreras1-0/+2
2013-04-22remote-helpers: avoid has_keyLibravatar Dusty Phillips2-2/+2
2013-04-22Merge branch 'rr/prompt-revert-head' into maintLibravatar Junio C Hamano1-0/+2
2013-04-21Merge branch 'fc/remote-hg'Libravatar Junio C Hamano4-29/+148
2013-04-21prompt: fix untracked files for zshLibravatar Felipe Contreras1-1/+1
2013-04-18Merge branch 'maint'Libravatar Junio C Hamano1-1/+2
2013-04-18Merge branch 'fc/completion'Libravatar Junio C Hamano1-45/+33
2013-04-17remote-hg: fix commit messagesLibravatar Felipe Contreras1-1/+2
2013-04-15remote-bzr: fix prefix of tagsLibravatar Felipe Contreras1-3/+6
2013-04-14completion: small optimizationLibravatar Felipe Contreras1-4/+4
2013-04-14completion: inline __gitcomp_1 to its sole callsiteLibravatar Felipe Contreras1-15/+11