Age | Commit message (Expand) | Author | Files | Lines |
2017-06-24 | Merge branch 'jc/diff-tree-stale-comment' into maint | Junio C Hamano | 1 | -3/+5 |
2017-06-24 | Merge branch 'ps/stash-push-pathspec-fix' into maint | Junio C Hamano | 2 | -0/+19 |
2017-06-24 | Merge branch 'ls/github' into maint | Junio C Hamano | 2 | -0/+26 |
2017-06-24 | Merge branch 'jk/pack-idx-corruption-safety' into maint | Junio C Hamano | 1 | -1/+7 |
2017-06-24 | Merge branch 'jk/diff-blob' into maint | Junio C Hamano | 10 | -147/+301 |
2017-06-24 | Merge branch 'jc/name-rev-lw-tag' into maint | Junio C Hamano | 2 | -8/+53 |
2017-06-24 | Eleventh batch for 2.14 | Junio C Hamano | 1 | -15/+46 |
2017-06-24 | Merge branch 'ab/free-and-null' | Junio C Hamano | 49 | -195/+117 |
2017-06-24 | Merge branch 'jk/warn-add-gitlink' | Junio C Hamano | 10 | -12/+113 |
2017-06-24 | Merge branch 'bw/config-h' | Junio C Hamano | 147 | -229/+397 |
2017-06-24 | Merge branch 'bw/ls-files-sans-the-index' | Junio C Hamano | 15 | -123/+168 |
2017-06-24 | Merge branch 'js/alias-early-config' | Junio C Hamano | 8 | -61/+49 |
2017-06-24 | Merge branch 'sn/reset-doc-typofix' | Junio C Hamano | 1 | -1/+1 |
2017-06-24 | Merge branch 'sg/doc-pretty-formats' | Junio C Hamano | 1 | -2/+2 |
2017-06-24 | Merge branch 'rs/pretty-add-again' | Junio C Hamano | 3 | -45/+0 |
2017-06-24 | Merge branch 'jk/diff-highlight-module' | Junio C Hamano | 5 | -19/+82 |
2017-06-24 | Merge branch 'ah/doc-gitattributes-empty-index' | Junio C Hamano | 1 | -1/+1 |
2017-06-24 | Merge branch 'ab/wildmatch-glob-slash-test' | Junio C Hamano | 1 | -0/+2 |
2017-06-24 | Merge branch 'ab/pcre-v2' | Junio C Hamano | 1 | -1/+1 |
2017-06-24 | Merge branch 'da/mergetools-meld-output-opt-on-macos' | Junio C Hamano | 1 | -1/+1 |
2017-06-24 | Merge branch 'nd/split-index-unshare' | Junio C Hamano | 3 | -47/+21 |
2017-06-24 | Revert "split-index: add and use unshare_split_index()" | Junio C Hamano | 3 | -47/+21 |
2017-06-24 | doc: clarify syntax for %C(auto,...) in pretty formats | Andreas Heiduk | 1 | -5/+6 |
2017-06-24 | strbuf.h comment: discuss strbuf_addftime() arguments in order | Ævar Arnfjörð Bjarmason | 1 | -1/+1 |
2017-06-24 | sha1_file: guard against invalid loose subdirectory numbers | René Scharfe | 5 | -6/+9 |
2017-06-24 | sha1_file: let for_each_file_in_obj_subdir() handle subdir names | René Scharfe | 2 | -9/+14 |
2017-06-24 | p4205: add perf test script for pretty log formats | René Scharfe | 1 | -0/+16 |
2017-06-23 | wildmatch: remove unused wildopts parameter | Ævar Arnfjörð Bjarmason | 16 | -29/+22 |
2017-06-23 | ls-files: use repository object | Brandon Williams | 3 | -115/+118 |
2017-06-23 | repository: enable initialization of submodules | Brandon Williams | 2 | -0/+64 |
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-23 | pull: optionally rebase submodules (remote submodule changes only) | Stefan Beller | 5 | -16/+157 |