merge_helpers: add upstream_log
Change-Id: I368d2728ac6ba2538fd2fbcf61c5546e938dc641
This commit is contained in:
parent
43b99a2a9a
commit
97be4a5812
@ -42,6 +42,11 @@ upstream_diff() {
|
||||
local previous_tag=`upstream_previous_tag`
|
||||
git diff "$previous_tag".."$latest_tag" "$@"
|
||||
}
|
||||
upstream_log() {
|
||||
local latest_tag=`upstream_latest_tag`
|
||||
local previous_tag=`upstream_previous_tag`
|
||||
git log "$previous_tag".."$latest_tag" "$@"
|
||||
}
|
||||
|
||||
downstream_upstream_diff() {
|
||||
local previous_tag=`upstream_previous_tag`
|
||||
|
Loading…
x
Reference in New Issue
Block a user