summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@derf.homelinux.org>2009-03-13 09:54:26 +0100
committerDaniel Friesel <derf@derf.homelinux.org>2009-03-13 09:54:26 +0100
commiteb53c82ffcb92f3d4fed8557202e4d763f95f0b3 (patch)
treea3b218bcfd3a1173e4a2cbff3c34782255ff0403
parent8dc486f1cd95a74c6590d309abe379d8eff7848e (diff)
pkg(7): Added short note about git
-rw-r--r--man/7/pkg7
1 files changed, 7 insertions, 0 deletions
diff --git a/man/7/pkg b/man/7/pkg
index 3285e4b..2b471ea 100644
--- a/man/7/pkg
+++ b/man/7/pkg
@@ -224,6 +224,13 @@ Sourced before a package is removed (pkg remove/pkg delete)
=back
+=head1 GIT
+
+B<pkg> uses git(1) as backend for storing and syncing package information.
+Currently it can only operate on the master branch, so it is strongly
+recommended not to use any other branches, or you might end up with unwanted
+merges.
+
=head1 AUTHOR
Daniel Friesel <derf@derf.homelinux.org>