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