Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2005-04-20 | Duh, just make git-export.c use the proper syntax, everything is fine. | Linus Torvalds | 1 | -1/+1 | |
2005-04-20 | Fix up git-export to use the lower-level interfaces for diff generation. | Linus Torvalds | 1 | -1/+1 | |
The high-level helpers seem to have forgotten what to do with sha1 names. | |||||
2005-04-19 | Add stupid "git export" thing, which can export a git archive | Linus Torvalds | 1 | -0/+81 | |
as a set of patches and commentary. You'd want something like this if you are tracking a git archive in another SCM format. Notably, we want something like that for BK users. |