1. 08 7月, 2016 2 次提交
    • W
      Restore prev commit msg after undo last commit. · 74de9483
      William Raiford 提交于
      * Seems to be working with limited testing.
      * I am using `IStorageService` with no explicit scope, and I am unsure of the implications of this.
      * There might should be an option for this functionality.
      74de9483
    • W
      Tweaked getting commit.template · faab0b21
      William Raiford 提交于
      * Added ability to specify commit.template using `~`, e.g. `~/.somefile`
      * Only works for local commit template. Not implemented for global commit.template, where the template location is in the home/users folder.
      faab0b21
  2. 06 7月, 2016 1 次提交
  3. 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
  4. 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
  5. 21 6月, 2016 6 次提交
  6. 20 6月, 2016 19 次提交
  7. 19 6月, 2016 5 次提交
  8. 18 6月, 2016 2 次提交
  9. 17 6月, 2016 3 次提交