diff options
author | Junio C Hamano <gitster@pobox.com> | 2009-11-15 16:41:02 -0800 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2009-11-15 16:41:02 -0800 |
commit | 4d8c3258880548510b1d23f0db517adb7dfd2486 (patch) | |
tree | eeb42aefe5555624063221d7ddc28a29f598ce7f /unpack-trees.c | |
parent | 9fa51ff940d41c7bbacf91b81d860d4c18b9ee1e (diff) | |
parent | a75d7b54097ef0d0945cbe673a9940d6c561f95c (diff) | |
download | git-4d8c3258880548510b1d23f0db517adb7dfd2486.tar.gz git-4d8c3258880548510b1d23f0db517adb7dfd2486.tar.xz |
Merge branch 'fc/doc-fast-forward'
* fc/doc-fast-forward:
Use 'fast-forward' all over the place
Conflicts:
builtin-merge.c
Diffstat (limited to 'unpack-trees.c')
-rw-r--r-- | unpack-trees.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/unpack-trees.c b/unpack-trees.c index 720f7a161..157d5d001 100644 --- a/unpack-trees.c +++ b/unpack-trees.c @@ -895,7 +895,7 @@ int threeway_merge(struct cache_entry **stages, struct unpack_trees_options *o) * Two-way merge. * * The rule is to "carry forward" what is in the index without losing - * information across a "fast forward", favoring a successful merge + * information across a "fast-forward", favoring a successful merge * over a merge failure when it makes sense. For details of the * "carry forward" rule, please see <Documentation/git-read-tree.txt>. * |