index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2017-03-16
builtin/read-tree: add --recurse-submodules switch
Stefan Beller
4
-1
/
+49
2017-03-16
builtin/checkout: add --recurse-submodules switch
Stefan Beller
4
-5
/
+62
2017-03-16
entry.c: create submodules when interesting
Stefan Beller
1
-0
/
+30
2017-03-16
unpack-trees: check if we can perform the operation for submodules
Stefan Beller
2
-9
/
+123
2017-03-16
unpack-trees: pass old oid to verify_clean_submodule
Stefan Beller
1
-7
/
+10
2017-03-16
update submodules: add submodule_move_head
Stefan Beller
2
-0
/
+144
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
2
-0
/
+23
2017-03-15
update submodules: add a config option to determine if submodules are updated
Stefan Beller
2
-0
/
+7
2017-03-15
update submodules: add submodule config parsing
Stefan Beller
2
-8
/
+29
2017-03-15
make is_submodule_populated gently
Stefan Beller
3
-7
/
+10
2017-03-15
lib-submodule-update.sh: define tests for recursing into submodules
Stefan Beller
1
-2
/
+504
2017-03-15
lib-submodule-update.sh: replace sha1 by hash
Stefan Beller
1
-3
/
+3
2017-03-15
lib-submodule-update: teach test_submodule_content the -C <dir> flag
Stefan Beller
1
-0
/
+5
2017-03-15
lib-submodule-update.sh: do not use ./. as submodule remote
Stefan Beller
1
-2
/
+13
2017-03-15
lib-submodule-update.sh: reorder create_lib_submodule_repo
Stefan Beller
1
-20
/
+29
2017-03-15
submodule--helper.c: remove duplicate code
Valery Tolstov
1
-20
/
+2
2017-03-15
connect_work_tree_and_git_dir: safely create leading directories
Stefan Beller
2
-20
/
+23
2017-02-15
A bit more for -rc2
Junio C Hamano
1
-0
/
+15
2017-02-15
Merge branch 'tg/stash-doc-cleanup'
Junio C Hamano
1
-2
/
+3
2017-02-15
Merge branch 'jk/doc-submodule-markup-fix'
Junio C Hamano
1
-3
/
+6
2017-02-15
Merge branch 'jk/doc-remote-helpers-markup-fix'
Junio C Hamano
1
-3
/
+3
2017-02-15
Merge branch 'sb/doc-unify-bottom'
Junio C Hamano
8
-8
/
+8
2017-02-15
Merge branch 'sb/push-options-via-transport'
Junio C Hamano
3
-0
/
+26
2017-02-15
Merge branch 'cw/completion'
Junio C Hamano
1
-21
/
+118
2017-02-15
Merge branch 'rs/swap'
Junio C Hamano
14
-65
/
+63
2017-02-15
Merge branch 'sb/submodule-doc'
Junio C Hamano
1
-32
/
+25
2017-02-13
Documentation/stash: remove mention of git reset --hard
Thomas Gummerer
1
-2
/
+3
2017-02-13
docs/git-submodule: fix unbalanced quote
Jeff King
1
-3
/
+6
2017-02-13
docs/gitremote-helpers: fix unbalanced quotes
Jeff King
1
-3
/
+3
2017-02-10
Git 2.12-rc1
Junio C Hamano
2
-1
/
+16
2017-02-10
Merge branch 'nd/rev-list-all-includes-HEAD-doc'
Junio C Hamano
1
-2
/
+2
2017-02-10
Merge branch 'rs/fill-directory-optim'
Junio C Hamano
1
-4
/
+3
2017-02-10
Merge branch 'jk/log-graph-name-only'
Junio C Hamano
2
-0
/
+49
2017-02-10
Merge branch 'da/t7800-cleanup'
Junio C Hamano
1
-12
/
+19
2017-02-10
Merge branch 'dl/difftool-doc-no-gui-option'
Junio C Hamano
1
-2
/
+3
2017-02-10
Merge branch 'js/difftool-builtin'
Junio C Hamano
2
-4
/
+16
2017-02-10
Merge branch 'rs/p5302-create-repositories-before-tests'
Junio C Hamano
1
-0
/
+7
2017-02-10
Merge branch 'ps/worktree-prune-help-fix'
Junio C Hamano
1
-2
/
+2
2017-02-10
Merge branch 'ew/complete-svn-authorship-options'
Junio C Hamano
1
-2
/
+2
2017-02-10
Merge branch 'jk/reset-to-break-a-commit-doc'
Junio C Hamano
1
-0
/
+38
2017-02-10
Merge branch 'bw/push-submodule-only'
Junio C Hamano
2
-7
/
+8
2017-02-09
Documentation: unify bottom "part of git suite" lines
Stefan Beller
8
-8
/
+8
2017-02-08
push options: pass push options to the transport helper
Stefan Beller
3
-0
/
+26
2017-02-08
diff: print line prefix for --name-only output
Jeff King
2
-0
/
+49
2017-02-08
dir: avoid allocation in fill_directory()
René Scharfe
1
-4
/
+3
2017-02-08
rev-list-options.txt: update --all about HEAD
Nguyễn Thái Ngọc Duy
1
-2
/
+2
2017-02-08
t7800: replace "wc -l" with test_line_count
David Aguilar
1
-12
/
+19
2017-02-08
Merge branch 'da/difftool-dir-diff-fix' into da/t7800-cleanup
Junio C Hamano
2
-3
/
+45
[next]