summaryrefslogtreecommitdiff
path: root/setup.c
Commit message (Expand)AuthorAgeFilesLines
* read_gitfile_gently(): rename misnamed function to read_gitfile()Junio C Hamano2011-08-221-3/+3
* 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
| * setup: rework setup_explicit_git_dir()Nguyễn Thái Ngọc Duy2010-12-221-60/+78
| * setup: clean up setup_discovered_git_dir()Nguyễn Thái Ngọc Duy2010-12-221-36/+36
| * setup: clean up setup_bare_git_dir()Nguyễn Thái Ngọc Duy2010-12-221-10/+9
| * setup: limit get_git_work_tree()'s to explicit setup case onlyNguyễn Thái Ngọc Duy2010-12-221-2/+8
| * Use git_config_early() instead of git_config() during repo setupNguyễn Thái Ngọc Duy2010-12-221-12/+35
* | Merge branch 'nd/extended-sha1-relpath'Junio C Hamano2010-12-161-1/+1
|\ \
| * | Make prefix_path() return char* without constNguyễn Thái Ngọc Duy2010-12-071-1/+1
* | | Merge branch 'jn/parse-options-extra'Junio C Hamano2010-12-121-1/+3
|\ \ \ | |/ /
| * | setup: save prefix (original cwd relative to toplevel) in startup_infoNguyễn Thái Ngọc Duy2010-12-071-1/+3
| |/
* | prefix_filename(): safely handle the case where pfx_len=0Thomas Rast2010-10-181-2/+2
|/
* Merge branch 'jn/paginate-fix'Junio C Hamano2010-08-311-1/+11
|\
| * Merge branch 'jn/maint-setup-fix' (early part) into jn/paginate-fixJunio C Hamano2010-08-151-72/+99
| |\
| * | setup: remember whether repository was foundNguyễn Thái Ngọc Duy2010-08-111-1/+11
* | | setup: split off a function to handle ordinary .git directoriesNguyễn Thái Ngọc Duy2010-08-041-18/+25
| |/ |/|
* | setup: do not forget working dir from subdir of gitdirNguyễn Thái Ngọc Duy2010-08-041-0/+2
* | setup: split off get_device_or_die helperJonathan Nieder2010-07-251-11/+14
* | setup: split off a function to handle hitting ceiling in repo searchJonathan Nieder2010-07-251-9/+12
* | setup: split off code to handle stumbling upon a repositoryJonathan Nieder2010-07-251-13/+21
* | setup: split off a function to checks working dir for .git fileJonathan Nieder2010-07-251-7/+13
* | setup: split off $GIT_DIR-set case from setup_git_directory_gentlyJonathan Nieder2010-07-251-32/+37
|/
* Merge branch 'maint'Junio C Hamano2010-07-201-0/+2
|\
| * Check size of path buffer before writing into itGreg Brockman2010-07-201-0/+2
* | Use dev_t for device id (st_dev) from stat in setup_git_directory_gently()Raja R Harinath2010-07-141-1/+2
* | Merge branch 'maint'Junio C Hamano2010-06-061-0/+6
|\ \ | |/
| * setup: document prefixClemens Buchacher2010-06-051-0/+6
* | Rename ONE_FILESYSTEM to DISCOVERY_ACROSS_FILESYSTEMJunio C Hamano2010-04-041-2/+2
* | GIT_ONE_FILESYSTEM: flip the default to stop at filesystem boundariesJunio C Hamano2010-04-041-2/+2
* | Add support for GIT_ONE_FILESYSTEMLars R. Damerow2010-03-281-0/+25
* | truncate cwd string before printing error messageLars R. Damerow2010-03-281-1/+3
|/