Skip to content
This repository has been archived by the owner on Jun 7, 2018. It is now read-only.
/ fixbase Public archive

Git subcommand to find commits that have fixup(s)

License

Notifications You must be signed in to change notification settings

sudaraka/fixbase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fixbase

git subcommand script to find the earliest commit that should be used in git rebase --interactive when squashing fixup commits.

Installation

Install to default location (/usr/local/bin).

make install

Install to customer location (e.g. /home/<user>/bin)

make prefix=$HOME install

Uninstall

make uninstall

or

make prefix=$HOME uninstall

License

Copyright 2017 Sudaraka Wijesinghe sudaraka@sudaraka.org

This program comes with ABSOLUTELY NO WARRANTY; This is free software, and you are welcome to redistribute it and/or modify it under the terms of the BSD 2-clause License. See the LICENSE file for more details.

About

Git subcommand to find commits that have fixup(s)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published