1. 26 7月, 2016 1 次提交
    • W
      `getLog` added to srv & clt-srv plumbing. · 8a92ee5a
      William Raiford 提交于
      * Added `getLog` method to `Repository`.
        * Added `ILogOptions` to make the method friendlier to extension.
        * Options include `prevCount` and `format`, to effect our use case which is `git log -1 format=%B`.
      * Added this to the client-server communication pipeline.
      8a92ee5a
  2. 12 7月, 2016 2 次提交
    • J
      clean & fix git template message usage · 9a1bdbaf
      Joao Moreno 提交于
      9a1bdbaf
    • W
      Changed `getCommitInfo` to `getCommitTemplate` · 7a298ad0
      William Raiford 提交于
      * Removed all previous commit message code.
      * Changed `getCommitInfo` call to return a string that is the template contents.
        * Removed from `IModel`, `IRawStatus`
      * Still has issue of locating `~/some/path/with/tilde` in it.
        * path.resolve resolves to the repo's `.build` path and not the user folder.
        * I'm testing this on Windows, and I don't know the behavior on Linux.
      7a298ad0
  3. 30 6月, 2016 1 次提交
    • W
      (Erroring) Adding `getCommitInfo` · db79a45f
      William Raiford 提交于
      * I'm going ahead and commiting changes for possibility of others seeing this code. I will rely on later being able to correctly rebase changes.
      * Added `getCommitInfo` to the git command chain: `IRawGitService`, `GitService`, `GitChannel`, `ChangesView`.
      * Is erroring in a side-effect that I am having problems debugging, as the contributing guidance doesn't explain debugging the node process side (explicitly anyway).
      db79a45f
  4. 11 6月, 2016 1 次提交
  5. 30 5月, 2016 2 次提交
  6. 21 4月, 2016 2 次提交
  7. 17 3月, 2016 1 次提交
  8. 05 2月, 2016 1 次提交
  9. 11 12月, 2015 1 次提交
  10. 09 12月, 2015 1 次提交
  11. 03 12月, 2015 1 次提交
  12. 27 11月, 2015 1 次提交
  13. 13 11月, 2015 1 次提交