1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Feb 17, 2024 — Feb 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Do show the top-level working dir. More... over 13 years ago
A simple script to "find" (i.e., "print") the GIT_DIR, as assumed by Git. (Useful if you are in a subdir, and you are not sure about the top-level repo dir.) More... over 13 years ago
git-push-as-remote: Added a comment about almost NO SENSE in this command. More... almost 15 years ago
Do its best to detect the default case and to push to 'origin' then. Unclear error messages will appear less often as a consequence. More... almost 15 years ago
git-push-as-remote: Handle no args better (fall back to "origin"). More... almost 15 years ago
git-track-same: Be safer: just add new values, don't replace. More... almost 16 years ago
git-track-same: Be more verbose about what is done. More... almost 16 years ago
Added "git track-same" to quickly setup a simple default for pull. More... almost 16 years ago
Merge branch 'master' of [email protected]:git-shortcuts/mainline More... almost 16 years ago
Added the description of the alternative to the example in git-pass. More... almost 16 years ago
Minor improvement of the example in git-push-as-remote: use this repo as the example, not another strange one. More... almost 16 years ago
Make "git pass" work with +. More... almost 16 years ago
The example I gave in git-push-as-remote doesn't work. More... almost 16 years ago
Described an alternative to git-push-as-remote (setting up a remote). More... almost 16 years ago
Removed redundant code. More... almost 16 years ago
More correct description. More... almost 16 years ago
Make "git pass" to merely build refspecs by reduplicating refs. But that's still a very useful thing! More... almost 16 years ago
No need in git-sh-setup, since I use "git config" and no direct accesses to .git/. More... almost 16 years ago
A new script: git pass-remotes (for generating refspecs for passing remotes through fetch and push). More... almost 16 years ago
Use the std git configuration subsystem. Added usage. More... almost 16 years ago
One more script (push-as-remote). More... almost 16 years ago
Added usage. More... almost 16 years ago
Care about three cases (up-to-date, fast-forward, and the real merge). More... almost 16 years ago
Initial revision More... almost 16 years ago
Tagging the resul is much more sensible than naming it a new branch. More... almost 16 years ago
Comment after I have checked the behavior. More... almost 16 years ago
Don't require comitted index, just save&restore it. (Less burden for the user.) More... almost 16 years ago
Frmatting. More... almost 16 years ago
No debugging. More... almost 16 years ago
Made it idempotent (use the same time on successive invocations). More... almost 16 years ago