index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
submodule.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-06-30
submodule.c: migrate diff output to use emit_diff_symbol
Stefan Beller
1
-47
/
+37
2017-06-27
Spelling fixes
Ville Skyttä
1
-2
/
+2
2017-06-24
Merge branch 'bw/config-h'
Junio C Hamano
1
-0
/
+1
2017-06-23
submodule: convert is_submodule_initialized to work on a repository
Brandon Williams
1
-12
/
+8
2017-06-23
submodule: add repo_read_gitmodules
Brandon Williams
1
-0
/
+15
2017-06-23
Merge branches 'bw/ls-files-sans-the-index' and 'bw/config-h' into bw/repo-ob...
Junio C Hamano
1
-0
/
+1
2017-06-23
pull: optionally rebase submodules (remote submodule changes only)
Stefan Beller
1
-0
/
+26
2017-06-15
config: don't include config.h by default
Brandon Williams
1
-0
/
+1
2017-06-13
Merge branch 'sb/submodule-blanket-recursive'
Junio C Hamano
1
-9
/
+57
2017-06-01
Introduce 'submodule.recurse' option for worktree manipulators
Stefan Beller
1
-2
/
+21
2017-05-30
submodule loading: separate code path for .gitmodules and config overlay
Stefan Beller
1
-3
/
+11
2017-05-30
reset/checkout/read-tree: unify config callback for submodule recursion
Stefan Beller
1
-6
/
+27
2017-05-30
Merge branch 'bw/pathspec-sans-the-index'
Junio C Hamano
1
-0
/
+63
2017-05-29
Merge branch 'bc/object-id'
Junio C Hamano
1
-12
/
+12
2017-05-29
Merge branch 'jk/diff-submodule-diff-inline'
Junio C Hamano
1
-1
/
+2
2017-05-29
Merge branch 'sb/checkout-recurse-submodules'
Junio C Hamano
1
-10
/
+11
2017-05-29
Merge branch 'sb/reset-recurse-submodules'
Junio C Hamano
1
-4
/
+27
2017-05-12
pathspec: remove PATHSPEC_STRIP_SUBMODULE_SLASH_EXPENSIVE flag
Brandon Williams
1
-0
/
+33
2017-05-10
submodule: add die_in_unpopulated_submodule function
Brandon Williams
1
-0
/
+30
2017-05-08
Convert lookup_commit* to struct object_id
brian m. carlson
1
-7
/
+7
2017-05-08
Convert remaining callers of lookup_commit_reference* to object_id
brian m. carlson
1
-4
/
+4
2017-05-08
submodule: convert merge_submodule to use struct object_id
brian m. carlson
1
-12
/
+12
2017-05-08
diff: recurse into nested submodules for inline diff
Stefan Beller
1
-1
/
+2
2017-05-04
submodule: properly recurse for read-tree and checkout
Stefan Beller
1
-1
/
+2
2017-05-04
submodule: avoid auto-discovery in new working tree manipulator code
Stefan Beller
1
-3
/
+3
2017-05-04
submodule_move_head: reuse child_process structure for futher commands
Stefan Beller
1
-6
/
+6
2017-05-02
submodule: refactor logic to determine changed submodules
Brandon Williams
1
-142
/
+105
2017-05-02
submodule: improve submodule_has_commits()
Brandon Williams
1
-0
/
+34
2017-05-01
submodule: change string_list changed_submodule_paths
Brandon Williams
1
-2
/
+2
2017-05-01
submodule: remove add_oid_to_argv()
Brandon Williams
1
-8
/
+2
2017-05-01
submodule: rename free_submodules_sha1s()
Brandon Williams
1
-2
/
+3
2017-05-01
submodule: rename add_sha1_to_array()
Brandon Williams
1
-4
/
+5
2017-04-23
Merge branch 'sb/checkout-recurse-submodules'
Junio C Hamano
1
-2
/
+1
2017-04-19
Merge branch 'nd/files-backend-git-dir'
Junio C Hamano
1
-0
/
+31
2017-04-19
Merge branch 'sb/submodule-rm-absorb'
Junio C Hamano
1
-2
/
+2
2017-04-19
Merge branch 'bw/push-options-recursively-to-submodules'
Junio C Hamano
1
-4
/
+70
2017-04-19
Merge branch 'bc/object-id'
Junio C Hamano
1
-33
/
+33
2017-04-19
Merge branch 'sb/submodule-short-status'
Junio C Hamano
1
-32
/
+43
2017-04-18
submodule.c: submodule_move_head works with broken submodules
Stefan Beller
1
-4
/
+24
2017-04-18
submodule.c: uninitialized submodules are ignored in recursive commands
Stefan Beller
1
-0
/
+3
2017-04-17
submodule: remove a superfluous second check for the "new" variable
Sebastian Schuberth
1
-2
/
+1
2017-04-16
Merge branch 'sb/show-diff-for-submodule-in-diff-fix'
Junio C Hamano
1
-0
/
+1
2017-04-16
Merge branch 'jk/snprintf-cleanups'
Junio C Hamano
1
-1
/
+1
2017-04-13
submodule.c: add missing ' in error messages
Ralf Thielow
1
-2
/
+2
2017-04-11
push: propagate remote and refspec with --recurse-submodules
Brandon Williams
1
-3
/
+60
2017-04-11
push: propagate push-options with --recurse-submodules
Brandon Williams
1
-2
/
+11
2017-04-02
diff: submodule inline diff to initialize env array.
Stefan Beller
1
-0
/
+1
2017-03-31
Rename sha1_array to oid_array
brian m. carlson
1
-24
/
+24
2017-03-31
Convert sha1_array_for_each_unique and for_each_abbrev to object_id
brian m. carlson
1
-10
/
+10
2017-03-31
Make sha1_array_append take a struct object_id *
brian m. carlson
1
-3
/
+3
[prev]
[next]