summaryrefslogtreecommitdiff
path: root/contrib
AgeCommit message (Expand)AuthorFilesLines
2013-04-27completion: remove __git_index_file_list_filter()Felipe Contreras1-20/+8
2013-04-27completion: add space after completed filenameFelipe Contreras1-1/+1
2013-04-27completion: add hack to enable file mode in bash < 4Felipe Contreras1-36/+7
2013-04-27completion: refactor __git_complete_index_file()Felipe Contreras1-6/+3
2013-04-27completion: refactor diff_index wrappersFelipe Contreras1-55/+16
2013-04-27completion: use __gitcompadd for __gitcomp_fileFelipe Contreras1-1/+1
2013-04-27completion; remove unuseful commentsFelipe Contreras1-2/+0
2013-04-26remote-bzr: strip extra newlineFelipe Contreras1-0/+4
2013-04-26remote-bzr: tell bazaar to be quietFelipe Contreras1-0/+3
2013-04-26remote-bzr: store converted URLFelipe Contreras1-1/+12
2013-04-26remote-hg: use hashlib instead of hg sha1 utilFelipe Contreras1-2/+2
2013-04-26remote-bzr: add support to push URLsFelipe Contreras1-3/+13
2013-04-26remote-bzr: fix bad state issueFelipe Contreras1-0/+6
2013-04-26remote-hg: remove extra checkFelipe Contreras1-4/+0
2013-04-26remote-helpers: trivial cleanupsFelipe Contreras2-4/+5
2013-04-26Merge branch 'fc/remote-hg'Junio C Hamano3-36/+141
2013-04-26Merge branch 'fc/remote-bzr'Junio C Hamano1-5/+5
2013-04-26Sync with 1.8.2.2Junio C Hamano2-9/+12
2013-04-26Merge branch 'fc/untracked-zsh-prompt' into maintJunio C Hamano1-1/+1
2013-04-26test-hg-hg-git.sh: do not use export X=YTorsten Bögershausen1-4/+6
2013-04-26test-hg-bidi.sh: do not use export X=YTorsten Bögershausen1-5/+6
2013-04-25remote-bzr: use proper push methodFelipe Contreras1-5/+5
2013-04-25bash-prompt.sh: show where rebase is at when stoppedZoltan Klinger1-5/+16
2013-04-24Sync with maintJunio C Hamano1-7/+0
2013-04-24completion: remove duplicate block for "git commit -c"Mårten Kongstad1-7/+0
2013-04-23Merge branch 'fc/untracked-zsh-prompt'Junio C Hamano1-1/+1
2013-04-22remote-hg: strip extra newlineFelipe Contreras1-0/+4
2013-04-22remote-hg: use marks instead of inlined filesFelipe Contreras1-8/+33
2013-04-22remote-hg: small performance improvementFelipe Contreras1-1/+2
2013-04-22remote-hg: allow refs with spacesFelipe Contreras1-8/+17
2013-04-22remote-hg: don't update bookmarks unnecessarilyFelipe Contreras1-0/+3
2013-04-22remote-hg: add support for schemes extensionFelipe Contreras1-1/+7
2013-04-22remote-hg: improve email sanitationFelipe Contreras2-6/+12
2013-04-22remote-hg: add custom local tag write codeFelipe Contreras1-1/+3
2013-04-22remote-hg: write tags in the appropriate branchFelipe Contreras1-2/+4
2013-04-22remote-hg: custom method to write tagsFelipe Contreras1-1/+32
2013-04-22remote-hg: add support for tag objectsFelipe Contreras1-3/+7
2013-04-22remote-hg: add branch_tip() helperFelipe Contreras1-3/+8
2013-04-22remote-hg: properly mark branches up-to-dateFelipe Contreras1-0/+4
2013-04-22remote-hg: use python urlparseFelipe Contreras1-4/+5
2013-04-22remote-hg: safer bookmark pushingFelipe Contreras1-0/+2
2013-04-22remote-helpers: avoid has_keyDusty Phillips2-2/+2
2013-04-22Merge branch 'rr/prompt-revert-head' into maintJunio C Hamano1-0/+2
2013-04-21Merge branch 'fc/remote-hg'Junio C Hamano4-29/+148
2013-04-21prompt: fix untracked files for zshFelipe Contreras1-1/+1
2013-04-18Merge branch 'maint'Junio C Hamano1-1/+2
2013-04-18Merge branch 'fc/completion'Junio C Hamano1-45/+33
2013-04-17remote-hg: fix commit messagesFelipe Contreras1-1/+2
2013-04-15remote-bzr: fix prefix of tagsFelipe Contreras1-3/+6
2013-04-14completion: small optimizationFelipe Contreras1-4/+4