summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOwen Jacobson <owen.jacobson@grimoire.ca>2014-03-03 16:34:59 -0500
committerOwen Jacobson <owen.jacobson@grimoire.ca>2014-03-03 16:34:59 -0500
commita735e466c10798e40c5387034b8c87ab71b3a076 (patch)
treee78e379a0e91d77ff1b9fe542d434ee174fd644b
parentd8ed91da3e492ec6fbd61c6bc57666bd65784437 (diff)
Added 'bsummary' (Branch Summary) command.
Turns out I use --oneline a lot.
-rw-r--r--aliases.gitconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/aliases.gitconfig b/aliases.gitconfig
index 528f49c..ba95312 100644
--- a/aliases.gitconfig
+++ b/aliases.gitconfig
@@ -35,6 +35,8 @@
start = checkout --track origin/master -b
# Branch log for the current branch: `git blog [log options]`
blog = log HEAD@{upstream}..HEAD
+ # Branch one-line summary (equivalent to `git blog --oneline`)
+ bsummary = log --oneline HEAD@{upstream}..HEAD
# Aggregate diff of the current branch: `git bdiff [diff options]`
bdiff = diff HEAD@{upstream} HEAD
# Upload a branch to personal fork: `git publish` - note that this