0
I Use This!
Inactive

Commits : Listings

Analyzed about 23 hours ago. based on code collected 1 day ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
better method for deriving submodule commit ids across git versions. More... over 15 years ago
another attempt to figure out the appropriate submodule SHA1s under all circumstances. More... over 15 years ago
fixed how we find the submodule's current and new SHA1 hashes, because git 1.6's behavior has changed a bit. More... over 15 years ago
superproject logs now contain 'whatchanged' output of submodule commits (was 'log' output) More... over 15 years ago
using Abbrev library to generate unique aliases for 'commit', 'diff', 'pull', 'push', 'status', 'tag', 'update'. for example, git:s, git:st, git:sta, git:stat and git:statu all alias to git:status. More... over 15 years ago
officially make 'each' the documented iteration command, and for_each the alias. More... over 15 years ago
fixed issue where non-master branches would not pull. now this behavior is turned on as long as there's a matching origin branch. More... over 15 years ago
support 'git:each do=CMD' (previously was 'DO=' in caps) More... over 15 years ago
added some "shortcut" aliases, like "git:st" for "git:status". More... over 15 years ago
added TAGS to root .gitignore More... over 15 years ago
git-tag now creates a uniqueish tag if you do not specify one. More... over 15 years ago
git.rake now detects if a branch is a remote one, and correctly qualifies it for pushing. More... almost 16 years ago
added option to for_each to ignore errors: IGNERR More... almost 16 years ago
Docs: added a command summary to the top section, and updated for_each usage to use DO='command'. More... almost 16 years ago
added support in git:for_each tasks for the command to be specified with a ruby-ish DO='command' (CMD='command' is still supported, though). More... almost 16 years ago
adding the ability to tag the superproject and submodules. More... almost 16 years ago
adding ROOT/data to gitignore More... almost 16 years ago
adding public/plugin_assets to the list of ignored files More... almost 16 years ago
Added polite warning about use on frequently-updated projects. Thanks to Tim Dysinger and Pat Maddox. More... almost 16 years ago
"summary" section in README in response to dysinger's comments. More... almost 16 years ago
added specific URLs for github project and blog post. More... almost 16 years ago
converted README to markdown and generating HTML from it. More... almost 16 years ago
renamed license file to MIT-LICENSE.txt to make it clear what license we're using More... almost 16 years ago
added ref to license in git.rake header More... almost 16 years ago
cleaned up some comments, added others. More... almost 16 years ago
another revision on README.txt More... almost 16 years ago
fixed bug where deleted files were marked with the "may need to be 'git-add'ed" message More... almost 16 years ago
rewrite More... almost 16 years ago
completed draft of README.txt More... almost 16 years ago
using 'superproject' instead of 'root' More... almost 16 years ago