Commit graph

6 commits

Author SHA1 Message Date
1f24e094ca pacpruner: Remove extra PERL HERE doc 2023-06-24 04:07:07 -05:00
d6a5fe58e5 [NEW] pacpruner: Added pacman pruner script and usage calculator 2023-06-24 03:57:50 -05:00
b4e2541e50 logging.bash: Add dedcat and excat helpers 2023-06-21 23:51:03 -05:00
7c13324acc Added Pandoc-powered Markdown previewer! 2023-05-22 14:06:32 -05:00
db1918af4e Added Git history comparator (#walker)
Hashwalker is a new tool that allows you to compare two branches or
refspecs with completely different histories to find the commit where
they differ the least.

To use it you will need to add your disparate repositories as remotes on
a single repository on your local machine.  You'll need to have two
checked out branches to compare, as well.  One branch is your target
you'd like to rebase and the other is an upstream you'd like to rebase
upon.

Running the tool will give you a minimal diff that you can rebase your
problem branch upon, so you can begin bringing it up-to-date with
upstream.

See the "Usage" in scripts/hashwalker for more information.
2023-02-22 23:41:42 -06:00
959eae6761 Added C/C++ include dir getter. See its USAGE for more. 2023-02-22 13:13:38 -06:00