1
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 3 days ago.
Nov 23, 2023 — Nov 23, 2024
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... over 14 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... over 14 years ago
git-push-as-remote: Handle no args better (fall back to "origin"). More... over 14 years ago
git-track-same: Be safer: just add new values, don't replace. More... over 15 years ago
git-track-same: Be more verbose about what is done. More... over 15 years ago
Added "git track-same" to quickly setup a simple default for pull. More... over 15 years ago
Merge branch 'master' of [email protected]:git-shortcuts/mainline More... over 15 years ago
Added the description of the alternative to the example in git-pass. More... over 15 years ago
Minor improvement of the example in git-push-as-remote: use this repo as the example, not another strange one. More... over 15 years ago
Make "git pass" work with +. More... over 15 years ago
The example I gave in git-push-as-remote doesn't work. More... over 15 years ago
Described an alternative to git-push-as-remote (setting up a remote). More... over 15 years ago
Removed redundant code. More... over 15 years ago
More correct description. More... over 15 years ago
Make "git pass" to merely build refspecs by reduplicating refs. But that's still a very useful thing! More... over 15 years ago
No need in git-sh-setup, since I use "git config" and no direct accesses to .git/. More... over 15 years ago
A new script: git pass-remotes (for generating refspecs for passing remotes through fetch and push). More... over 15 years ago
Use the std git configuration subsystem. Added usage. More... over 15 years ago
One more script (push-as-remote). More... over 15 years ago
Added usage. More... over 15 years ago
Care about three cases (up-to-date, fast-forward, and the real merge). More... over 15 years ago
Initial revision More... over 15 years ago
Tagging the resul is much more sensible than naming it a new branch. More... over 15 years ago
Comment after I have checked the behavior. More... over 15 years ago
Don't require comitted index, just save&restore it. (Less burden for the user.) More... over 15 years ago
Frmatting. More... over 15 years ago
No debugging. More... over 15 years ago
Made it idempotent (use the same time on successive invocations). More... over 15 years ago