Commit message (Expand) | Author | Age | ||
---|---|---|---|---|
... | ||||
| * | | | | | | | | | | | | | | | | git-p4: add read_pipe_text() internal function | Luke Diamand | 2017-04-16 | |
| * | | | | | | | | | | | | | | | | git-p4: add failing test for name-rev rather than symbolic-ref | Luke Diamand | 2017-04-16 | |
| | |_|_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | Merge branch 'dt/gc-ignore-old-gc-logs' | Junio C Hamano | 2017-04-19 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | t6500: wait for detached auto gc at the end of the test script | SZEDER Gábor | 2017-04-16 | |
* | | | | | | | | | | | | | | | | | Merge branch 'bw/attr-pathspec' | Junio C Hamano | 2017-04-19 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | pathspec: fix segfault in clear_pathspec | Brandon Williams | 2017-04-16 | |
* | | | | | | | | | | | | | | | | | | Merge branch 'ab/grep-plug-pathspec-leak' | Junio C Hamano | 2017-04-19 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | grep: plug a trivial memory leak | Ævar Arnfjörð Bjarmason | 2017-04-16 | |
* | | | | | | | | | | | | | | | | | | | Merge branch 'jk/no-looking-at-dotgit-outside-repo' | Junio C Hamano | 2017-04-19 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | test-read-cache: setup git dir | René Scharfe | 2017-04-16 | |
| * | | | | | | | | | | | | | | | | | | | has_sha1_file: don't bother if we are not in a repository | Jonathan Nieder | 2017-04-13 | |
* | | | | | | | | | | | | | | | | | | | | Merge branch 'nd/files-backend-git-dir' | Junio C Hamano | 2017-04-19 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | | refs.h: add a note about sorting order of for_each_ref_* | Nguyễn Thái Ngọc Duy | 2017-04-14 | |
| * | | | | | | | | | | | | | | | | | | | | t1406: new tests for submodule ref store | Nguyễn Thái Ngọc Duy | 2017-04-14 | |
| * | | | | | | | | | | | | | | | | | | | | t1405: some basic tests on main ref store | Nguyễn Thái Ngọc Duy | 2017-04-14 | |
| * | | | | | | | | | | | | | | | | | | | | t/helper: add test-ref-store to test ref-store functions | Nguyễn Thái Ngọc Duy | 2017-04-14 | |
| * | | | | | | | | | | | | | | | | | | | | refs: delete pack_refs() in favor of refs_pack_refs() | Nguyễn Thái Ngọc Duy | 2017-04-14 | |
| * | | | | | | | | | | | | | | | | | | | | files-backend: avoid ref api targeting main ref store | Nguyễn Thái Ngọc Duy | 2017-04-14 | |
| * | | | | | | | | | | | | | | | | | | | | refs: new transaction related ref-store api | Nguyễn Thái Ngọc Duy | 2017-04-14 | |
| * | | | | | | | | | | | | | | | | | | | | refs: add new ref-store api | Nguyễn Thái Ngọc Duy | 2017-04-14 | |
| * | | | | | | | | | | | | | | | | | | | | refs: rename get_ref_store() to get_submodule_ref_store() and make it public | Nguyễn Thái Ngọc Duy | 2017-04-14 | |
| * | | | | | | | | | | | | | | | | | | | | files-backend: replace submodule_allowed check in files_downcast() | Nguyễn Thái Ngọc Duy | 2017-04-14 | |
| * | | | | | | | | | | | | | | | | | | | | refs: move submodule code out of files-backend.c | Nguyễn Thái Ngọc Duy | 2017-03-27 | |
| * | | | | | | | | | | | | | | | | | | | | path.c: move some code out of strbuf_git_path_submodule() | Nguyễn Thái Ngọc Duy | 2017-03-27 | |
| * | | | | | | | | | | | | | | | | | | | | refs.c: make get_main_ref_store() public and use it | Nguyễn Thái Ngọc Duy | 2017-03-27 | |
| * | | | | | | | | | | | | | | | | | | | | refs.c: kill register_ref_store(), add register_submodule_ref_store() | Nguyễn Thái Ngọc Duy | 2017-03-27 | |
| * | | | | | | | | | | | | | | | | | | | | refs.c: flatten get_ref_store() a bit | Nguyễn Thái Ngọc Duy | 2017-03-27 | |
| * | | | | | | | | | | | | | | | | | | | | refs: rename lookup_ref_store() to lookup_submodule_ref_store() | Nguyễn Thái Ngọc Duy | 2017-03-27 | |
| * | | | | | | | | | | | | | | | | | | | | refs.c: introduce get_main_ref_store() | Nguyễn Thái Ngọc Duy | 2017-03-27 | |
| * | | | | | | | | | | | | | | | | | | | | files-backend: remove the use of git_path() | Nguyễn Thái Ngọc Duy | 2017-03-27 | |
| * | | | | | | | | | | | | | | | | | | | | files-backend: add and use files_ref_path() | Nguyễn Thái Ngọc Duy | 2017-03-27 | |
| * | | | | | | | | | | | | | | | | | | | | files-backend: add and use files_reflog_path() | Nguyễn Thái Ngọc Duy | 2017-03-27 | |
| * | | | | | | | | | | | | | | | | | | | | files-backend: move "logs/" out of TMP_RENAMED_LOG | Nguyễn Thái Ngọc Duy | 2017-03-27 | |
| * | | | | | | | | | | | | | | | | | | | | files-backend: convert git_path() to strbuf_git_path() | Nguyễn Thái Ngọc Duy | 2017-03-27 | |
| * | | | | | | | | | | | | | | | | | | | | files-backend: make sure files_rename_ref() always reach the end | Nguyễn Thái Ngọc Duy | 2017-03-27 | |
| * | | | | | | | | | | | | | | | | | | | | files-backend: add and use files_packed_refs_path() | Nguyễn Thái Ngọc Duy | 2017-03-27 | |
| * | | | | | | | | | | | | | | | | | | | | files-backend: delete dead code in files_init_db() | Nguyễn Thái Ngọc Duy | 2017-03-27 | |
| * | | | | | | | | | | | | | | | | | | | | files-backend.c: delete dead code in files_ref_iterator_begin() | Nguyễn Thái Ngọc Duy | 2017-03-27 | |
| * | | | | | | | | | | | | | | | | | | | | files-backend: make files_log_ref_write() static | Nguyễn Thái Ngọc Duy | 2017-03-27 | |
| * | | | | | | | | | | | | | | | | | | | | refs.h: add forward declaration for structs used in this file | Nguyễn Thái Ngọc Duy | 2017-03-18 | |
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'bw/submodule-is-active' | Junio C Hamano | 2017-04-19 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | | | submodule--helper: fix typo in is_active error message | Stefan Beller | 2017-04-13 | |
* | | | | | | | | | | | | | | | | | | | | | | Merge branch 'va/i18n-perl-scripts' | Junio C Hamano | 2017-04-19 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | | | | git-add--interactive.perl: add missing dot in a message | Ralf Thielow | 2017-04-13 | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'sb/submodule-rm-absorb' | Junio C Hamano | 2017-04-19 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | | | | | submodule.c: add missing ' in error messages | Ralf Thielow | 2017-04-13 | |
* | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'ah/diff-files-ours-theirs-doc' | Junio C Hamano | 2017-04-19 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | | | | | | diff-files: document --ours etc. | Andreas Heiduk | 2017-04-13 | |
| | |_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | ||||
* | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'lt/mailinfo-in-body-header-continuation' | Junio C Hamano | 2017-04-19 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||
| * | | | | | | | | | | | | | | | | | | | | | | | | mailinfo: fix in-body header continuations | Linus Torvalds | 2017-04-11 |