diff options
author | Harsh Shandilya <msfjarvis@gmail.com> | 2020-08-12 02:48:54 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-11 23:18:54 +0200 |
commit | 52e2139f6afc14a2b442e89b4bcb2095870c6a0f (patch) | |
tree | 65be09416a5ad0f50ad3f5745666669bc16c0760 /CHANGELOG.md | |
parent | 15aa92980239d6d61c3b0febc0407b7f63e152b3 (diff) |
Notify user when remote branch is up-to-date (#1009)
* Notify user when remote branch is up-to-date
Fixes #1000
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
* Update changelog
Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b2249a0..94c94c31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,7 @@ All notable changes to this project will be documented in this file. - Slightly reduce APK size - Always show the parent path in entries - Passwords will no longer be copied to the clipboard by default +- Notify user if there was nothing to push ### Fixed |