pjotrb 


  • Interfaces that define GitGetter functionality. 1) IGitGetter (uses IErrorReporter, see below) Consists of: - (DateTime date, string branch)[] BranchesByLastCommitDate(string projectPath, IErrorReporter... More information
  • Library that runs GIT.EXE for specific functionality and get its output as a string array, or in one case: as a (Date, string) array. Implements the IGitGetter interface from package 'GitGetter.Interfaces'.
  • Delivers functionality to see which GIT branches have been merged into others. Output is a table datastructure with a 2-dimensional array of cells. Uses package GitGetter for the actual execution of GIT... More information