summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-06-24Merge branch 'ab/pcre-v2'Libravatar Junio C Hamano1-1/+1
2017-06-24Merge branch 'da/mergetools-meld-output-opt-on-macos'Libravatar Junio C Hamano1-1/+1
2017-06-24Merge branch 'nd/split-index-unshare'Libravatar Junio C Hamano3-47/+21
2017-06-24Revert "split-index: add and use unshare_split_index()"Libravatar Junio C Hamano3-47/+21
2017-06-24doc: clarify syntax for %C(auto,...) in pretty formatsLibravatar Andreas Heiduk1-5/+6
2017-06-24strbuf.h comment: discuss strbuf_addftime() arguments in orderLibravatar Ævar Arnfjörð Bjarmason1-1/+1
2017-06-24sha1_file: guard against invalid loose subdirectory numbersLibravatar René Scharfe5-6/+9
2017-06-24sha1_file: let for_each_file_in_obj_subdir() handle subdir namesLibravatar René Scharfe2-9/+14
2017-06-24p4205: add perf test script for pretty log formatsLibravatar René Scharfe1-0/+16
2017-06-23wildmatch: remove unused wildopts parameterLibravatar Ævar Arnfjörð Bjarmason16-29/+22
2017-06-23ls-files: use repository objectLibravatar Brandon Williams3-115/+118
2017-06-23repository: enable initialization of submodulesLibravatar Brandon Williams2-0/+64
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-23pull: optionally rebase submodules (remote submodule changes only)Libravatar Stefan Beller5-16/+157
2017-06-23builtin/fetch: parse recurse-submodules-default at default options parsingLibravatar Stefan Beller1-9/+10
2017-06-23builtin/fetch: factor submodule recurse parsing out to submodule configLibravatar Stefan Beller3-16/+27
2017-06-23t3420: fix under GETTEXT_POISON buildLibravatar Junio C Hamano1-2/+2
2017-06-22submodules: overhaul documentationLibravatar Stefan Beller4-36/+234
2017-06-22Tenth batch for 2.14Libravatar Junio C Hamano1-0/+28
2017-06-22Merge branch 'rs/strbuf-addftime-zZ'Libravatar Junio C Hamano5-11/+73
2017-06-22Merge branch 'sd/t3200-branch-m-test'Libravatar Junio C Hamano1-0/+17
2017-06-22Merge branch 'ps/stash-push-pathspec-fix'Libravatar Junio C Hamano2-0/+19
2017-06-22Merge branch 'ls/github'Libravatar Junio C Hamano2-0/+26
2017-06-22Merge branch 'sg/revision-parser-skip-prefix'Libravatar Junio C Hamano2-48/+44
2017-06-22Merge branch 'mh/fast-import-raise-default-depth'Libravatar Junio C Hamano2-2/+2
2017-06-22Merge branch 'km/test-mailinfo-b-failure'Libravatar Junio C Hamano1-0/+42
2017-06-22Merge branch 'ah/filter-branch-setup'Libravatar Junio C Hamano2-11/+26
2017-06-22Merge branch 'pc/dir-count-slashes'Libravatar Junio C Hamano4-21/+15
2017-06-22Merge branch 'sb/t4005-modernize'Libravatar Junio C Hamano1-52/+43
2017-06-22Merge branch 'nd/fopen-errors'Libravatar Junio C Hamano2-3/+4
2017-06-22Documentation/git-submodule: cleanup "add" sectionLibravatar Kaartic Sivaraam1-28/+21
2017-06-22sha1_name: cache readdir(3) results in find_short_object_filename()Libravatar René Scharfe3-26/+53