Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'bw/repo-object' | Junio C Hamano | 2017-07-05 | 20 | -373/+972 |
|\ | |||||
| * | ls-files: use repository objectbw/repo-object | Brandon Williams | 2017-06-23 | 3 | -115/+118 |
| * | repository: enable initialization of submodules | Brandon Williams | 2017-06-23 | 2 | -0/+64 |
| * | submodule: convert is_submodule_initialized to work on a repository | Brandon Williams | 2017-06-23 | 4 | -18/+16 |
| * | submodule: add repo_read_gitmodules | Brandon Williams | 2017-06-23 | 2 | -0/+17 |
| * | submodule-config: store the_submodule_cache in the_repository | Brandon Williams | 2017-06-23 | 4 | -18/+72 |
| * | repository: add index_state to struct repo | Brandon Williams | 2017-06-23 | 2 | -0/+25 |
| * | config: read config from a repository object | Brandon Williams | 2017-06-23 | 4 | -74/+183 |
| * | path: add repo_worktree_path and strbuf_repo_worktree_path | Brandon Williams | 2017-06-23 | 2 | -0/+49 |
| * | path: add repo_git_path and strbuf_repo_git_path | Brandon Williams | 2017-06-23 | 2 | -0/+29 |
| * | path: worktree_git_path() should not use file relocation | Brandon Williams | 2017-06-23 | 1 | -1/+2 |
| * | path: convert do_git_path to take a 'struct repository' | Brandon Williams | 2017-06-23 | 1 | -14/+28 |
| * | path: convert strbuf_git_common_path to take a 'struct repository' | Brandon Williams | 2017-06-23 | 3 | -8/+16 |
| * | path: always pass in commondir to update_common_dir | Brandon Williams | 2017-06-23 | 1 | -3/+1 |
| * | path: create path.h | Brandon Williams | 2017-06-23 | 3 | -58/+64 |
| * | environment: store worktree in the_repository | Brandon Williams | 2017-06-23 | 1 | -5/+4 |
| * | environment: place key repository state in the_repository | Brandon Williams | 2017-06-23 | 4 | -53/+34 |
| * | repository: introduce the repository object | Brandon Williams | 2017-06-23 | 3 | -0/+224 |
| * | environment: remove namespace_len variable | Brandon Williams | 2017-06-23 | 1 | -5/+4 |
| * | setup: add comment indicating a hack | Brandon Williams | 2017-06-23 | 1 | -0/+6 |
| * | setup: don't perform lazy initialization of repository state | Brandon Williams | 2017-06-23 | 3 | -9/+24 |
| *-. | Merge branches 'bw/ls-files-sans-the-index' and 'bw/config-h' into bw/repo-ob... | Junio C Hamano | 2017-06-23 | 155 | -413/+614 |
| |\ \ | |||||
* | | | | Thirteenth batch for 2.14 | Junio C Hamano | 2017-06-30 | 1 | -0/+23 |
* | | | | Merge branch 'vs/typofixes' | Junio C Hamano | 2017-06-30 | 28 | -41/+41 |
|\ \ \ \ | |||||
| * | | | | Spelling fixesvs/typofixes | Ville Skyttä | 2017-06-27 | 28 | -41/+41 |
* | | | | | Merge branch 'rs/apply-validate-input' | Junio C Hamano | 2017-06-30 | 4 | -7/+86 |
|\ \ \ \ \ | |||||
| * | | | | | apply: check git diffs for mutually exclusive header linesrs/apply-validate-input | René Scharfe | 2017-06-27 | 2 | -0/+33 |
| * | | | | | apply: check git diffs for invalid file modes | René Scharfe | 2017-06-27 | 2 | -6/+27 |
| * | | | | | apply: check git diffs for missing old filenames | René Scharfe | 2017-06-27 | 2 | -1/+26 |
* | | | | | | Merge branch 'jc/pack-bitmap-unaligned' | Junio C Hamano | 2017-06-30 | 1 | -1/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | pack-bitmap: don't perform unaligned memory accessjc/pack-bitmap-unaligned | James Clarke | 2017-06-26 | 1 | -1/+1 |
* | | | | | | | Merge branch 'ah/doc-pretty-color-auto-prefix' | Junio C Hamano | 2017-06-30 | 1 | -5/+6 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | doc: clarify syntax for %C(auto,...) in pretty formatsah/doc-pretty-color-auto-prefix | Andreas Heiduk | 2017-06-24 | 1 | -5/+6 |
* | | | | | | | | Merge branch 'ks/submodule-add-doc' | Junio C Hamano | 2017-06-30 | 1 | -28/+21 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | Documentation/git-submodule: cleanup "add" sectionks/submodule-add-doc | Kaartic Sivaraam | 2017-06-22 | 1 | -28/+21 |
| | |_|_|_|/ / / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'ks/status-initial-commit' | Junio C Hamano | 2017-06-30 | 5 | -3/+38 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | status: contextually notify user about an initial commitks/status-initial-commit | Kaartic Sivaraam | 2017-06-21 | 5 | -3/+38 |
* | | | | | | | | | Merge branch 'ab/die-errors-in-threaded' | Junio C Hamano | 2017-06-30 | 1 | -1/+17 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | die(): stop hiding errors due to overzealous recursion guardab/hide-die-errors-in-threadedab/die-errors-in-threaded | Ævar Arnfjörð Bjarmason | 2017-06-21 | 1 | -1/+17 |
| |/ / / / / / / / | |||||
* | | | | | | | | | Merge branch 'pw/rebase-i-regression-fix-tests' | Junio C Hamano | 2017-06-30 | 4 | -12/+148 |
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | | |||||
| * | | | | | | | | t3420: fix under GETTEXT_POISON buildpw/rebase-i-regression-fix-tests | Junio C Hamano | 2017-06-23 | 1 | -2/+2 |
| * | | | | | | | | rebase: add more regression tests for console output | Phillip Wood | 2017-06-19 | 1 | -2/+69 |
| * | | | | | | | | rebase: add regression tests for console output | Phillip Wood | 2017-06-19 | 1 | -3/+64 |
| * | | | | | | | | rebase -i: add test for reflog message | Phillip Wood | 2017-06-19 | 1 | -0/+7 |
| * | | | | | | | | sequencer: print autostash messages to stderr | Johannes Schindelin | 2017-06-19 | 2 | -7/+8 |
* | | | | | | | | | Twelfth batch for 2.14 | Junio C Hamano | 2017-06-26 | 1 | -1/+11 |
* | | | | | | | | | Merge branch 'mb/reword-autocomplete-message' | Junio C Hamano | 2017-06-26 | 1 | -6/+12 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | auto-correct: tweak phrasingmb/reword-autocomplete-message | Marc Branchaud | 2017-06-21 | 1 | -6/+12 |
| | |_|_|_|/ / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'ks/t7508-indent-fix' | Junio C Hamano | 2017-06-26 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | t7508: fix a broken indentationks/t7508-indent-fix | Kaartic Sivaraam | 2017-06-21 | 1 | -1/+1 |
| |/ / / / / / / / |