summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-06-23submodule: convert is_submodule_initialized to work on a repositoryLibravatar Brandon Williams4-18/+16
2017-06-23submodule: add repo_read_gitmodulesLibravatar Brandon Williams2-0/+17
2017-06-23submodule-config: store the_submodule_cache in the_repositoryLibravatar Brandon Williams4-18/+72
2017-06-23repository: add index_state to struct repoLibravatar Brandon Williams2-0/+25
2017-06-23config: read config from a repository objectLibravatar Brandon Williams4-74/+183
2017-06-23path: add repo_worktree_path and strbuf_repo_worktree_pathLibravatar Brandon Williams2-0/+49
2017-06-23path: add repo_git_path and strbuf_repo_git_pathLibravatar Brandon Williams2-0/+29
2017-06-23path: worktree_git_path() should not use file relocationLibravatar Brandon Williams1-1/+2
2017-06-23path: convert do_git_path to take a 'struct repository'Libravatar Brandon Williams1-14/+28
2017-06-23path: convert strbuf_git_common_path to take a 'struct repository'Libravatar Brandon Williams3-8/+16
2017-06-23path: always pass in commondir to update_common_dirLibravatar Brandon Williams1-3/+1
2017-06-23path: create path.hLibravatar Brandon Williams3-58/+64
2017-06-23environment: store worktree in the_repositoryLibravatar Brandon Williams1-5/+4
2017-06-23environment: place key repository state in the_repositoryLibravatar Brandon Williams4-53/+34
2017-06-23repository: introduce the repository objectLibravatar Brandon Williams3-0/+224
2017-06-23environment: remove namespace_len variableLibravatar Brandon Williams1-5/+4
2017-06-23setup: add comment indicating a hackLibravatar Brandon Williams1-0/+6
2017-06-23setup: don't perform lazy initialization of repository stateLibravatar Brandon Williams3-9/+24
2017-06-23Merge branches 'bw/ls-files-sans-the-index' and 'bw/config-h' into bw/repo-ob...Libravatar Junio C Hamano155-413/+614
2017-06-19Ninth batch for 2.14Libravatar Junio C Hamano1-0/+29
2017-06-19Merge branch 'jk/consistent-h'Libravatar Junio C Hamano12-13/+72
2017-06-19Merge branch 'ab/perf-remove-index-lock'Libravatar Junio C Hamano1-1/+8
2017-06-19Merge branch 'bw/object-id'Libravatar Junio C Hamano36-525/+539
2017-06-19Merge branch 'sb/submodule-rm-absorb'Libravatar Junio C Hamano1-4/+5
2017-06-19Merge branch 'ab/pcre-v2'Libravatar Junio C Hamano10-29/+349
2017-06-19Merge branch 'jk/pathspec-magic-disambiguation'Libravatar Junio C Hamano2-10/+64
2017-06-15sub-process: correct path to API docs in a commentLibravatar Christian Couder1-1/+1
2017-06-15Merge branch 'svn-doc' of git://bogomips.org/git-svnLibravatar Junio C Hamano1-0/+15
2017-06-15config: don't implicitly use gitdir or commondirLibravatar Brandon Williams3-24/+29
2017-06-15config: respect commondirLibravatar Brandon Williams2-4/+8
2017-06-15setup: teach discover_git_directory to respect the commondirLibravatar Brandon Williams3-16/+26
2017-06-15config: don't include config.h by defaultLibravatar Brandon Williams146-1/+145
2017-06-15config: remove git_config_iterLibravatar Brandon Williams1-1/+0
2017-06-15config: create config.hLibravatar Brandon Williams2-189/+195
2017-06-15alias: use the early config machinery to expand aliasesLibravatar Johannes Schindelin3-59/+26
2017-06-15t7006: demonstrate a problem with aliases in subdirectoriesLibravatar Johannes Schindelin1-0/+11
2017-06-15t1308: relax the test verifying that empty alias values are disallowedLibravatar Johannes Schindelin1-1/+3
2017-06-15help: use early config when autocorrecting aliasesLibravatar Johannes Schindelin1-1/+1
2017-06-15config: report correct line number upon errorLibravatar Johannes Schindelin2-1/+8
2017-06-15discover_git_directory(): avoid setting invalid git_dirLibravatar Johannes Schindelin1-0/+1
2017-06-15git-svn: document special options for commit-diffLibravatar Andreas Heiduk1-0/+15
2017-06-13Sync with maintLibravatar Junio C Hamano1-0/+37
2017-06-13Eighth batch for 2.14Libravatar Junio C Hamano1-14/+21
2017-06-13Merge branch 'jk/pack-idx-corruption-safety'Libravatar Junio C Hamano1-1/+7
2017-06-13Merge branch 'nd/fopen-errors'Libravatar Junio C Hamano32-92/+125
2017-06-13Merge branch 'rf/completion'Libravatar Junio C Hamano1-1/+28
2017-06-13Merge branch 'jc/diff-tree-stale-comment'Libravatar Junio C Hamano1-3/+5
2017-06-13Merge branch 'sb/submodule-blanket-recursive'Libravatar Junio C Hamano16-98/+179
2017-06-13Merge branch 'jc/noent-notdir'Libravatar Junio C Hamano9-10/+25
2017-06-13Prepare for 2.13.2Libravatar Junio C Hamano2-1/+38