summaryrefslogtreecommitdiff
path: root/contrib
Commit message (Expand)AuthorAgeFilesLines
* remote-bzr: delay peer branch usageFelipe Contreras2013-04-301-3/+3
* remote-bzr: iterate revisions properlyFelipe Contreras2013-04-301-2/+3
* remote-bzr: improve progress reportingFelipe Contreras2013-04-301-7/+13
* remote-bzr: add option to specify branchesFelipe Contreras2013-04-301-2/+18
* remote-bzr: add custom method to find branchesFelipe Contreras2013-04-301-5/+20
* remote-bzr: improve author sanitazionFelipe Contreras2013-04-301-2/+13
* remote-bzr: add support for shared repoFelipe Contreras2013-04-301-7/+15
* remote-bzr: fix branch namesFelipe Contreras2013-04-301-0/+1
* remote-bzr: add support for bzr reposFelipe Contreras2013-04-302-56/+138
* remote-bzr: use branch variable when appropriateFelipe Contreras2013-04-301-17/+18
* remote-bzr: fix partially pushed mergeFelipe Contreras2013-04-301-4/+13
* remote-bzr: fixes for branch divergeFelipe Contreras2013-04-301-1/+7
* remote-bzr: add support to push mergesFelipe Contreras2013-04-302-8/+57
* remote-bzr: always try to update the worktreeFelipe Contreras2013-04-301-1/+5
* remote-bzr: fix order of locking in CustomTreeFelipe Contreras2013-04-301-1/+1
* remote-bzr: delay blob fetching until the very endFelipe Contreras2013-04-301-3/+5
* remote-bzr: cleanup CustomTreeFelipe Contreras2013-04-301-7/+1
* git-completion.bash: add remote.pushdefault to config listRamkumar Ramachandra2013-04-291-0/+5
* git-completion.bash: add branch.*.pushremote to config listRamkumar Ramachandra2013-04-291-2/+2
* Merge branch 'maint'Junio C Hamano2013-04-292-9/+136
|\
| * Merge branch 'fc/zsh-completion' into maintJunio C Hamano2013-04-291-8/+126
| |\
| | * complete: zsh: use zsh completion for the main cmdFelipe Contreras2013-04-291-1/+119
| | * complete: zsh: trivial simplificationFelipe Contreras2013-04-291-8/+8
| * | git-completion.bash: complete branch.*.rebase as booleanRamkumar Ramachandra2013-04-291-0/+4
| * | git-completion.bash: add diff.submodule to config listRamkumar Ramachandra2013-04-291-0/+5
| * | git-completion.bash: lexical sorting for diff.statGraphWidthRamkumar Ramachandra2013-04-291-1/+1
| |/
* | completion: add missing format-patch optionsFelipe Contreras2013-04-271-1/+2
* | remote-bzr: strip extra newlineFelipe Contreras2013-04-261-0/+4
* | remote-bzr: tell bazaar to be quietFelipe Contreras2013-04-261-0/+3
* | remote-bzr: store converted URLFelipe Contreras2013-04-261-1/+12
* | remote-hg: use hashlib instead of hg sha1 utilFelipe Contreras2013-04-261-2/+2
* | remote-bzr: add support to push URLsFelipe Contreras2013-04-261-3/+13
* | remote-bzr: fix bad state issueFelipe Contreras2013-04-261-0/+6
* | remote-hg: remove extra checkFelipe Contreras2013-04-261-4/+0
* | remote-helpers: trivial cleanupsFelipe Contreras2013-04-262-4/+5
* | Merge branch 'fc/remote-hg'Junio C Hamano2013-04-263-36/+141
|\ \
| * | remote-hg: strip extra newlineFelipe Contreras2013-04-221-0/+4
| * | remote-hg: use marks instead of inlined filesFelipe Contreras2013-04-221-8/+33
| * | remote-hg: small performance improvementFelipe Contreras2013-04-221-1/+2
| * | remote-hg: allow refs with spacesFelipe Contreras2013-04-221-8/+17
| * | remote-hg: don't update bookmarks unnecessarilyFelipe Contreras2013-04-221-0/+3
| * | remote-hg: add support for schemes extensionFelipe Contreras2013-04-221-1/+7
| * | remote-hg: improve email sanitationFelipe Contreras2013-04-222-6/+12
| * | remote-hg: add custom local tag write codeFelipe Contreras2013-04-221-1/+3
| * | remote-hg: write tags in the appropriate branchFelipe Contreras2013-04-221-2/+4
| * | remote-hg: custom method to write tagsFelipe Contreras2013-04-221-1/+32
| * | remote-hg: add support for tag objectsFelipe Contreras2013-04-221-3/+7
| * | remote-hg: add branch_tip() helperFelipe Contreras2013-04-221-3/+8
| * | remote-hg: properly mark branches up-to-dateFelipe Contreras2013-04-221-0/+4
| * | remote-hg: use python urlparseFelipe Contreras2013-04-221-4/+5