2
0
Эх сурвалжийг харах

Clarify porcelain intent.

Jelmer Vernooij 3 жил өмнө
parent
commit
0ad4e8847c
1 өөрчлөгдсөн 4 нэмэгдсэн , 0 устгасан
  1. 4 0
      dulwich/porcelain.py

+ 4 - 0
dulwich/porcelain.py

@@ -53,6 +53,10 @@ Currently implemented:
 These functions are meant to behave similarly to the git subcommands.
 Differences in behaviour are considered bugs.
 
+Note: one of the consequences of this is that paths tend to be
+interpreted relative to the current working directory rather than relative
+to the repository root.
+
 Functions should generally accept both unicode strings and bytestrings
 """