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-06-23
submodule: convert is_submodule_initialized to work on a repository
Brandon Williams
4
-18
/
+16
2017-06-23
submodule: add repo_read_gitmodules
Brandon Williams
2
-0
/
+17
2017-06-23
submodule-config: store the_submodule_cache in the_repository
Brandon Williams
4
-18
/
+72
2017-06-23
repository: add index_state to struct repo
Brandon Williams
2
-0
/
+25
2017-06-23
config: read config from a repository object
Brandon Williams
4
-74
/
+183
2017-06-23
path: add repo_worktree_path and strbuf_repo_worktree_path
Brandon Williams
2
-0
/
+49
2017-06-23
path: add repo_git_path and strbuf_repo_git_path
Brandon Williams
2
-0
/
+29
2017-06-23
path: worktree_git_path() should not use file relocation
Brandon Williams
1
-1
/
+2
2017-06-23
path: convert do_git_path to take a 'struct repository'
Brandon Williams
1
-14
/
+28
2017-06-23
path: convert strbuf_git_common_path to take a 'struct repository'
Brandon Williams
3
-8
/
+16
2017-06-23
path: always pass in commondir to update_common_dir
Brandon Williams
1
-3
/
+1
2017-06-23
path: create path.h
Brandon Williams
3
-58
/
+64
2017-06-23
environment: store worktree in the_repository
Brandon Williams
1
-5
/
+4
2017-06-23
environment: place key repository state in the_repository
Brandon Williams
4
-53
/
+34
2017-06-23
repository: introduce the repository object
Brandon Williams
3
-0
/
+224
2017-06-23
environment: remove namespace_len variable
Brandon Williams
1
-5
/
+4
2017-06-23
setup: add comment indicating a hack
Brandon Williams
1
-0
/
+6
2017-06-23
setup: don't perform lazy initialization of repository state
Brandon Williams
3
-9
/
+24
2017-06-23
Merge branches 'bw/ls-files-sans-the-index' and 'bw/config-h' into bw/repo-ob...
Junio C Hamano
155
-413
/
+614
2017-06-19
Ninth batch for 2.14
Junio C Hamano
1
-0
/
+29
2017-06-19
Merge branch 'jk/consistent-h'
Junio C Hamano
12
-13
/
+72
2017-06-19
Merge branch 'ab/perf-remove-index-lock'
Junio C Hamano
1
-1
/
+8
2017-06-19
Merge branch 'bw/object-id'
Junio C Hamano
36
-525
/
+539
2017-06-19
Merge branch 'sb/submodule-rm-absorb'
Junio C Hamano
1
-4
/
+5
2017-06-19
Merge branch 'ab/pcre-v2'
Junio C Hamano
10
-29
/
+349
2017-06-19
Merge branch 'jk/pathspec-magic-disambiguation'
Junio C Hamano
2
-10
/
+64
2017-06-15
sub-process: correct path to API docs in a comment
Christian Couder
1
-1
/
+1
2017-06-15
Merge branch 'svn-doc' of git://bogomips.org/git-svn
Junio C Hamano
1
-0
/
+15
2017-06-15
config: don't implicitly use gitdir or commondir
Brandon Williams
3
-24
/
+29
2017-06-15
config: respect commondir
Brandon Williams
2
-4
/
+8
2017-06-15
setup: teach discover_git_directory to respect the commondir
Brandon Williams
3
-16
/
+26
2017-06-15
config: don't include config.h by default
Brandon Williams
146
-1
/
+145
2017-06-15
config: remove git_config_iter
Brandon Williams
1
-1
/
+0
2017-06-15
config: create config.h
Brandon Williams
2
-189
/
+195
2017-06-15
alias: use the early config machinery to expand aliases
Johannes Schindelin
3
-59
/
+26
2017-06-15
t7006: demonstrate a problem with aliases in subdirectories
Johannes Schindelin
1
-0
/
+11
2017-06-15
t1308: relax the test verifying that empty alias values are disallowed
Johannes Schindelin
1
-1
/
+3
2017-06-15
help: use early config when autocorrecting aliases
Johannes Schindelin
1
-1
/
+1
2017-06-15
config: report correct line number upon error
Johannes Schindelin
2
-1
/
+8
2017-06-15
discover_git_directory(): avoid setting invalid git_dir
Johannes Schindelin
1
-0
/
+1
2017-06-15
git-svn: document special options for commit-diff
Andreas Heiduk
1
-0
/
+15
2017-06-13
Sync with maint
Junio C Hamano
1
-0
/
+37
2017-06-13
Eighth batch for 2.14
Junio C Hamano
1
-14
/
+21
2017-06-13
Merge branch 'jk/pack-idx-corruption-safety'
Junio C Hamano
1
-1
/
+7
2017-06-13
Merge branch 'nd/fopen-errors'
Junio C Hamano
32
-92
/
+125
2017-06-13
Merge branch 'rf/completion'
Junio C Hamano
1
-1
/
+28
2017-06-13
Merge branch 'jc/diff-tree-stale-comment'
Junio C Hamano
1
-3
/
+5
2017-06-13
Merge branch 'sb/submodule-blanket-recursive'
Junio C Hamano
16
-98
/
+179
2017-06-13
Merge branch 'jc/noent-notdir'
Junio C Hamano
9
-10
/
+25
2017-06-13
Prepare for 2.13.2
Junio C Hamano
2
-1
/
+38
[next]