author | Shawn Pearce <spearce@spearce.org> | |
Tue, 11 Jul 2006 05:52:54 +0000 (01:52 -0400) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Tue, 11 Jul 2006 21:16:53 +0000 (14:16 -0700) | ||
commit | e1447e38c00bdc1904458cfabb4bb3ffb678a271 | |
tree | 230bb5db31b1bb9ba3226fe2aa8911205df3ded2 | tree | snapshot |
parent | ed0e078f96a96ffe515899ef42051a568be4693a | commit | diff |
Log ref changes made by git-merge and git-pull.
When git-merge updates HEAD as a result of a merge record what
happened during the merge into the reflog associated with HEAD
(if any). The log reports who caused the update (git-merge or
git-pull, by invoking git-merge), what the remote ref names were
and the type of merge process used.
The merge information can be useful when reviewing a reflog for
a branch such as `master` where fast forward and trivial in index
merges might be common as the user tracks an upstream.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
When git-merge updates HEAD as a result of a merge record what
happened during the merge into the reflog associated with HEAD
(if any). The log reports who caused the update (git-merge or
git-pull, by invoking git-merge), what the remote ref names were
and the type of merge process used.
The merge information can be useful when reviewing a reflog for
a branch such as `master` where fast forward and trivial in index
merges might be common as the user tracks an upstream.
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
Signed-off-by: Junio C Hamano <junkio@cox.net>
git-merge.sh | diff | blob | history | |
git-pull.sh | diff | blob | history |