15 #include <SupportKit.h> 40 #define ADDON_NAME "TrackGit" 45 #define APP_SIGN "application/x-vnd.Haiku-TrackGit" 48 vector<char*>& selected);
54 int cred_acquire_cb(git_cred**,
const char*,
const char*,
unsigned int,
void*);
void extract_selected_paths(const BMessage *msg, vector< char *> &selected)
Get selected files.
BString extract_current_directory(const BMessage *msg)
Get current directory.
int perform_fastforward(git_repository *, const git_oid *, int)
This performs fastforward on given repo, branch id.
int cred_acquire_cb(git_cred **, const char *, const char *, unsigned int, void *)
This functions gets username and password from the user in case credentials are required.
void output_conflicts(git_index *)
Shows conflicts in current repo index in a window.
BString get_root_of_repo(BString dirPath)
Get the root of repo of current directory.
int create_commit(git_repository *, git_index *, const char *)
Creates a commit on given repo, index and message.
Header file of Conflicts window.