KiCad PCB EDA Suite
Loading...
Searching...
No Matches
git_compare_handler.h File Reference
#include <kicommon.h>
#include <wx/string.h>
#include <vector>

Go to the source code of this file.

Classes

struct  KIGIT::CHANGED_FILE
 

Namespaces

namespace  KIGIT
 

Enumerations

enum class  KIGIT::FILE_CHANGE_STATUS {
  KIGIT::UNCHANGED , KIGIT::ADDED , KIGIT::REMOVED , KIGIT::MODIFIED ,
  KIGIT::RENAMED , KIGIT::COPIED , KIGIT::TYPECHANGE
}
 

Functions

std::vector< CHANGED_FILEKIGIT::CompareRefs (git_repository *aRepo, const wxString &aBaseRef, const wxString &aHeadRef)
 Compare two git refs (branch / tag / commit OID) within a repository and return the per-file change list.
 
const char * KIGIT::FileChangeStatusToString (FILE_CHANGE_STATUS aStatus)