3
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 14 hours ago. based on code collected 1 day ago.
Dec 02, 2024 — Dec 02, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add support for the -r (--rebase) option, before doing the actual merge. More... almost 16 years ago
Add support for the -r (--rebase) option, before doing the actual merge. More... almost 16 years ago
Fix: do integer comparison, not string comparison. wc returns stuff like ' 13', which is perfectly equal to 13. More... almost 16 years ago
Fix: do integer comparison, not string comparison. wc returns stuff like ' 13', which is perfectly equal to 13. More... almost 16 years ago
Added initial implementation of the rebase [-i] subcommand. More... almost 16 years ago
Added initial implementation of the rebase [-i] subcommand. More... almost 16 years ago
Add 'fatal' prefix for messages, like Git does itself. More... almost 16 years ago
Add 'fatal' prefix for messages, like Git does itself. More... almost 16 years ago
Fix: quote arg to typeset More... almost 16 years ago
Fix: quote arg to typeset More... almost 16 years ago
Merge branch 'feature/allow-diff-without-name-arg' into develop More... almost 16 years ago
Merge branch 'feature/allow-diff-without-name-arg' into develop More... almost 16 years ago
Allow for optional <name> argument in feature diffs. (No name uses the "current" feature branch.) More... almost 16 years ago
Allow for optional <name> argument in feature diffs. (No name uses the "current" feature branch.) More... almost 16 years ago
Update options for feature's subcommands in usage. More... almost 16 years ago
Update options for feature's subcommands in usage. More... almost 16 years ago
Fix: bug that caused BRANCH variable not to be set correctly. More... almost 16 years ago
Fix: bug that caused BRANCH variable not to be set correctly. More... almost 16 years ago
Implement showing the currently checked out feature branch in feature list overview, very Gitish. More... almost 16 years ago
Implement showing the currently checked out feature branch in feature list overview, very Gitish. More... almost 16 years ago
Add TODO item for adding installation of shFlags, too. More... almost 16 years ago
Add TODO item for adding installation of shFlags, too. More... almost 16 years ago
Merge branch 'feature/verbose-feature-list' into develop More... almost 16 years ago
Merge branch 'feature/verbose-feature-list' into develop More... almost 16 years ago
Add initial implementation of the --verbose flag algorithm. More... almost 16 years ago
Add initial implementation of the --verbose flag algorithm. More... almost 16 years ago
Merge branch 'feature/getopt' into develop More... almost 16 years ago
Merge branch 'feature/getopt' into develop More... almost 16 years ago
Use shFlags to parse flags given to main and subcommands. More... almost 16 years ago
Use shFlags to parse flags given to main and subcommands. More... almost 16 years ago