Mini Git
A reduced version of Git
|
#include "blob.hpp"
#include <filesystem>
#include <fstream>
#include <iostream>
#include "sha.hpp"
#include <string>
#include "tree.hpp"
#include <zstr.hpp>
Functions | |
bool | is_same_or_subpath (const std::filesystem::path &path, const std::filesystem::path &base) |
int | add (int argc, char *argv[]) |
int add | ( | int | argc, |
char * | argv[] ) |
bool is_same_or_subpath | ( | const std::filesystem::path & | path, |
const std::filesystem::path & | base ) |