Git Source Code Mirror - This is a publish-only repository and all pull requests are ignored. Please follow Documentation/SubmittingPatches procedure for any of your improvements. - git/cache-tree.c at master · shiruba/git
Git Source Code Mirror - This is a publish-only repository and all pull requests are ignored. Please follow Documentation/SubmittingPatches procedure for any of your improvements. - git/remote-curl.c at master · shiruba/git
test-dump-cache-tree.c test-genrandom.c test-hashmap.c test-index-version.c test-line-buffer.c test-match-trees.c test-mergesort.c test-mktemp.c test-parse-options.c test-path-utils.c test-prio-queue.c test-read-cache.c test-regex.c test-revision-walking.c test-run-command.c test...
* Return 1 if it was removed from the work tree, 0 if an entity to be * compared with the cache entry ce still exists (the latter includes * the case where a directory that is not a submodule repository * exists for ce that is a submodule -- it is a submodule that is not ...
struct tree *merge, struct tree *common, struct tree **result); /* * "git-merge-recursive" can be fed trees; wrap them into * virtual commits and call merge_recursive() proper. */ int merge_recursive_generic(struct merge_options *o, const unsigned char *head, const unsigned char *mer...
int get_tree = 0; int get_history = 0; int get_all = 0; int get_verbosely = 0; int get_recover = 0;git_setup_gettext();git_extract_argv0_path(argv[0]);while (arg < argc && argv[arg][0] == '-') { if (argv[arg][1] == 't') { ...
* optionally a file in the destination tree) and dst points * at a newly created file. They may be quite similar, in which * case we want to say src is renamed to dst or src is copied into * dst, and then some edit has been applied to dst. ...
if test -n "$(git ls-tree MERGE_HEAD -- "$MERGED")" then # Remote isn't present, but it's a subdirectory git ls-tree --full-name -r MERGE_HEAD -- "$MERGED" | git update-index --index-info || exit $? else test -e "$MERGED" && mv -- "$MERGED" "$BACKUP" git update...
Refactor cache_tree_update idiom from commit trastauthored and gitstercommitted 996277c Commits on Nov 8, 2011 merge: make usage of commit->util more extensible gitstercommitted ae8e4c9 Commits on Oct 13, 2011 submodule: Search for merges only at end of recursive merge bradkingauthored and...