diff options
author | Axel Beckert <abe@deuxchevaux.org> | 2014-10-08 21:08:38 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2014-10-08 21:08:38 +0200 |
commit | ebfb4c0fd6fb79dd68384cd4eed344f66b662cce (patch) | |
tree | 21327d30157618b96cc6a7cda5bb8aa79398386d | |
parent | 2b6dd55a2408e5673a502f500396aa439f99a8f3 (diff) | |
download | zsh-ebfb4c0fd6fb79dd68384cd4eed344f66b662cce.tar.gz zsh-ebfb4c0fd6fb79dd68384cd4eed344f66b662cce.zip |
Workflow: Trimm down Branches documentation to the essentials
-rw-r--r-- | debian/pkg-zsh-workflow.md | 35 |
1 files changed, 7 insertions, 28 deletions
diff --git a/debian/pkg-zsh-workflow.md b/debian/pkg-zsh-workflow.md index 7811c94c6..8bd474ab6 100644 --- a/debian/pkg-zsh-workflow.md +++ b/debian/pkg-zsh-workflow.md @@ -1,34 +1,13 @@ Branches ======== -This is a quick overview of the branches that are being used for -debian's zsh package maintenance. This part does not go into much -detail on how the workflow works. For details about that, see the -'Workflow' part below. - -upstream --------- - -The upstream sources from git://zsh.git.sf.net/gitroot/zsh/zsh. - - -debian ------- - -The debian changes for the debian 'zsh' package. - - -others ------- - -These branches are rather optional and not required for basic -maintenance for of the 'zsh' package. - - -master ------- - -This is the old repository's main branch. Kept for historical reasons. +* **upstream**: The upstream sources from git://zsh.git.sf.net/gitroot/zsh/zsh. +* **debian**: The debian changes for the debian 'zsh' package. Only + difference to the upstream branch is the `debian` directory. +* master: This is the old repository's main branch. Only kept for + historical reasons. +* Other branches: These branches are rather optional and not required + for basic maintenance for of the 'zsh' package. Most likely feature branches. Workflow |