Skip to content

Latest commit

 

History

History
18 lines (15 loc) · 892 Bytes

File metadata and controls

18 lines (15 loc) · 892 Bytes

Snapshot Manager scripts and tools

Small scripts and tools used in snapm and boom-boot development and release preparation.

  • docify.py - convert command output into MD/groff example notation.
  • git-branchdiff - shortcut for git diff main..HEAD
  • git-branchlog - shortcut for git log main..HEAD
  • git-fix - shortcut for git commit --fixup=COMMIT
  • git-rebasquash - shortcut for git rebase -i --autosquash $BRANCH
  • git-resolves - fugly shell script to generate sorted "{Resolves,Related}: #XXX" tags from git commit logs.
  • git-userstats - shortcut for git shortlog -ns @~
  • git-yeet - shortcut for git reset HEAD~1
  • mkrelease.sh - Update snapm/boom-boot style release metadata
  • quickmock.sh - Run a quick mock build from HEAD using the in-tree spec file.

These files are released under the Apache-2.0 license.