| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'mk/submodule-gitdir-path' into maint | Junio C Hamano | 2015-11-03 | 1 | -5/+12 |
|\ |
|
| * | path: implement common_dir handling in git_pathdup_submodule()mk/submodule-gitdir-path | Max Kirillov | 2015-09-14 | 1 | -5/+12 |
* | | Merge branch 'jk/repository-extension' into maint | Junio C Hamano | 2015-11-03 | 1 | -3/+36 |
|\ \
| |/
|/| |
|
| * | introduce "preciousObjects" repository extensionjk/repository-extension | Jeff King | 2015-06-24 | 1 | -0/+2 |
| * | introduce "extensions" form of core.repositoryformatversion | Jeff King | 2015-06-24 | 1 | -3/+34 |
* | | Merge branch 'nd/fixup-linked-gitdir' | Junio C Hamano | 2015-09-01 | 1 | -2/+2 |
|\ \ |
|
| * | | setup: update the right file in multiple checkoutsnd/fixup-linked-gitdir | Nguyễn Thái Ngọc Duy | 2015-08-25 | 1 | -2/+2 |
| |/ |
|
* | | write_file(): drop caller-supplied LF from calls to create a one-liner filejc/am-state-fix | Junio C Hamano | 2015-08-25 | 1 | -1/+1 |
* | | write_file(): drop "fatal" parameter | Junio C Hamano | 2015-08-24 | 1 | -1/+1 |
* | | Merge branch 'ee/clean-remove-dirs' | Junio C Hamano | 2015-08-03 | 1 | -20/+69 |
|\ \
| |/
|/| |
|
| * | read_gitfile_gently: fix use-after-free | Jeff King | 2015-06-26 | 1 | -9/+5 |
| * | setup: sanity check file size in read_gitfile_gently | Erik Elfström | 2015-06-15 | 1 | -0/+7 |
| * | setup: add gentle version of read_gitfile | Erik Elfström | 2015-06-09 | 1 | -19/+65 |
* | | Merge branch 'jk/die-on-bogus-worktree-late' | Junio C Hamano | 2015-06-16 | 1 | -2/+10 |
|\ \
| |/
|/| |
|
| * | setup_git_directory: delay core.bare/core.worktree errorsjk/die-on-bogus-worktree-late | Jeff King | 2015-05-29 | 1 | -2/+10 |
* | | Merge branch 'nd/dwim-wildcards-as-pathspecs' | Junio C Hamano | 2015-05-19 | 1 | -1/+3 |
|\ \ |
|
| * | | pathspec: avoid the need of "--" when wildcard is used | Duy Nguyen | 2015-05-03 | 1 | -1/+3 |
| |/ |
|
* | | prune: strategies for linked checkouts | Nguyễn Thái Ngọc Duy | 2014-12-01 | 1 | -0/+13 |
* | | setup.c: support multi-checkout repo setup | Nguyễn Thái Ngọc Duy | 2014-12-01 | 1 | -9/+24 |
* | | setup.c: detect $GIT_COMMON_DIR check_repository_format_gently() | Nguyễn Thái Ngọc Duy | 2014-12-01 | 1 | -2/+4 |
* | | setup.c: convert check_repository_format_gently to use strbuf | Nguyễn Thái Ngọc Duy | 2014-12-01 | 1 | -4/+8 |
* | | setup.c: detect $GIT_COMMON_DIR in is_git_directory() | Nguyễn Thái Ngọc Duy | 2014-12-01 | 1 | -6/+37 |
* | | setup.c: convert is_git_directory() to use strbuf | Nguyễn Thái Ngọc Duy | 2014-12-01 | 1 | -16/+21 |
|/ |
|
* | Merge branch 'rs/strbuf-getcwd' | Junio C Hamano | 2014-09-02 | 1 | -46/+47 |
|\ |
|
| * | use xgetcwd() to get the current directory or die | René Scharfe | 2014-08-26 | 1 | -3/+3 |
| * | setup: convert setup_git_directory_gently_1 et al. to strbuf | René Scharfe | 2014-08-26 | 1 | -43/+44 |
* | | add `config_set` API for caching config-like files | Tanay Abhra | 2014-07-29 | 1 | -0/+9 |
|/ |
|
* | Merge branch 'mw/symlinks' | Junio C Hamano | 2014-05-02 | 1 | -2/+2 |
|\ |
|
| * | setup: fix windows path buffer over-steppingmw/symlinks | Martin Erik Werner | 2014-04-24 | 1 | -2/+2 |
* | | Merge branch 'nd/daemonize-gc' | Junio C Hamano | 2014-03-05 | 1 | -0/+24 |
|\ \ |
|
| * | | daemon: move daemonize() to libgit.a | Nguyễn Thái Ngọc Duy | 2014-02-10 | 1 | -0/+24 |
* | | | Merge branch 'mw/symlinks' | Junio C Hamano | 2014-02-27 | 1 | -20/+74 |
|\ \ \
| |/ /
|/| /
| |/ |
|
| * | setup: don't dereference in-tree symlinks for absolute paths | Martin Erik Werner | 2014-02-04 | 1 | -20/+10 |
| * | setup: add abspath_part_inside_repo() function | Martin Erik Werner | 2014-02-04 | 1 | -0/+64 |
* | | replace {pre,suf}fixcmp() with {starts,ends}_with()cc/starts-n-ends-with | Christian Couder | 2013-12-05 | 1 | -2/+2 |
|/ |
|
* | setup: trivial style fixes | Felipe Contreras | 2013-10-31 | 1 | -2/+2 |
* | Merge branch 'jx/relative-path-regression-fix' | Junio C Hamano | 2013-10-28 | 1 | -4/+1 |
|\ |
|
| * | Use simpler relative_path when set_git_dirjx/relative-path-regression-fix | Jiang Xin | 2013-10-14 | 1 | -4/+1 |
* | | Merge branch 'jl/submodule-mv' | Junio C Hamano | 2013-09-09 | 1 | -153/+20 |
|\ \ |
|
| * | | parse_pathspec: make sure the prefix part is wildcard-free | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -4/+20 |
| * | | move struct pathspec and related functions to pathspec.[ch] | Nguyễn Thái Ngọc Duy | 2013-07-15 | 1 | -149/+0 |
* | | | Merge branch 'jx/clean-interactive' | Junio C Hamano | 2013-07-22 | 1 | -1/+4 |
|\ \ \
| | |/
| |/| |
|
| * | | path.c: refactor relative_path(), not only strip prefix | Jiang Xin | 2013-06-26 | 1 | -1/+4 |
| |/ |
|
* | | Merge branch 'tr/protect-low-3-fds' | Junio C Hamano | 2013-07-22 | 1 | -0/+12 |
|\ \
| |/
|/| |
|
| * | daemon/shell: refactor redirection of 0/1/2 from /dev/null | Thomas Rast | 2013-07-17 | 1 | -0/+12 |
* | | Merge branch 'lf/setup-prefix-pathspec' | Junio C Hamano | 2013-03-25 | 1 | -5/+7 |
|\ \ |
|
| * | | setup.c: check that the pathspec magic ends with ")" | Andrew Wong | 2013-03-14 | 1 | -2/+3 |
| * | | setup.c: stop prefix_pathspec() from looping past the end of string | Andrew Wong | 2013-03-14 | 1 | -3/+4 |
| * | | Merge branch 'maint-1.7.11' into maint | Junio C Hamano | 2012-09-10 | 1 | -3/+5 |
| |\ \ |
|
* | \ \ | Merge branch 'jk/alias-in-bare' | Junio C Hamano | 2013-03-25 | 1 | -2/+10 |
|\ \ \ \ |
|