summaryrefslogtreecommitdiff
path: root/setup.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Merge branch 'nd/root-git'Junio C Hamano2010-03-071-5/+8
|\
| * Support working directory located at rootNguyễn Thái Ngọc Duy2010-02-161-7/+10
* | Merge branch 'jc/typo'Junio C Hamano2010-02-161-1/+1
|\ \
| * | Typofixes outside documentation areaJunio C Hamano2010-02-031-1/+1
* | | setenv(GIT_DIR) clean-upRené Scharfe2010-02-061-2/+2
|/ /
* | Merge branch 'bk/fix-relative-gitdir-file'Junio C Hamano2010-01-201-3/+19
|\ \
| * | Handle relative paths in submodule .git filesBrad King2010-01-091-3/+19
| |/
* | Merge branch 'mm/diag-path-in-treeish'Junio C Hamano2010-01-101-2/+13
|\ \ | |/ |/|
| * Detailed diagnosis when parsing an object name fails.Matthieu Moy2009-12-071-2/+13
* | Merge branch 'maint' to sync with 1.6.5.7Junio C Hamano2009-12-161-2/+5
|\ \ | |/ |/|
| * worktree: don't segfault with an absolute pathspec without a work treeJunio C Hamano2009-12-161-2/+5
* | check_filename(): make verify_filename() callable without dyingJunio C Hamano2009-10-181-18/+20
|/
* Test for WIN32 instead of __MINGW32_Frank Li2009-09-181-1/+1
* Use die_errno() instead of die() when checking syscallsThomas Rast2009-06-271-5/+5
* Convert existing die(..., strerror(errno)) to die_errno()Thomas Rast2009-06-271-4/+4
* "core.sharedrepository = 0mode" should set, not loosenJunio C Hamano2009-03-271-2/+2
* Merge branch 'js/maint-1.6.0-path-normalize'Junio C Hamano2009-02-101-87/+1
|\
| * Move sanitary_path_copy() to path.c and rename it to normalize_path_copy()Johannes Sixt2009-02-071-87/+1
* | Merge branch 'sg/maint-gitdir-in-subdir'Junio C Hamano2009-01-211-1/+5
|\ \
| * | Fix gitdir detection when in subdir of gitdirSZEDER Gábor2009-01-171-1/+5
| |/
* | Always show which directory is not a git repositoryRichard Hartmann2008-12-211-1/+1
* | Make chdir failures visibleAlex Riesen2008-12-041-1/+2
|/
* make prefix_path() never return NULLDmitry Potapov2008-10-061-7/+2
* setup_git_directory(): fix move to worktree toplevel directoryNguyễn Thái Ngọc Duy2008-08-301-0/+2
* Merge branch 'dr/ceiling'Junio C Hamano2008-07-071-15/+16
|\
| * Eliminate an unnecessary chdir("..")David Reiss2008-05-231-1/+1
| * Add support for GIT_CEILING_DIRECTORIESDavid Reiss2008-05-231-11/+13
* | Merge branch 'j6t/mingw'Junio C Hamano2008-07-021-20/+39
|\ \
| * | Windows: Treat Windows style path names.Johannes Sixt2008-06-231-14/+36
| * | setup.c: Prepare for Windows directory separators.Johannes Sixt2008-06-231-8/+5
* | | Make git_dir a path relative to work_tree in setup_work_tree()Linus Torvalds2008-06-191-1/+2
|/ /
* | Provide git_config with a callback-data parameterJohannes Schindelin2008-05-141-2/+2
|/
* Merge branch 'lh/git-file'Junio C Hamano2008-05-051-0/+47
|\
| * Add platform-independent .git "symlink"Lars Hjemli2008-04-091-0/+47
* | Make core.sharedRepository more genericHeikki Orsila2008-04-161-14/+46
|/
* Always set *nongit_ok in setup_git_directory_gently()SZEDER Gábor2008-03-261-0/+8
* get_pathspec(): die when an out-of-tree path is givenJunio C Hamano2008-03-071-0/+2
* Avoid unnecessary "if-before-free" tests.Jim Meyering2008-02-221-2/+1
* prefix_path: use is_absolute_path() instead of *orig == '/'Johannes Sixt2008-02-201-2/+2
* Merge branch 'jc/setup'Junio C Hamano2008-02-201-42/+116
|\
| * setup: sanitize absolute and funny paths in get_pathspec()Junio C Hamano2008-02-051-42/+116
* | setup.c: guard config parser from value=NULLJunio C Hamano2008-02-111-0/+2
|/
* Fix grammar nits in documentation and in code comments.Jim Meyering2008-01-031-1/+1
* Remove repo version check from setup_git_directoryNguyễn Thái Ngọc Duy2007-12-091-1/+0
* Merge branch 'maint'Junio C Hamano2007-12-051-7/+29
|\
| * Do check_repository_format() early (re-fix)Nguyễn Thái Ngọc Duy2007-12-051-12/+26