diff options
author | Jakub Narebski <jnareb@gmail.com> | 2007-05-26 00:37:39 +0200 |
---|---|---|
committer | Junio C Hamano <junkio@cox.net> | 2007-05-25 20:54:38 -0700 |
commit | c1bab2889eb71bf537497fc77a2fdb6a74bc92e6 (patch) | |
tree | 88e164164b9917e2f0c3aae3f6c317ed1488b6c5 /Documentation | |
parent | 5adf317b31729707fad4967c1aef6cdba43d0dd3 (diff) | |
download | git-c1bab2889eb71bf537497fc77a2fdb6a74bc92e6.tar.gz git-c1bab2889eb71bf537497fc77a2fdb6a74bc92e6.tar.xz |
Documentation: Add definition of "evil merge" to GIT Glossary
Signed-off-by: Jakub Narebski <jnareb@gmail.com>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/glossary.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/glossary.txt b/Documentation/glossary.txt index ba5261883..e903abfeb 100644 --- a/Documentation/glossary.txt +++ b/Documentation/glossary.txt @@ -121,6 +121,10 @@ to point at the new commit. `http://en.wikipedia.org/wiki/Ent_(Middle-earth)` for an in-depth explanation. Avoid this term, not to confuse people. +[[def_evil_merge]]evil merge:: + An evil merge is a <<def_merge,merge>> that introduces changes that + do not appear in any <<def_parent,parent>>. + [[def_fast_forward]]fast forward:: A fast-forward is a special type of <<def_merge,merge>> where you have a <<def_revision,revision>> and you are "merging" another |