summaryrefslogtreecommitdiff
path: root/Documentation/core-intro.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/core-intro.txt')
-rw-r--r--Documentation/core-intro.txt5
1 files changed, 3 insertions, 2 deletions
diff --git a/Documentation/core-intro.txt b/Documentation/core-intro.txt
index 0458dc3d02..24b060b91e 100644
--- a/Documentation/core-intro.txt
+++ b/Documentation/core-intro.txt
@@ -82,7 +82,7 @@ size> + <byte\0> + <binary object data>.
The structured objects can further have their structure and
connectivity to other objects verified. This is generally done with
-the `git-fsck-objects` program, which generates a full dependency graph
+the `git-fsck` program, which generates a full dependency graph
of all objects, and verifies their internal consistency (in addition
to just verifying their superficial consistency through the hash).
@@ -587,4 +587,5 @@ stages to temporary files and calls a "merge" script on it:
git-merge-index git-merge-one-file hello.c
-and that is what higher level `git resolve` is implemented with.
+and that is what higher level `git merge -s resolve` is implemented
+with.