Skip to content

Commit 3d45996

Browse files
authored
update description to match the one used in pypi
1 parent f9525ea commit 3d45996

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

snap/snapcraft.yaml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,14 @@ name: gitless
44
version: git
55
summary: A simple version control system built on top of Git
66
description: |
7-
Version control system that is built on top of Git in
8-
attempt to make user interface easier by playing with
9-
underlying concepts. Gitless is fully compatible with
10-
Git and can be used with it interchangeably.
7+
Gitless is an experimental version control system built on top of Git.
8+
Many people complain that Git is hard to use. We think the problem lies
9+
deeper than the user interface, in the concepts underlying Git. Gitless
10+
is an experiment to see what happens if you put a simple veneer on an
11+
app that changes the underlying concepts. Because Gitless is implemented
12+
on top of Git (could be considered what Git pros call a "porcelain" of
13+
Git), you can always fall back on Git. And of course your coworkers you
14+
share a repo with need never know that you're not a Git aficionado.
1115
1216
grade: devel # 'stable' for stable/candidate upload
1317
confinement: devmode # 'strict' after right plugs and slots
@@ -34,4 +38,4 @@ parts:
3438
- git
3539
build-packages:
3640
- git
37-
41+

0 commit comments

Comments
 (0)