]> git.ipfire.org Git - thirdparty/git.git/commit - submodule-config.c
Merge branch 'bw/grep-recurse-submodules'
authorJunio C Hamano <gitster@pobox.com>
Wed, 18 Jan 2017 23:12:11 +0000 (15:12 -0800)
committerJunio C Hamano <gitster@pobox.com>
Wed, 18 Jan 2017 23:12:11 +0000 (15:12 -0800)
commit55d128ae06b7b82f867961b677984620612a201c
tree5628d92c5a897c1738ae99b360d303a2ac62409e
parentffac48d093d4b518a0cc0e8bf1b7cb53e0c3d7a2
parente6fac7f3d3e313a93fe9b1243917669267b33153
Merge branch 'bw/grep-recurse-submodules'

"git grep" has been taught to optionally recurse into submodules.

* bw/grep-recurse-submodules:
  grep: search history of moved submodules
  grep: enable recurse-submodules to work on <tree> objects
  grep: optionally recurse into submodules
  grep: add submodules as a grep source type
  submodules: load gitmodules file from commit sha1
  submodules: add helper to determine if a submodule is initialized
  submodules: add helper to determine if a submodule is populated
  real_path: canonicalize directory separators in root parts
  real_path: have callers use real_pathdup and strbuf_realpath
  real_path: create real_pathdup
  real_path: convert real_path_internal to strbuf_realpath
  real_path: resolve symlinks by hand
cache.h
config.c
environment.c
git.c
sha1_file.c
submodule-config.c
submodule-config.h
submodule.c
submodule.h
transport.c
worktree.c