2017-04-02 | push: unmark a local variable as static Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-03-23 | sequencer: fix missing newline Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-03-22 | remote-curl: allow push options Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-03-22 | send-pack: send push options correctly in stateless... Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-03-18 | grep: fix builds with with no thread support Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-03-18 | submodule add: respect submodule.active and submodule... Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-03-18 | submodule--helper init: set submodule.<name>.active Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-03-18 | clone: teach --recurse-submodules to optionally take... Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-03-18 | submodule init: initialize active submodules Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-03-18 | submodule: decouple url and submodule interest Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-03-17 | grep: set default output method Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-03-17 | ls-files: fix bug when recursing with relative pathspec Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-03-17 | ls-files: fix typo in variable name Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-03-17 | grep: fix bug when recursing with relative pathspec Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-03-17 | setup: allow for prefix to be passed to git commands Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-03-17 | grep: fix help text typo Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-03-17 | submodule--helper clone: check for configured submodules... Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-03-17 | submodule sync: use submodule--helper is-active Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-03-17 | submodule sync: skip work for inactive submodules Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-03-17 | submodule status: use submodule--helper is-active Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-03-17 | submodule--helper: add is-active subcommand Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-03-13 | pathspec: allow escaped query values Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-03-13 | pathspec: allow querying for attributes Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-02-01 | attr: reformat git_attr_set_direction() function Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-02-01 | attr: push the bare repo check into read_attr() Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-02-01 | attr: store attribute stack in attr_check structure Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-02-01 | attr: tighten const correctness with git_attr and match_attr Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-02-01 | attr: remove maybe-real, maybe-macro from git_attr Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-02-01 | attr: eliminate global check_all_attr array Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-02-01 | attr: use hashmap for attribute dictionary Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-02-01 | attr: pass struct attr_check to collect_some_attrs Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-01-11 | index: improve constness for reading blob data Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-01-09 | real_path: set errno when max number of symlinks is... Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-01-09 | real_path: prevent redefinition of MAXSYMLINKS Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-01-09 | pathspec: rename prefix_pathspec to init_pathspec_item Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-01-09 | pathspec: small readability changes Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-01-09 | pathspec: create strip submodule slash helpers Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-01-09 | pathspec: create parse_element_magic helper Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-01-09 | pathspec: create parse_long_magic function Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-01-09 | pathspec: create parse_short_magic function Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-01-09 | pathspec: factor global magic into its own function Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-01-09 | pathspec: simpler logic to prefix original pathspec... Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-01-09 | pathspec: always show mnemonic and name in unsupported_magic Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-01-09 | pathspec: remove unused variable from unsupported_magic Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-01-09 | pathspec: copy and free owned memory Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-01-09 | pathspec: remove the deprecated get_pathspec function Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-01-09 | ls-tree: convert show_recursive to use the pathspec... Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-01-09 | dir: convert fill_directory to use the pathspec struct... Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-01-09 | dir: remove struct path_simplify Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2017-01-09 | mv: remove use of deprecated 'get_pathspec()' Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2016-12-22 | grep: search history of moved submodules Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2016-12-22 | grep: enable recurse-submodules to work on <tree> objects Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2016-12-22 | grep: optionally recurse into submodules Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2016-12-22 | grep: add submodules as a grep source type Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2016-12-22 | submodules: load gitmodules file from commit sha1 Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2016-12-22 | submodules: add helper to determine if a submodule... Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2016-12-22 | submodules: add helper to determine if a submodule... Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2016-12-20 | push: add option to push only submodules Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2016-12-20 | submodules: add RECURSE_SUBMODULES_ONLY value Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2016-12-20 | transport: reformat flag #defines to be more readable Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2016-12-15 | transport: add from_user parameter to is_transport_allowed Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2016-12-15 | http: create function to get curl allowed protocols Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2016-12-15 | transport: add protocol policy config option Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2016-12-15 | http: always warn if libcurl version is too old Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2016-12-14 | lib-proto-disable: variable name fix Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2016-12-12 | real_path: have callers use real_pathdup and strbuf_realpath Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2016-12-12 | real_path: create real_pathdup Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2016-12-12 | real_path: convert real_path_internal to strbuf_realpath Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2016-12-12 | real_path: resolve symlinks by hand Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2016-11-23 | push: fix --dry-run to not push submodules Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2016-11-23 | push: --dry-run updates submodules when --recurse-submodules... Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2016-10-19 | submodules doc: update documentation for "." used for... Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2016-10-10 | ls-files: add pathspec matching for submodules Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2016-10-10 | ls-files: pass through safe options for --recurse-submodules Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2016-10-10 | ls-files: optionally recurse into submodules Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2016-10-10 | git: make super-prefix option Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |
2016-09-13 | pathspec: remove unnecessary function prototypes Signed-off-by: Brandon Williams <bmwill@google.com> |
diff | tree |