Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Merge tag 'v2.9.5' into maint-2.10 | Junio C Hamano | 2017-07-30 |
|\ | |||
| * | Merge tag 'v2.8.6' into maint-2.9 | Junio C Hamano | 2017-07-30 |
| |\ | |||
| | * | Merge tag 'v2.7.6' into maint-2.8 | Junio C Hamano | 2017-07-30 |
| | |\ | |||
| | | * | connect: factor out "looks like command line option" check | Jeff King | 2017-07-28 |
| | | * | Merge branch 'js/dirname-basename' into maint | Junio C Hamano | 2016-02-05 |
| | | |\ | |||
| | * | \ | Merge branch 'lp/typofixes' into maint | Junio C Hamano | 2016-05-26 |
| | |\ \ \ | |||
| | * \ \ \ | Merge branch 'jk/check-repository-format' into maint | Junio C Hamano | 2016-05-02 |
| | |\ \ \ \ | |||
| * | \ \ \ \ | Merge branch 'rs/use-strbuf-addbuf' into maint | Junio C Hamano | 2016-08-08 |
| |\ \ \ \ \ \ | |||
* | | | | | | | | hex: make wraparound of the index into ring-buffer explicit | René Scharfe | 2016-10-26 |
* | | | | | | | | Merge branch 'ab/hooks' | Junio C Hamano | 2016-08-19 |
|\ \ \ \ \ \ \ \ | |||
| * | | | | | | | | rev-parse: respect core.hooksPath in --git-path | Johannes Schindelin | 2016-08-16 |
| | |_|/ / / / / | |/| | | | | | | |||
* | | | | | | | | Merge branch 'rs/use-strbuf-addbuf' | Junio C Hamano | 2016-07-25 |
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | / / / / / | | |/ / / / / | |/| | | | | | |||
| * | | | | | | use strbuf_addbuf() for appending a strbuf to another | René Scharfe | 2016-07-19 |
* | | | | | | | Merge branch 'nd/worktree-various-heads' | Junio C Hamano | 2016-05-23 |
|\ \ \ \ \ \ \ | |||
| * | | | | | | | path.c: refactor and add worktree_git_path() | Nguyễn Thái Ngọc Duy | 2016-04-22 |
| * | | | | | | | path.c: add git_common_path() and strbuf_git_common_path() | Nguyễn Thái Ngọc Duy | 2016-04-22 |
* | | | | | | | | Merge branch 'lp/typofixes' | Junio C Hamano | 2016-05-17 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | / / / | | |_|_|/ / / | |/| | | | | | |||
| * | | | | | | typofix: assorted typofixes in comments, documentation and messages | Li Peng | 2016-05-06 |
| | |/ / / / | |/| | | | | |||
* | | | | | | Merge branch 'jk/check-repository-format' | Junio C Hamano | 2016-04-13 |
|\ \ \ \ \ \ | |/ / / / / |/| | / / / | | |/ / / | |/| | | | |||
| * | | | | wrap shared_repository global in get/set accessors | Jeff King | 2016-03-11 |
* | | | | | config --show-origin: report paths with forward slashes | Johannes Schindelin | 2016-03-23 |
|/ / / / | |||
* | | | | Merge branch 'js/dirname-basename' | Junio C Hamano | 2016-02-03 |
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/| | |||
| * | | Refactor skipping DOS drive prefixes | Johannes Schindelin | 2016-01-12 |
| |/ | |||
| * | Merge branch 'dk/gc-idx-wo-pack' into maint | Junio C Hamano | 2015-12-04 |
| |\ | |||
| * \ | Merge branch 'nd/clone-linked-checkout' into maint | Junio C Hamano | 2015-11-05 |
| |\ \ | |||
| * \ \ | Merge branch 'mk/submodule-gitdir-path' into maint | Junio C Hamano | 2015-11-03 |
| |\ \ \ | |||
* | \ \ \ | Merge branch 'dt/refs-backend-pre-vtable' | Junio C Hamano | 2015-12-08 |
|\ \ \ \ \ | |||
| * | | | | | initdb: make safe_create_dir public | David Turner | 2015-11-20 |
* | | | | | | Merge branch 'dk/gc-idx-wo-pack' | Jeff King | 2015-11-20 |
|\ \ \ \ \ \ | |/ / / / / |/| | | | / | | |_|_|/ | |/| | | | |||
| * | | | | prepare_packed_git(): refactor garbage reporting in pack directory | Junio C Hamano | 2015-08-17 |
* | | | | | Merge branch 'jk/war-on-sprintf' | Junio C Hamano | 2015-10-20 |
|\ \ \ \ \ | |||
| * | | | | | use strbuf_complete to conditionally append slash | Jeff King | 2015-10-05 |
| * | | | | | remove_leading_path: use a strbuf for internal storage | Jeff King | 2015-10-05 |
| * | | | | | enter_repo: convert fixed-size buffers to strbufs | Jeff King | 2015-10-05 |
| * | | | | | add git_path_buf helper function | Jeff King | 2015-09-25 |
* | | | | | | Merge branch 'rd/test-path-utils' | Junio C Hamano | 2015-10-16 |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | |||
| * | | | | | test-path-utils.c: remove incorrect assumption | Ray Donnelly | 2015-10-08 |
| |/ / / / | |||
* | | | | | Merge branch 'nd/clone-linked-checkout' | Junio C Hamano | 2015-10-15 |
|\ \ \ \ \ | | |_|_|/ | |/| | | | |||
| * | | | | enter_repo: allow .git files in strict mode | Nguyễn Thái Ngọc Duy | 2015-09-28 |
| * | | | | enter_repo: avoid duplicating logic, use is_git_directory() instead | Nguyễn Thái Ngọc Duy | 2015-09-28 |
| * | | | | path.c: delete an extra space | Nguyễn Thái Ngọc Duy | 2015-09-07 |
| |/ / / | |||
* | | | | Merge branch 'mk/submodule-gitdir-path' | Junio C Hamano | 2015-10-15 |
|\ \ \ \ | | |_|/ | |/| | | |||
| * | | | path: implement common_dir handling in git_pathdup_submodule() | Max Kirillov | 2015-09-14 |
| |/ / | |||
* | | | refs: make refs/bisect/* per-worktree | David Turner | 2015-09-01 |
* | | | path: optimize common dir checking | David Turner | 2015-09-01 |
* | | | refs: clean up common_list | David Turner | 2015-09-01 |
|/ / | |||
* | | memoize common git-path "constant" files | Jeff King | 2015-08-10 |
* | | path.c: drop git_path_submodule | Jeff King | 2015-08-10 |
* | | cache.h: complete set of git_path_submodule helpers | Jeff King | 2015-08-10 |
|/ | |||
* | Merge branch 'pt/xdg-config-path' | Junio C Hamano | 2015-05-11 |
|\ |