summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Move publish and wip to scripts.Owen Jacobson2020-06-17
| | | | This makes them a bit more practical to add more sophistication to. `git-publish` in particular can now do more.
* master -> main, but support repos that use masterOwen Jacobson2020-06-15
|
* Be explicit about licensing.Owen Jacobson2019-01-04
|
* Merge pull request #7 from ojacobson/this-pathOwen Jacobson2014-03-03
|\ | | | | Fixed `git this` when run from a subdir.
| * Fixed `git this` when run from a subdir.Owen Jacobson2014-02-04
| | | | | | | | | | `git this` now captures the entire work tree. `git these` captures the cwd only.
* | Merge pull request #5 from ojacobson/bdiff-dotsOwen Jacobson2014-03-03
|\ \ | | | | | | Use common-ancestor notation for bdiff
| * | Use common-ancestor notation for bdiffOwen Jacobson2014-03-03
| | | | | | | | | | | | | | | Diff "along" the branch is more useful than absolute state diff between upstream and branch head.
* | | Merge pull request #6 from ojacobson/indentationOwen Jacobson2014-03-03
|\ \ \ | |/ / |/| | Whitespace normalization.
| * | Whitespace normalization.Owen Jacobson2014-03-03
|/ /
* | Merge pull request #4 from ojacobson/bsummaryOwen Jacobson2014-03-03
|\ \ | |/ |/| Added 'bsummary' (Branch Summary) command.
| * Added 'bsummary' (Branch Summary) command.Owen Jacobson2014-03-03
|/ | | | Turns out I use --oneline a lot.
* Merge pull request #3 from ojacobson/usage-docsOwen Jacobson2013-11-25
|\ | | | | Turns out the README was incomplete.
| * Turns out the README was incomplete.Owen Jacobson2013-11-25
|/ | | | Now it's incomplete and kind of annoying about it.
* Merge pull request #1 from ojacobson/newbranch-is-startOwen Jacobson2013-11-25
|\ | | | | Rename `newbranch` to `start` for tersity (thanks, @idcmp!)
| * Rename `newbranch` to `start` for tersity (thanks, @idcmp!)Owen Jacobson2013-11-25
| |
* | Merge pull request #2 from ojacobson/amend-no-editOwen Jacobson2013-11-25
|\ \ | |/ |/| Include `--no-edit` in `git amend`, for streamlining. (Thanks, canton7!)
| * Include `--no-edit` in `git amend`, for streamlining. (Thanks, canton7!)Owen Jacobson2013-11-25
|/
* Exported my aliases for easier sharing.Owen Jacobson2013-11-25