mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
merge_helpers: add upstream_log
Change-Id: I368d2728ac6ba2538fd2fbcf61c5546e938dc641
This commit is contained in:
parent
43b99a2a9a
commit
97be4a5812
1 changed files with 5 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue