index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
submodule.c
Commit message (
Expand
)
Author
Age
*
submodule: use diff_tree_combined_merge() instead of diff_tree_combined()
René Scharfe
2011-12-17
*
use struct sha1_array in diff_tree_combined()
René Scharfe
2011-12-17
*
Merge branch 'jl/submodule-status-failure-report'
Junio C Hamano
2011-12-13
|
\
|
*
diff/status: print submodule path when looking for changes fails
Jens Lehmann
2011-12-08
*
|
Merge branch 'ab/clang-lints'
Junio C Hamano
2011-12-05
|
\
\
|
*
|
cast variable in call to free() in builtin/diff.c and submodule.c
Ævar Arnfjörð Bjarmason
2011-11-06
*
|
|
submodule: Search for merges only at end of recursive merge
Brad King
2011-10-13
*
|
|
Merge branch 'jk/argv-array'
Junio C Hamano
2011-10-05
|
\
\
\
|
*
|
|
refactor argv_array into generic code
Jeff King
2011-09-14
*
|
|
|
Merge branch 'jk/maint-fetch-submodule-check-fix'
Junio C Hamano
2011-10-05
|
\
\
\
\
|
|
/
/
/
|
|
/
/
|
|
/
/
|
/
|
|
|
*
|
fetch: avoid quadratic loop checking for updated submodules
Jeff King
2011-09-12
*
|
|
Sync with 1.7.6.3
Junio C Hamano
2011-09-12
|
\
\
\
|
*
\
\
Merge branch 'jl/maint-fetch-submodule-check-fix' into maint
Junio C Hamano
2011-09-12
|
|
\
\
\
|
|
*
|
|
fetch: skip on-demand checking when no submodules are configured
Jens Lehmann
2011-09-09
|
|
|
/
/
*
|
|
|
Merge branch 'fg/submodule-ff-check-before-push'
Junio C Hamano
2011-09-02
|
\
\
\
\
|
*
|
|
|
push: Don't push a repository with unpushed submodules
Fredrik Gustafsson
2011-08-20
|
|
/
/
/
|
*
|
|
Merge branch 'jl/maint-fetch-recursive-fix' into maint
Junio C Hamano
2011-08-01
|
|
\
\
\
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge branch 'nd/maint-clone-gitdir'
Junio C Hamano
2011-08-28
|
\
\
\
\
|
*
|
|
|
read_gitfile_gently(): rename misnamed function to read_gitfile()
Junio C Hamano
2011-08-22
|
|
/
/
/
*
|
|
|
Merge branch 'jl/maint-fetch-recursive-fix'
Junio C Hamano
2011-07-13
|
\
\
\
\
|
|
/
/
/
|
/
|
/
/
|
|
/
/
|
*
|
fetch: Also fetch submodules in subdirectories in on-demand mode
Jens Lehmann
2011-06-20
*
|
|
Submodules: Don't parse .gitmodules when it contains, merge conflicts
Jens Lehmann
2011-05-14
|
/
/
*
|
Merge branch 'jl/submodule-fetch-on-demand'
Junio C Hamano
2011-04-04
|
\
\
|
*
|
fetch/pull: Don't recurse into a submodule when commits are already present
Jens Lehmann
2011-03-09
|
*
|
Submodules: Add 'on-demand' value for the 'fetchRecurseSubmodule' option
Jens Lehmann
2011-03-09
|
*
|
config: teach the fetch.recurseSubmodules option the 'on-demand' value
Jens Lehmann
2011-03-09
|
*
|
fetch/pull: Add the 'on-demand' value to the --recurse-submodules option
Jens Lehmann
2011-03-09
|
*
|
fetch/pull: recurse into submodules when necessary
Jens Lehmann
2011-03-09
*
|
|
Fix sparse warnings
Stephen Boyd
2011-03-22
*
|
|
diff --submodule: split into bite-sized pieces
Jonathan Nieder
2011-03-16
|
/
/
*
|
fetch_populated_submodules(): document dynamic allocation
Junio C Hamano
2010-12-09
*
|
Submodules: Add the "fetchRecurseSubmodules" config option
Jens Lehmann
2010-11-12
*
|
Add the 'fetch.recurseSubmodules' config setting
Jens Lehmann
2010-11-12
*
|
fetch/pull: Add the --recurse-submodules option
Jens Lehmann
2010-11-12
*
|
Merge branch 'hv/submodule-find-ff-merge'
Junio C Hamano
2010-08-21
|
\
\
|
*
|
Implement automatic fast-forward merge for submodules
Heiko Voigt
2010-07-07
*
|
|
Add the 'diff.ignoreSubmodules' config setting
Johannes Schindelin
2010-08-09
*
|
|
Submodules: Use "ignore" settings from .gitmodules too for diff and status
Jens Lehmann
2010-08-09
*
|
|
Submodules: Add the new "ignore" config option for diff and status
Jens Lehmann
2010-08-09
|
/
/
*
|
Add the option "--ignore-submodules" to "git status"
Jens Lehmann
2010-06-25
*
|
Teach diff --submodule and status to handle .git files in submodules
Jens Lehmann
2010-04-10
*
|
git status: ignoring untracked files must apply to submodules too
Jens Lehmann
2010-03-13
*
|
git diff --submodule: Show detailed dirty status of submodules
Jens Lehmann
2010-03-04
*
|
is_submodule_modified(): clear environment properly
Giuseppe Bilotta
2010-02-24
*
|
Fix memory leak in submodule.c
Jens Lehmann
2010-01-31
*
|
is_submodule_modified(): fix breakage with external GIT_INDEX_FILE
v1.7.0-rc1
Junio C Hamano
2010-01-30
*
|
Teach diff --submodule that modified submodule directory is dirty
Jens Lehmann
2010-01-24
*
|
Merge branch 'jl/submodule-diff'
Junio C Hamano
2010-01-22
|
\
\
|
|
/
|
*
Show submodules as modified when they contain a dirty work tree
Jens Lehmann
2010-01-16
*
|
submodule.c: mark file-local function static
Junio C Hamano
2010-01-12
|
/
[next]