From a591b57cf3c680bf888a7cdb139d19433b3abba1 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Apr 22 2016 14:32:40 +0000 Subject: Update the tree image as per @puiterwijk's suggestions in the upgrading doc --- diff --git a/UPGRADING.rst b/UPGRADING.rst index 1124f73..143fc06 100644 --- a/UPGRADING.rst +++ b/UPGRADING.rst @@ -25,7 +25,10 @@ So the structure changes from: :: └── bar.git forks/ - └── user/ + ├── patrick/ + │  ├── test.git + │  └── ipsilon.git + └── pingou/ ├── foo.git └── bar.git @@ -34,8 +37,11 @@ to: :: repos/ ├── foo.git ├── bar.git - └── forks - └── user + └── forks/ + ├── patrick/ + │  ├── test.git + │  └── ipsilon.git + └── pingou/ ├── foo.git └── bar.git @@ -49,7 +55,10 @@ structure changes from: :: tickets/ ├── foo.git ├── bar.git - └── user + ├── patrick/ + │  ├── test.git + │  └── ipsilon.git + └── pingou/ ├── foo.git └── bar.git @@ -58,8 +67,11 @@ to: :: tickets/ ├── foo.git ├── bar.git - └── forks - └── user + └── forks/ + ├── patrick/ + │  ├── test.git + │  └── ipsilon.git + └── pingou/ ├── foo.git └── bar.git