Weynham Zheng (Techlive Zheng)

Results 12 issues of Weynham Zheng (Techlive Zheng)

If a "__KEEPED" file exists in a nested subdirecory, then all the parent directories need to be keeped.

bug

Some VCS source need to be prepared first before using.

enhancement

enhancement

For example, `realpath` and `readlink` are not in a standard bash package, they are belong to coreutils package.There should be a more compatible way of implement the same functionality.

enhancement

If a user add an alia for an external tool used by the script, this may cause the script processing unpredictble.

enhancement

Currenttly, `git feature publish` is accturaly an alias to `git push` which I do not think it is a correct behavior of **publish**. I think **publish** should mean that the...

The generated recipe is meant for .gitignore files that are not supposed to be tracked by git, so, it makes sense to skip all the .gitignore files that already tracked...

In Git, usually, the first parent of a merge is the branch which other branches merged into. I have tried [your git-hg](https://github.com/cosmin/git-hg) and [abourget's git-hg-again](https://github.com/abourget/git-hg-again) both on [mutt's hg repo](http://dev.mutt.org/hg/mutt),...