Skip to content
This repository has been archived by the owner on Dec 5, 2023. It is now read-only.

Commit

Permalink
Add git-beta-features: show all merges into beta branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ept committed Oct 17, 2010
1 parent 4a86e9e commit 2867fe6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bin/git-beta-features
@@ -0,0 +1,6 @@
#!/bin/sh

# Opens gitk (set GIT_VISUAL to override), showing everything that has been merged into
# beta since beta diverged from master.

"${GIT_VISUAL:-gitk}" beta --merges --first-parent ^master

0 comments on commit 2867fe6

Please sign in to comment.