2017-06-24 | path: create path.h Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-06-24 | environment: store worktree in the_repository Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-06-24 | environment: place key repository state in the_repository Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-06-24 | repository: introduce the repository object Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-06-24 | environment: remove namespace_len variable Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-06-24 | setup: add comment indicating a hack Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-06-24 | setup: don't perform lazy initialization of repository... Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-06-15 | config: don't implicitly use gitdir or commondir Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-06-15 | config: respect commondir Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-06-15 | setup: teach discover_git_directory to respect the... Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-06-15 | config: don't include config.h by default Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-06-15 | config: remove git_config_iter Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-06-15 | config: create config.h Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-06-13 | ls-files: factor out tag calculation Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-06-13 | ls-files: factor out debug info into a function Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-06-13 | ls-files: convert show_files to take an index Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-06-13 | ls-files: convert show_ce_entry to take an index Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-06-13 | ls-files: convert prune_cache to take an index Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-06-13 | ls-files: convert ce_excluded to take an index Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-06-13 | ls-files: convert show_ru_info to take an index Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-06-13 | ls-files: convert show_other_files to take an index Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-06-13 | ls-files: convert show_killed_files to take an index Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-06-13 | ls-files: convert write_eolinfo to take an index Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-06-13 | ls-files: convert overlay_tree_on_cache to take an... Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-06-13 | tree: convert read_tree to take an index parameter Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-06-13 | convert: convert renormalize_buffer to take an index Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-06-13 | convert: convert convert_to_git to take an index Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-06-13 | convert: convert convert_to_git_filter_fd to take an... Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-06-13 | convert: convert crlf_to_git to take an index Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-06-13 | convert: convert get_cached_convert_stats_ascii to... Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-06-05 | diff: rename diff_fill_sha1_info to diff_fill_oid_info Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-06-05 | diffcore-rename: use is_empty_blob_oid Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-06-05 | tree-diff: convert path_appendnew to object_id Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-06-05 | tree-diff: convert diff_tree_paths to struct object_id Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-06-05 | tree-diff: convert try_to_follow_renames to struct... Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-06-05 | builtin/diff-tree: cleanup references to sha1 Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-06-05 | diff-tree: convert diff_tree_sha1 to struct object_id Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-06-05 | notes-merge: convert write_note_to_worktree to struct... Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-06-05 | notes-merge: convert verify_notes_filepair to struct... Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-06-05 | notes-merge: convert find_notes_merge_pair_ps to struct... Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-06-05 | notes-merge: convert merge_from_diffs to struct object_id Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-06-05 | notes-merge: convert notes_merge* to struct object_id Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-06-02 | tree-diff: convert diff_root_tree_sha1 to struct object_id Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-06-02 | combine-diff: convert find_paths_* to struct object_id Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-06-02 | combine-diff: convert diff_tree_combined to struct... Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-06-02 | diff: convert diff_flush_patch_id to struct object_id Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-06-02 | patch-ids: convert to struct object_id Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-06-02 | diff: finish conversion for prepare_temp_file to struct... Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-06-02 | diff: convert reuse_worktree_file to struct object_id Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-06-02 | diff: convert fill_filespec to struct object_id Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-06-02 | diff: convert diff_change to struct object_id Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-06-02 | diff: convert run_diff_files to struct object_id Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-06-02 | diff: convert diff_addremove to struct object_id Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-06-02 | diff: convert diff_index_show_file to struct object_id Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-06-02 | diff: convert get_stat_data to struct object_id Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-06-02 | grep: convert to struct object_id Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-05-12 | pathspec: convert find_pathspecs_matching_against_index... Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-05-12 | pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_CHEAP Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-05-12 | ls-files: prevent prune_cache from overeagerly pruning... Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-05-12 | pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_EXPENSIVE... Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-05-10 | submodule: add die_in_unpopulated_submodule function Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-05-10 | pathspec: provide a more descriptive die message Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-05-06 | dir: convert fill_directory to take an index Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-05-06 | dir: convert read_directory to take an index Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-05-06 | dir: convert read_directory_recursive to take an index Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-05-06 | dir: convert open_cached_dir to take an index Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-05-06 | dir: convert is_excluded to take an index Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-05-06 | dir: convert prep_exclude to take an index Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-05-06 | dir: convert add_excludes to take an index Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-05-06 | dir: convert is_excluded_from_list to take an index Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-05-06 | dir: convert last_exclude_matching_from_list to take... Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-05-06 | dir: convert dir_add* to take an index Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-05-06 | dir: convert get_dtype to take index Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-05-06 | dir: convert directory_exists_in_index to take index Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-05-06 | dir: convert read_skip_worktree_file_from_index to... Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-05-06 | dir: stop using the index compatibility macros Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-05-02 | submodule: refactor logic to determine changed submodules Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-05-02 | submodule: improve submodule_has_commits() Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-05-01 | submodule: change string_list changed_submodule_paths Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-05-01 | submodule: remove add_oid_to_argv() Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-05-01 | submodule: rename free_submodules_sha1s() Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-05-01 | submodule: rename add_sha1_to_array() Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-04-26 | run-command: restrict PATH search to executable files Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-04-26 | run-command: expose is_executable function Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-04-21 | run-command: add note about forking and threading Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-04-21 | run-command: handle dup2 and close errors in child Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-04-21 | run-command: eliminate calls to error handling functions... Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-04-21 | run-command: don't die in child when duping /dev/null Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-04-21 | run-command: prepare child environment before forking Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-04-21 | string-list: add string_list_remove function Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-04-21 | run-command: use the async-signal-safe execv instead... Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-04-21 | run-command: prepare command before forking Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-04-21 | t0061: run_command executes scripts without a #! line Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-04-19 | t5550: use write_script to generate post-update hook Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-04-17 | submodule: prevent backslash expantion in submodule... Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-04-17 | pathspec: fix segfault in clear_pathspec Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-04-11 | push: propagate remote and refspec with --recurse-submodules Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-04-11 | submodule--helper: add push-check subcommand Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-04-11 | remote: expose parse_push_refspec function Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-04-11 | push: propagate push-options with --recurse-submodules Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |