summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-06-24repository: enable initialization of submodulesBrandon Williams
2017-06-24submodule: convert is_submodule_initialized to work on a repositoryBrandon Williams
2017-06-24submodule: add repo_read_gitmodulesBrandon Williams
2017-06-24submodule-config: store the_submodule_cache in the_repositoryBrandon Williams
2017-06-24repository: add index_state to struct repoBrandon Williams
2017-06-24config: read config from a repository objectBrandon Williams
2017-06-24path: add repo_worktree_path and strbuf_repo_worktree_pathBrandon Williams
2017-06-24path: add repo_git_path and strbuf_repo_git_pathBrandon Williams
2017-06-24path: worktree_git_path() should not use file relocationBrandon Williams
2017-06-24path: convert do_git_path to take a 'struct repository'Brandon Williams
2017-06-24path: convert strbuf_git_common_path to take a 'struct repository'Brandon Williams
2017-06-24path: always pass in commondir to update_common_dirBrandon Williams
2017-06-24path: create path.hBrandon Williams
2017-06-24environment: store worktree in the_repositoryBrandon Williams
2017-06-24environment: place key repository state in the_repositoryBrandon Williams
2017-06-24repository: introduce the repository objectBrandon Williams
2017-06-24environment: remove namespace_len variableBrandon Williams
2017-06-24setup: add comment indicating a hackBrandon Williams
2017-06-24setup: don't perform lazy initialization of repository stateBrandon Williams
2017-06-24Merge branches 'bw/ls-files-sans-the-index' and 'bw/config-h' into bw/repo-ob...Junio C Hamano
2017-06-19Ninth batch for 2.14Junio C Hamano
2017-06-19Merge branch 'jk/consistent-h'Junio C Hamano
2017-06-19Merge branch 'ab/perf-remove-index-lock'Junio C Hamano
2017-06-19Merge branch 'bw/object-id'Junio C Hamano
2017-06-19Merge branch 'sb/submodule-rm-absorb'Junio C Hamano
2017-06-19Merge branch 'ab/pcre-v2'Junio C Hamano
2017-06-19Merge branch 'jk/pathspec-magic-disambiguation'Junio C Hamano
2017-06-15sub-process: correct path to API docs in a commentChristian Couder
2017-06-15Merge branch 'svn-doc' of git://bogomips.org/git-svnJunio C Hamano
2017-06-15config: don't implicitly use gitdir or commondirBrandon Williams
2017-06-15config: respect commondirBrandon Williams
2017-06-15setup: teach discover_git_directory to respect the commondirBrandon Williams
2017-06-15config: don't include config.h by defaultBrandon Williams
2017-06-15config: remove git_config_iterBrandon Williams
2017-06-15config: create config.hBrandon Williams
2017-06-15alias: use the early config machinery to expand aliasesJohannes Schindelin
2017-06-15t7006: demonstrate a problem with aliases in subdirectoriesJohannes Schindelin
2017-06-15t1308: relax the test verifying that empty alias values are disallowedJohannes Schindelin
2017-06-15help: use early config when autocorrecting aliasesJohannes Schindelin
2017-06-15config: report correct line number upon errorJohannes Schindelin
2017-06-15discover_git_directory(): avoid setting invalid git_dirJohannes Schindelin
2017-06-15git-svn: document special options for commit-diffAndreas Heiduk
2017-06-13Sync with maintJunio C Hamano
2017-06-13Eighth batch for 2.14Junio C Hamano
2017-06-13Merge branch 'jk/pack-idx-corruption-safety'Junio C Hamano
2017-06-13Merge branch 'nd/fopen-errors'Junio C Hamano
2017-06-13Merge branch 'rf/completion'Junio C Hamano
2017-06-13Merge branch 'jc/diff-tree-stale-comment'Junio C Hamano
2017-06-13Merge branch 'sb/submodule-blanket-recursive'Junio C Hamano
2017-06-13Merge branch 'jc/noent-notdir'Junio C Hamano