You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,13 +20,13 @@
20
20
**DFetch can manage dependencies**
21
21
22
22
We make products that can last 15+ years; because of this we want to be able to have all sources available
23
-
to build the entire project from source not being dependent on the existence of the remote resource.
23
+
to build the entire project from source without depending on external resources.
24
24
For this, we needed a dependency manager that was flexible enough to retrieve dependencies as plain text
25
25
from various sources. `svn externals`, `git submodules` and `git subtrees` solve a similar
26
26
problem, but not in a VCS-agnostic way or completely user-friendly way.
27
27
We want self-contained code repositories without any hassle for end-users.
28
28
Dfetch must promote upstreaming changes, but allow for local customizations.
29
-
The problem is described thoroughly [managing external dependencies](https://embeddedartistry.com/blog/2020/06/22/qa-on-managing-external-dependencies/) and sometimes
29
+
The problem is described thoroughly in [managing external dependencies](https://embeddedartistry.com/blog/2020/06/22/qa-on-managing-external-dependencies/) and sometimes
30
30
is also known as [*vendoring*](https://stackoverflow.com/questions/26217488/what-is-vendoring).
31
31
See [vendoring](https://dfetch.readthedocs.io/en/latest/vendoring.html) for more information about vendoring.
0 commit comments