Age | Commit message (Expand) | Author | Files | Lines |
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 |
2013-06-26 | path.c: refactor relative_path(), not only strip prefix | Jiang Xin | 1 | -1/+4 |
2013-03-25 | Merge branch 'lf/setup-prefix-pathspec' | Junio C Hamano | 1 | -5/+7 |
2013-03-25 | Merge branch 'jk/alias-in-bare' | Junio C Hamano | 1 | -2/+10 |
2013-03-14 | setup.c: check that the pathspec magic ends with ")" | Andrew Wong | 1 | -2/+3 |
2013-03-14 | setup.c: stop prefix_pathspec() from looping past the end of string | Andrew Wong | 1 | -3/+4 |
2013-03-08 | setup: suppress implicit "." work-tree for bare repos | Jeff King | 1 | -0/+8 |
2013-03-08 | environment: add GIT_PREFIX to local_repo_env | Jeff King | 1 | -2/+2 |
2013-02-27 | Merge branch 'mh/maint-ceil-absolute' | Junio C Hamano | 1 | -10/+22 |
2013-02-22 | Provide a mechanism to turn off symlink resolution in ceiling paths | Michael Haggerty | 1 | -10/+22 |
2013-01-30 | Merge branch 'nd/magic-pathspec-from-root' | Junio C Hamano | 1 | -1/+8 |
2013-01-23 | Merge branch 'as/check-ignore' | Junio C Hamano | 1 | -0/+19 |
2013-01-21 | Update :/abc ambiguity check | Nguyễn Thái Ngọc Duy | 1 | -1/+8 |
2013-01-06 | setup.c: document get_pathspec() | Adam Spiers | 1 | -0/+19 |
2012-10-29 | setup_git_directory_gently_1(): resolve symlinks in ceiling paths | Michael Haggerty | 1 | -13/+13 |
2012-10-29 | longest_ancestor_length(): require prefix list entries to be normalized | Michael Haggerty | 1 | -0/+23 |
2012-10-29 | longest_ancestor_length(): take a string_list argument for prefixes | Michael Haggerty | 1 | -2/+9 |
2012-09-10 | Merge branch 'maint-1.7.11' into maint | Junio C Hamano | 1 | -3/+5 |
2012-08-22 | Merge branch 'mm/die-with-dashdash-help' | Junio C Hamano | 1 | -3/+5 |
2012-08-03 | setup: clarify error messages for file/revisions ambiguity | Matthieu Moy | 1 | -3/+5 |
2012-07-22 | Merge branch 'jc/sha1-name-more' | Junio C Hamano | 1 | -6/+2 |
2012-07-11 | Merge branch 'th/diff-no-index-fixes' into maint | Junio C Hamano | 1 | -2/+22 |
2012-07-11 | Merge branch 'mm/verify-filename-fix' into maint | Junio C Hamano | 1 | -3/+24 |
2012-07-04 | Merge branch 'th/diff-no-index-fixes' | Junio C Hamano | 1 | -2/+22 |
2012-07-03 | sha1_name.c: get rid of get_sha1_with_mode_1() | Junio C Hamano | 1 | -6/+2 |
2012-06-28 | Merge branch 'mm/verify-filename-fix' | Junio C Hamano | 1 | -3/+24 |
2012-06-22 | diff: handle relative paths in no-index | Jeff King | 1 | -2/+22 |
2012-06-18 | verify_filename(): ask the caller to chose the kind of diagnosis | Matthieu Moy | 1 | -3/+24 |
2012-04-15 | properly keep track of current working directory | Clemens Buchacher | 1 | -9/+13 |
2012-02-02 | standardize and improve lookup rules for external local repos | Jeff King | 1 | -1/+1 |
2011-10-10 | Merge branch 'cb/common-prefix-unification' | Junio C Hamano | 1 | -32/+0 |
2011-10-10 | Merge branch 'fg/submodule-git-file-git-dir' | Junio C Hamano | 1 | -0/+7 |
2011-09-12 | rename pathspec_prefix() to common_prefix() and move to dir.[ch] | Clemens Buchacher | 1 | -7/+0 |
2011-09-06 | consolidate pathspec_prefix and common_prefix | Junio C Hamano | 1 | -27/+2 |
2011-09-06 | remove prefix argument from pathspec_prefix | Clemens Buchacher | 1 | -2/+2 |
2011-08-28 | Merge branch 'nd/maint-clone-gitdir' | Junio C Hamano | 1 | -3/+3 |
2011-08-25 | Merge branch 'di/parse-options-split' | Junio C Hamano | 1 | -28/+0 |
2011-08-22 | read_gitfile_gently(): rename misnamed function to read_gitfile() | Junio C Hamano | 1 | -3/+3 |
2011-08-16 | rev-parse: add option --resolve-git-dir <path> | Fredrik Gustafsson | 1 | -0/+7 |
2011-08-11 | Reduce parse-options.o dependencies | Dmitry Ivankov | 1 | -28/+0 |
2011-08-11 | Merge branch 'cb/partial-commit-relative-pathspec' | Junio C Hamano | 1 | -0/+32 |
2011-08-02 | commit: allow partial commits with relative paths | Clemens Buchacher | 1 | -0/+32 |
2011-06-29 | Merge branch 'da/git-prefix-everywhere' into next | Junio C Hamano | 1 | -0/+5 |
2011-05-30 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
2011-05-30 | Merge branch 'jm/maint-misc-fix' into maint | Junio C Hamano | 1 | -1/+1 |
2011-05-26 | setup: Provide GIT_PREFIX to built-ins | David Aguilar | 1 | -0/+5 |
2011-05-26 | read_gitfile_gently: use ssize_t to hold read result | Jeff King | 1 | -1/+1 |
2011-05-23 | Merge branch 'jc/magic-pathspec' | Junio C Hamano | 1 | -4/+111 |
2011-05-17 | setup.c: Fix some "symbol not declared" sparse warnings | Ramsay Jones | 1 | -2/+2 |