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-30
Merge branch 'bw/submodule-is-active'
Junio C Hamano
1
-8
/
+42
2017-03-29
submodule.c: correctly handle nested submodules in is_submodule_modified
Stefan Beller
1
-2
/
+19
2017-03-28
Merge branch 'sb/checkout-recurse-submodules'
Junio C Hamano
1
-32
/
+190
2017-03-28
submodule: convert check_for_new_submodule_commits to object_id
brian m. carlson
1
-2
/
+2
2017-03-27
path.c: move some code out of strbuf_git_path_submodule()
Nguyễn Thái Ngọc Duy
1
-0
/
+31
2017-03-27
submodule.c: stricter checking for submodules in is_submodule_modified
Stefan Beller
1
-2
/
+3
2017-03-27
submodule.c: port is_submodule_modified to use porcelain 2
Stefan Beller
1
-4
/
+5
2017-03-27
submodule.c: convert is_submodule_modified to use strbuf_getwholeline
Stefan Beller
1
-16
/
+14
2017-03-27
submodule.c: factor out early loop termination in is_submodule_modified
Stefan Beller
1
-8
/
+8
2017-03-27
submodule.c: use argv_array in is_submodule_modified
Stefan Beller
1
-8
/
+2
2017-03-18
submodule: decouple url and submodule interest
Brandon Williams
1
-8
/
+42
2017-03-17
Merge branch 'sb/rev-parse-show-superproject-root'
Junio C Hamano
1
-0
/
+82
2017-03-16
update submodules: add submodule_move_head
Stefan Beller
1
-0
/
+137
2017-03-16
submodule.c: get_super_prefix_or_empty
Stefan Beller
1
-6
/
+10
2017-03-15
update submodules: move up prepare_submodule_repo_env
Stefan Beller
1
-12
/
+17
2017-03-15
submodules: introduce check to see whether to touch a submodule
Stefan Beller
1
-0
/
+16
2017-03-15
update submodules: add a config option to determine if submodules are updated
Stefan Beller
1
-0
/
+6
2017-03-15
make is_submodule_populated gently
Stefan Beller
1
-5
/
+2
2017-03-15
connect_work_tree_and_git_dir: safely create leading directories
Stefan Beller
1
-9
/
+2
2017-03-08
rev-parse: add --show-superproject-working-tree
Stefan Beller
1
-0
/
+82
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-17
Merge branch 'bw/push-dry-run' into maint
Junio C Hamano
1
-5
/
+8
2017-01-17
Merge branch 'hv/submodule-not-yet-pushed-fix' into maint
Junio C Hamano
1
-26
/
+97
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
[prev]
[next]