| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\ \ \ \ |
|
| * | | | | setup: suppress implicit "." work-tree for bare repos | Jeff King | 2013-03-08 | 1 | -0/+8 |
| * | | | | environment: add GIT_PREFIX to local_repo_env | Jeff King | 2013-03-08 | 1 | -2/+2 |
| | |_|/
| |/| | |
|
* | | | | Merge branch 'mh/maint-ceil-absolute' | Junio C Hamano | 2013-02-27 | 1 | -10/+22 |
|\ \ \ \
| |/ / / |
|
| * | | | Provide a mechanism to turn off symlink resolution in ceiling paths | Michael Haggerty | 2013-02-22 | 1 | -10/+22 |
* | | | | Merge branch 'nd/magic-pathspec-from-root' | Junio C Hamano | 2013-01-30 | 1 | -1/+8 |
|\ \ \ \ |
|
| * | | | | Update :/abc ambiguity check | Nguyễn Thái Ngọc Duy | 2013-01-21 | 1 | -1/+8 |
| |/ / / |
|
* | | | | Merge branch 'as/check-ignore' | Junio C Hamano | 2013-01-23 | 1 | -0/+19 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | setup.c: document get_pathspec() | Adam Spiers | 2013-01-06 | 1 | -0/+19 |
| | |/
| |/| |
|
* | | | setup_git_directory_gently_1(): resolve symlinks in ceiling paths | Michael Haggerty | 2012-10-29 | 1 | -13/+13 |
* | | | longest_ancestor_length(): require prefix list entries to be normalized | Michael Haggerty | 2012-10-29 | 1 | -0/+23 |
* | | | longest_ancestor_length(): take a string_list argument for prefixes | Michael Haggerty | 2012-10-29 | 1 | -2/+9 |
* | | | Merge branch 'mm/die-with-dashdash-help' | Junio C Hamano | 2012-08-22 | 1 | -3/+5 |
|\ \ \
| |/ /
| | /
| |/
|/| |
|
| * | setup: clarify error messages for file/revisions ambiguity | Matthieu Moy | 2012-08-03 | 1 | -3/+5 |
| * | Merge branch 'th/diff-no-index-fixes' into maint | Junio C Hamano | 2012-07-11 | 1 | -2/+22 |
| |\ |
|
| * \ | Merge branch 'mm/verify-filename-fix' into maint | Junio C Hamano | 2012-07-11 | 1 | -3/+24 |
| |\ \ |
|
* | \ \ | Merge branch 'jc/sha1-name-more' | Junio C Hamano | 2012-07-22 | 1 | -6/+2 |
|\ \ \ \ |
|
| * | | | | sha1_name.c: get rid of get_sha1_with_mode_1() | Junio C Hamano | 2012-07-03 | 1 | -6/+2 |
* | | | | | Merge branch 'th/diff-no-index-fixes' | Junio C Hamano | 2012-07-04 | 1 | -2/+22 |
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| * | | | | diff: handle relative paths in no-index | Jeff King | 2012-06-22 | 1 | -2/+22 |
| | |/ /
| |/| | |
|
* | | | | Merge branch 'mm/verify-filename-fix' | Junio C Hamano | 2012-06-28 | 1 | -3/+24 |
|\ \ \ \
| |/ / /
|/| | /
| | |/
| |/| |
|
| * | | verify_filename(): ask the caller to chose the kind of diagnosis | Matthieu Moy | 2012-06-18 | 1 | -3/+24 |
| |/ |
|
* | | properly keep track of current working directory | Clemens Buchacher | 2012-04-15 | 1 | -9/+13 |
* | | standardize and improve lookup rules for external local reposjk/git-dir-lookup | Jeff King | 2012-02-02 | 1 | -1/+1 |
|/ |
|