summaryrefslogtreecommitdiff
path: root/setup.c
Commit message (Expand)AuthorAgeFilesLines
* Provide a mechanism to turn off symlink resolution in ceiling pathsMichael Haggerty2013-02-221-10/+22
* setup_git_directory_gently_1(): resolve symlinks in ceiling pathsMichael Haggerty2012-10-291-13/+13
* longest_ancestor_length(): require prefix list entries to be normalizedMichael Haggerty2012-10-291-0/+23
* longest_ancestor_length(): take a string_list argument for prefixesMichael Haggerty2012-10-291-2/+9
* Merge branch 'mm/die-with-dashdash-help'Junio C Hamano2012-08-221-3/+5
|\
| * setup: clarify error messages for file/revisions ambiguityMatthieu Moy2012-08-031-3/+5
| * Merge branch 'th/diff-no-index-fixes' into maintJunio C Hamano2012-07-111-2/+22
| |\
| * \ Merge branch 'mm/verify-filename-fix' into maintJunio C Hamano2012-07-111-3/+24
| |\ \
* | \ \ Merge branch 'jc/sha1-name-more'Junio C Hamano2012-07-221-6/+2
|\ \ \ \
| * | | | sha1_name.c: get rid of get_sha1_with_mode_1()Junio C Hamano2012-07-031-6/+2
* | | | | Merge branch 'th/diff-no-index-fixes'Junio C Hamano2012-07-041-2/+22
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | diff: handle relative paths in no-indexJeff King2012-06-221-2/+22
| | |/ / | |/| |
* | | | Merge branch 'mm/verify-filename-fix'Junio C Hamano2012-06-281-3/+24
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | verify_filename(): ask the caller to chose the kind of diagnosisMatthieu Moy2012-06-181-3/+24
| |/
* | properly keep track of current working directoryClemens Buchacher2012-04-151-9/+13
* | standardize and improve lookup rules for external local reposjk/git-dir-lookupJeff King2012-02-021-1/+1
|/
* Merge branch 'cb/common-prefix-unification'Junio C Hamano2011-10-101-32/+0
|\
| * rename pathspec_prefix() to common_prefix() and move to dir.[ch]Clemens Buchacher2011-09-121-7/+0
| * consolidate pathspec_prefix and common_prefixJunio C Hamano2011-09-061-27/+2
| * remove prefix argument from pathspec_prefixClemens Buchacher2011-09-061-2/+2
* | Merge branch 'fg/submodule-git-file-git-dir'Junio C Hamano2011-10-101-0/+7
|\ \
| * | rev-parse: add option --resolve-git-dir <path>Fredrik Gustafsson2011-08-161-0/+7
* | | Merge branch 'nd/maint-clone-gitdir'Junio C Hamano2011-08-281-3/+3
|\ \ \
| * | | read_gitfile_gently(): rename misnamed function to read_gitfile()Junio C Hamano2011-08-221-3/+3
* | | | Merge branch 'di/parse-options-split'Junio C Hamano2011-08-251-28/+0
|\ \ \ \
| * | | | Reduce parse-options.o dependenciesDmitry Ivankov2011-08-111-28/+0
| | |/ / | |/| |
* | | | Merge branch 'cb/partial-commit-relative-pathspec'Junio C Hamano2011-08-111-0/+32
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | commit: allow partial commits with relative pathsClemens Buchacher2011-08-021-0/+32
| |/
* | Merge branch 'da/git-prefix-everywhere' into nextJunio C Hamano2011-06-291-0/+5
|\ \ | |/ |/|
| * setup: Provide GIT_PREFIX to built-insDavid Aguilar2011-05-261-0/+5
* | Merge branch 'maint'Junio C Hamano2011-05-301-1/+1
|\ \
| * \ Merge branch 'jm/maint-misc-fix' into maintJunio C Hamano2011-05-301-1/+1
| |\ \ | | |/ | |/|
| | * read_gitfile_gently: use ssize_t to hold read resultJeff King2011-05-261-1/+1
* | | Merge branch 'jc/magic-pathspec'Junio C Hamano2011-05-231-4/+111
|\ \ \
| * | | setup.c: Fix some "symbol not declared" sparse warningsRamsay Jones2011-05-171-2/+2
| * | | rev/path disambiguation: further restrict "misspelled index entry" diagJunio C Hamano2011-05-101-2/+11
| * | | fix overslow :/no-such-string-ever-existed diagnosticsJunio C Hamano2011-05-101-1/+1
| * | | pathspec: drop "lone : means no pathspec" from get_pathspec()Junio C Hamano2011-05-101-3/+0
| * | | Revert "magic pathspec: add ":(icase)path" to match case insensitively"Junio C Hamano2011-05-101-27/+4
| * | | magic pathspec: add ":(icase)path" to match case insensitivelyJunio C Hamano2011-04-081-4/+27
| * | | magic pathspec: futureproof shorthand formJunio C Hamano2011-04-081-1/+8
| * | | magic pathspec: add tentative ":/path/from/top/level" pathspec supportJunio C Hamano2011-04-061-2/+96
| |/ /
* | | Merge branch 'nd/maint-setup'Junio C Hamano2011-05-021-3/+4
|\ \ \ | |/ / |/| |
| * | setup: return correct prefix if worktree is '/'Nguyễn Thái Ngọc Duy2011-03-281-3/+4
| |/
* | Name make_*_path functions more accuratelyCarlos Martín Nieto2011-03-171-7/+7
* | Merge branch 'cb/setup'Junio C Hamano2011-02-091-4/+7
|\ \ | |/ |/|
| * setup: translate symlinks in filename when using absolute pathsCarlo Marcelo Arenas Belon2011-01-041-4/+7
* | Subject: setup: officially support --work-tree without --git-dirJonathan Nieder2011-01-211-0/+19
* | Merge branch 'nd/setup'Junio C Hamano2010-12-281-92/+146
|\ \ | |/
| * setup_work_tree: adjust relative $GIT_WORK_TREE after moving cwdNguyễn Thái Ngọc Duy2010-12-271-0/+8