| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Make mode handling during init more like git | Russell Belfer | 2013-02-27 | 1 | -5/+5 |
| | | | | | | | | | | | | When creating files, instead of actually using GIT_FILEMODE_BLOB and the other various constants that happen to correspond to mode values, apparently I should be just using 0666 and 0777, and relying on the umask to clear bits and make the value sane. This fixes the rules for copying a template directory and fixes the checks to match that new behavior. (Further changes to the checkout logic to follow separately.) | ||||
| * | update copyrights | Edward Thomson | 2013-01-08 | 1 | -1/+1 |
| | | |||||
| * | Add git_repository_init_ext for power initters | Russell Belfer | 2012-08-22 | 1 | -0/+58 |
| The extended version of repository init adds support for many of the things that you can do with `git init` and sets up structures that will make it easier to extend further in the future. | |||||
