1
I Use This!
Inactive

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 6 hours ago.
Apr 19, 2024 — Apr 19, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Do show the top-level working dir. More... almost 14 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... almost 14 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... about 16 years ago
Minor improvement of the example in git-push-as-remote: use this repo as the example, not another strange one. More... about 16 years ago
Make "git pass" work with +. More... about 16 years ago
The example I gave in git-push-as-remote doesn't work. More... about 16 years ago
Described an alternative to git-push-as-remote (setting up a remote). More... about 16 years ago
Removed redundant code. More... about 16 years ago
More correct description. More... about 16 years ago
Make "git pass" to merely build refspecs by reduplicating refs. But that's still a very useful thing! More... about 16 years ago
No need in git-sh-setup, since I use "git config" and no direct accesses to .git/. More... about 16 years ago
A new script: git pass-remotes (for generating refspecs for passing remotes through fetch and push). More... about 16 years ago
Use the std git configuration subsystem. Added usage. More... about 16 years ago
One more script (push-as-remote). More... about 16 years ago
Added usage. More... about 16 years ago
Care about three cases (up-to-date, fast-forward, and the real merge). More... about 16 years ago
Initial revision More... about 16 years ago
Tagging the resul is much more sensible than naming it a new branch. More... about 16 years ago
Comment after I have checked the behavior. More... about 16 years ago
Don't require comitted index, just save&restore it. (Less burden for the user.) More... about 16 years ago
Frmatting. More... about 16 years ago
No debugging. More... about 16 years ago
Made it idempotent (use the same time on successive invocations). More... about 16 years ago