0
I Use This!
Inactive

Commits : Listings

Analyzed about 16 hours ago. based on code collected about 16 hours ago.
Jan 19, 2025 — Jan 19, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Use a better method of checking for changes (taken from __git_ps1). More... over 13 years ago
Allow force-pushing with --force. More... about 14 years ago
Push to a branch with the same name by default. More... about 14 years ago
no_changes sometimes lies to us, so don't try to apply a stash if we didn't save a stash. More... about 14 years ago
Only stash/rebase if the remote branch has commits ours does not. More... over 14 years ago
Remove the '--explain' switch. More... over 14 years ago
Only stash/pop when there are actually upstream changes. More... over 14 years ago
Handle the (usual) case of $PWD being the project root. More... over 14 years ago
If there aren't any updates then say so properly. More... over 14 years ago
Prevent `hack' from unnecessarily switching to the tracked branch (usually master). More... over 14 years ago
Be a little less verbose if we can. More... over 14 years ago
Support tracking configurations where local and remote branch names differ. More... over 14 years ago
Allow `hack <branch>` to both switch to the branch and rebase it. More... almost 15 years ago
Significantly speed up hack/ship by more efficiently detecting a git-svn repo. More... almost 15 years ago
Make sure to get branch info when diffing. More... over 16 years ago
Only reset the branch if we're on master on the assumption that it's an integration point. More... over 16 years ago
Make sure the file actually exists (it doesn't with explain-only mode). More... over 16 years ago
Missed a reference to the old path. More... over 16 years ago
Try to prevent tmpfile collisions and clean up after ourselves. More... over 16 years ago
Make sure git-review is able to detect git errors again. More... over 16 years ago
Add (some) support for using tracking branches other than master. More... over 16 years ago
Add "open" subcommand to git-review to open the page in $BROWSER
André Arko
as Andre Arko
More... over 16 years ago
Add git-review approve which approves the checked out change,patch but does not merge it. More... over 16 years ago
Make git-review diff behave as expected by rebasing each patch first. More... over 16 years ago
Better bash. More... over 16 years ago
If BROWSER is set, open the git review url using it. More... over 16 years ago
Add the 'update' subcommand, which updates an existing review branch to the latest patch. More... over 16 years ago
Pick the numerical maximum patch number rather than the string maximum. More... over 16 years ago
Use local variables so as not to clobber other functions' vars. More... over 16 years ago
Use exit codes for this. Not sure what I was thinking. More... over 16 years ago