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-03-08
real_pathdup(): fix callsites that wanted it to die on error
Johannes Schindelin
1
-5
/
+5
2017-01-26
submodule absorbing: fix worktree/gitdir pointers recursively for non-moves
Stefan Beller
1
-16
/
+46
2017-01-18
Merge branch 'sb/submodule-cleanup-export-git-dir-env'
Junio C Hamano
1
-1
/
+2
2017-01-18
Merge branch 'sb/submodule-rm-absorb'
Junio C Hamano
1
-19
/
+38
2017-01-18
Merge branch 'bw/grep-recurse-submodules'
Junio C Hamano
1
-4
/
+54
2017-01-10
Merge branch 'sb/submodule-embed-gitdir'
Junio C Hamano
1
-24
/
+103
2017-01-07
submodule.c: use GIT_DIR_ENVIRONMENT consistently
Stefan Beller
1
-1
/
+2
2016-12-27
submodule: rename and add flags to ok_to_remove_submodule
Stefan Beller
1
-12
/
+37
2016-12-27
submodule: modernize ok_to_remove_submodule to use argv_array
Stefan Beller
1
-10
/
+4
2016-12-22
submodules: load gitmodules file from commit sha1
Brandon Williams
1
-0
/
+12
2016-12-22
submodules: add helper to determine if a submodule is initialized
Brandon Williams
1
-0
/
+23
2016-12-22
submodules: add helper to determine if a submodule is populated
Brandon Williams
1
-0
/
+15
2016-12-16
Merge branch 'bw/push-dry-run'
Junio C Hamano
1
-5
/
+8
2016-12-16
Merge branch 'hv/submodule-not-yet-pushed-fix'
Junio C Hamano
1
-26
/
+97
2016-12-12
real_path: have callers use real_pathdup and strbuf_realpath
Brandon Williams
1
-1
/
+1
2016-12-12
submodule: add absorb-git-dir function
Stefan Beller
1
-0
/
+103
2016-12-12
move connect_work_tree_and_git_dir to dir.h
Stefan Beller
1
-25
/
+0
2016-12-09
submodule: use absolute path for computing relative path connecting
Stefan Beller
1
-6
/
+7
2016-11-23
push: fix --dry-run to not push submodules
Brandon Williams
1
-5
/
+8
2016-11-16
submodule_needs_pushing(): explain the behaviour when we cannot answer
Heiko Voigt
1
-0
/
+11
2016-11-16
batch check whether submodule needs pushing into one call
Heiko Voigt
1
-29
/
+33
2016-11-16
serialize collection of refs that contain submodule changes
Heiko Voigt
1
-15
/
+20
2016-11-16
serialize collection of changed submodules
Heiko Voigt
1
-4
/
+55
2016-10-17
Merge branch 'rs/cocci'
Junio C Hamano
1
-4
/
+3
2016-10-17
Merge branch 'jk/alt-odb-cleanup'
Junio C Hamano
1
-22
/
+1
2016-10-10
alternates: provide helper for adding to alternates list
Jeff King
1
-22
/
+1
2016-10-10
use strbuf_add_unique_abbrev() for adding short hashes, part 3
René Scharfe
1
-4
/
+3
2016-10-06
Merge branch 'rs/cocci'
Junio C Hamano
1
-1
/
+1
2016-09-27
use strbuf_add_unique_abbrev() for adding short hashes, part 2
René Scharfe
1
-1
/
+1
2016-09-27
use strbuf_addstr() instead of strbuf_addf() with "%s", part 2
René Scharfe
1
-1
/
+1
2016-09-26
sha1_array: let callbacks interrupt iteration
Jeff King
1
-1
/
+2
2016-09-12
Merge branch 'jc/submodule-anchor-git-dir'
Junio C Hamano
1
-0
/
+1
2016-09-01
submodule: avoid auto-discovery in prepare_submodule_repo_env()
Junio C Hamano
1
-0
/
+1
2016-08-31
diff: teach diff to display submodule difference with an inline diff
Jacob Keller
1
-0
/
+69
2016-08-31
submodule: refactor show_submodule_summary with helper function
Jacob Keller
1
-33
/
+82
2016-08-31
submodule: convert show_submodule_summary to use struct object_id *
Jacob Keller
1
-8
/
+8
2016-08-31
allow do_submodule_path to work even if submodule isn't checked out
Jacob Keller
1
-2
/
+4
2016-07-19
Merge branch 'bc/cocci'
Junio C Hamano
1
-2
/
+2
2016-06-28
diff: convert struct diff_filespec to struct object_id
brian m. carlson
1
-2
/
+2
2016-06-13
use string_list initializer consistently
Jeff King
1
-1
/
+1
2016-05-17
Merge branch 'jk/submodule-c-credential'
Junio C Hamano
1
-7
/
+18
2016-05-06
submodule: stop sanitizing config options
Jeff King
1
-38
/
+1
2016-04-28
submodule: use prepare_submodule_repo_env consistently
Jeff King
1
-7
/
+7
2016-04-28
submodule--helper: move config-sanitizing to submodule.c
Jeff King
1
-0
/
+48
2016-04-16
submodule: port init from shell to C
Stefan Beller
1
-0
/
+21
2016-04-14
Merge branch 'sb/submodule-path-misc-bugs' into sb/submodule-init
Junio C Hamano
1
-9
/
+7
2016-03-04
Merge branch 'sb/submodule-parallel-fetch'
Junio C Hamano
1
-4
/
+3
2016-03-01
fetching submodules: respect `submodule.fetchJobs` config option
Stefan Beller
1
-1
/
+15
2016-03-01
submodule-config: keep update strategy around
Stefan Beller
1
-0
/
+21
2016-03-01
run-command: do not pass child process data into callbacks
Stefan Beller
1
-4
/
+3
[next]