aboutsummaryrefslogtreecommitdiff
path: root/setup.c
Commit message (Expand)AuthorAge
* Merge branch 'cb/common-prefix-unification'Junio C Hamano2011-10-10
|\
| * rename pathspec_prefix() to common_prefix() and move to dir.[ch]Clemens Buchacher2011-09-12
| * consolidate pathspec_prefix and common_prefixJunio C Hamano2011-09-06
| * remove prefix argument from pathspec_prefixClemens Buchacher2011-09-06
* | Merge branch 'fg/submodule-git-file-git-dir'Junio C Hamano2011-10-10
|\ \
| * | rev-parse: add option --resolve-git-dir <path>Fredrik Gustafsson2011-08-16
* | | Merge branch 'nd/maint-clone-gitdir'Junio C Hamano2011-08-28
|\ \ \
| * | | read_gitfile_gently(): rename misnamed function to read_gitfile()Junio C Hamano2011-08-22
* | | | Merge branch 'di/parse-options-split'Junio C Hamano2011-08-25
|\ \ \ \
| * | | | Reduce parse-options.o dependenciesDmitry Ivankov2011-08-11
| | |/ / | |/| |
* | | | Merge branch 'cb/partial-commit-relative-pathspec'Junio C Hamano2011-08-11
|\ \ \ \ | |/ / / |/| | / | | |/ | |/|
| * | commit: allow partial commits with relative pathsClemens Buchacher2011-08-02
| |/
* | Merge branch 'da/git-prefix-everywhere' into nextJunio C Hamano2011-06-29
|\ \ | |/ |/|
| * setup: Provide GIT_PREFIX to built-insDavid Aguilar2011-05-26
* | Merge branch 'maint'Junio C Hamano2011-05-30
|\ \
| * \ Merge branch 'jm/maint-misc-fix' into maintJunio C Hamano2011-05-30
| |\ \ | | |/ | |/|
| | * read_gitfile_gently: use ssize_t to hold read resultJeff King2011-05-26
* | | Merge branch 'jc/magic-pathspec'Junio C Hamano2011-05-23
|\ \ \
| * | | setup.c: Fix some "symbol not declared" sparse warningsRamsay Jones2011-05-17
| * | | rev/path disambiguation: further restrict "misspelled index entry" diagJunio C Hamano2011-05-10
| * | | fix overslow :/no-such-string-ever-existed diagnosticsJunio C Hamano2011-05-10
| * | | pathspec: drop "lone : means no pathspec" from get_pathspec()Junio C Hamano2011-05-10
| * | | Revert "magic pathspec: add ":(icase)path" to match case insensitively"Junio C Hamano2011-05-10
| * | | magic pathspec: add ":(icase)path" to match case insensitivelyJunio C Hamano2011-04-08
| * | | magic pathspec: futureproof shorthand formJunio C Hamano2011-04-08
| * | | magic pathspec: add tentative ":/path/from/top/level" pathspec supportJunio C Hamano2011-04-06
| |/ /
* | | Merge branch 'nd/maint-setup'Junio C Hamano2011-05-02
|\ \ \ | |/ / |/| |
| * | setup: return correct prefix if worktree is '/'Nguyễn Thái Ngọc Duy2011-03-28
| |/
* | Name make_*_path functions more accuratelyCarlos Martín Nieto2011-03-17
* | Merge branch 'cb/setup'Junio C Hamano2011-02-09
|\ \ | |/ |/|
| * setup: translate symlinks in filename when using absolute pathsCarlo Marcelo Arenas Belon2011-01-04
* | Subject: setup: officially support --work-tree without --git-dirJonathan Nieder2011-01-21
* | Merge branch 'nd/setup'Junio C Hamano2010-12-28
|\ \ | |/
| * setup_work_tree: adjust relative $GIT_WORK_TREE after moving cwdNguyễn Thái Ngọc Duy2010-12-27
| * setup: rework setup_explicit_git_dir()Nguyễn Thái Ngọc Duy2010-12-22
| * setup: clean up setup_discovered_git_dir()Nguyễn Thái Ngọc Duy2010-12-22
| * setup: clean up setup_bare_git_dir()Nguyễn Thái Ngọc Duy2010-12-22
| * setup: limit get_git_work_tree()'s to explicit setup case onlyNguyễn Thái Ngọc Duy2010-12-22
| * Use git_config_early() instead of git_config() during repo setupNguyễn Thái Ngọc Duy2010-12-22
* | Merge branch 'nd/extended-sha1-relpath'Junio C Hamano2010-12-16
|\ \
| * | Make prefix_path() return char* without constNguyễn Thái Ngọc Duy2010-12-07
* | | Merge branch 'jn/parse-options-extra'Junio C Hamano2010-12-12
|\ \ \ | |/ /
| * | setup: save prefix (original cwd relative to toplevel) in startup_infoNguyễn Thái Ngọc Duy2010-12-07
| |/
* | prefix_filename(): safely handle the case where pfx_len=0Thomas Rast2010-10-18
|/
* Merge branch 'jn/paginate-fix'Junio C Hamano2010-08-31
|\
| * Merge branch 'jn/maint-setup-fix' (early part) into jn/paginate-fixJunio C Hamano2010-08-15
| |\
| * | setup: remember whether repository was foundNguyễn Thái Ngọc Duy2010-08-11
* | | setup: split off a function to handle ordinary .git directoriesNguyễn Thái Ngọc Duy2010-08-04
| |/ |/|
* | setup: do not forget working dir from subdir of gitdirNguyễn Thái Ngọc Duy2010-08-04
* | setup: split off get_device_or_die helperJonathan Nieder2010-07-25