1. 23 3月, 2017 2 次提交
  2. 01 3月, 2017 2 次提交
  3. 08 11月, 2016 1 次提交
  4. 24 10月, 2016 3 次提交
  5. 08 10月, 2016 1 次提交
  6. 28 9月, 2016 1 次提交
  7. 12 8月, 2016 1 次提交
  8. 11 8月, 2016 1 次提交
  9. 26 7月, 2016 2 次提交
    • J
      clean all paths · a308b39f
      Joao Moreno 提交于
      fixes #8590
      a308b39f
    • 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
  10. 22 7月, 2016 1 次提交
  11. 12 7月, 2016 1 次提交
  12. 08 7月, 2016 1 次提交
  13. 06 7月, 2016 1 次提交
  14. 05 7月, 2016 1 次提交
    • W
      Cleaning up, Pipeline working · 13ff0573
      William Raiford 提交于
      * Cleaned up and corrected changeView calling code to avoid initial git commit msg stuff.
      * Refactored `lastCommitMsg` to `prevCommitMsg` in pipeline.
      
      * Added `getCommitInfo` to git `IModel`.
        * Added commitInfo to Model implementation class.
      * Changed `IRawGitService.getCommitInfo` to return `IRawStatus` instead of `ICommitInfo` directly.
      * Changed `IGitService.getCommitInfo` to return `IModel`.
        * This was required because it expects a status when performing a git operation from the client (not really documented nor obvious).
      
      * Added `Repository.getLog(ILogOptions)` for getting the previous commit msg, but allowing extensibility.
        * Added `ILogOptions` with single `prevCount` for extensibility of other use cases when executing `git log -1` (which gets the previous commit msg).
      
      InProgress:
      
      * Implementing getCommitInfo to parse possible template file, as well as parse the previous log message.
      13ff0573
  15. 30 5月, 2016 2 次提交
  16. 26 5月, 2016 1 次提交
  17. 23 3月, 2016 1 次提交
  18. 17 3月, 2016 1 次提交
  19. 04 3月, 2016 2 次提交
  20. 13 2月, 2016 1 次提交
  21. 05 2月, 2016 1 次提交
  22. 18 1月, 2016 1 次提交
  23. 06 1月, 2016 1 次提交
  24. 04 1月, 2016 1 次提交
  25. 12 12月, 2015 1 次提交
  26. 11 12月, 2015 1 次提交
  27. 09 12月, 2015 1 次提交
  28. 03 12月, 2015 1 次提交
  29. 01 12月, 2015 1 次提交
  30. 27 11月, 2015 2 次提交
  31. 13 11月, 2015 1 次提交