giternal
giternal copied to clipboard
non-sucky git externals
Hi, I made these changes some time ago in my fork. "status" in particular is extremely useful along with the additions you have already which allow single repo freeze/unfreeze.... Really...
Let's say your project is in "/home/foouser/Programming Projects/fooproject/". When executing `giternal update` from that directory, you'd get the error: "sh: line 0: cd: /home/foouser/Programming: No such file or directory ..updated"
First off, great work with `giternal`. It was exactly the tool I was looking for to manage vendoring in a simple, yet flexible manner. The one issue I encountered was...
Lets say module M is currently frozen. I decide to unfreeze module M to continue development -- giternal now deletes the files from the frozen module and adds those deletes...
Is it possible to freeze an external at a given revision or on another branch?