summaryrefslogtreecommitdiff
path: root/setup.c
AgeCommit message (Expand)Author
2009-02-11Merge branch 'js/maint-1.6.0-path-normalize'Junio C Hamano
2009-02-07Move sanitary_path_copy() to path.c and rename it to normalize_path_copy()Johannes Sixt
2009-01-22Merge branch 'sg/maint-gitdir-in-subdir'Junio C Hamano
2009-01-18Fix gitdir detection when in subdir of gitdirSZEDER Gábor
2008-12-22Always show which directory is not a git repositoryRichard Hartmann
2008-12-05Make chdir failures visibleAlex Riesen
2008-10-06make prefix_path() never return NULLDmitry Potapov
2008-08-31setup_git_directory(): fix move to worktree toplevel directoryNguyễn Thái Ngọc Duy
2008-07-07Merge branch 'dr/ceiling'Junio C Hamano
2008-07-03Merge branch 'j6t/mingw'Junio C Hamano
2008-06-23Windows: Treat Windows style path names.Johannes Sixt
2008-06-23setup.c: Prepare for Windows directory separators.Johannes Sixt
2008-06-19Make git_dir a path relative to work_tree in setup_work_tree()Linus Torvalds
2008-05-23Eliminate an unnecessary chdir("..")David Reiss
2008-05-23Add support for GIT_CEILING_DIRECTORIESDavid Reiss
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin
2008-05-06Merge branch 'lh/git-file'Junio C Hamano
2008-04-17Make core.sharedRepository more genericHeikki Orsila
2008-04-09Add platform-independent .git "symlink"Lars Hjemli
2008-03-26Always set *nongit_ok in setup_git_directory_gently()SZEDER Gábor
2008-03-07get_pathspec(): die when an out-of-tree path is givenJunio C Hamano
2008-02-22Avoid unnecessary "if-before-free" tests.Jim Meyering
2008-02-21prefix_path: use is_absolute_path() instead of *orig == '/'Johannes Sixt
2008-02-21Merge branch 'jc/setup'Junio C Hamano
2008-02-11setup.c: guard config parser from value=NULLJunio C Hamano
2008-02-05setup: sanitize absolute and funny paths in get_pathspec()Junio C Hamano
2008-01-03Fix grammar nits in documentation and in code comments.Jim Meyering
2007-12-09Remove repo version check from setup_git_directoryNguyễn Thái Ngọc Duy
2007-12-06Merge branch 'maint'Junio C Hamano
2007-12-05Do check_repository_format() early (re-fix)Nguyễn Thái Ngọc Duy
2007-11-30Do check_repository_format() earlyNguyễn Thái Ngọc Duy
2007-11-26Use is_absolute_path() in diff-lib.c, lockfile.c, setup.c, trace.cSteffen Prohaska
2007-11-10builtin-blame: set up the work_tree before the first file accessJohannes Schindelin
2007-11-08Style: place opening brace of a function definition at column 1Junio C Hamano
2007-11-06Refactor working tree setupMike Hommey
2007-11-04Add missing inside_work_tree setting in setup_git_directory_gentlyNguyễn Thái Ngọc Duy
2007-10-17Fix setup_git_directory_gently() with relative GIT_DIR & GIT_WORK_TREEJohannes Schindelin
2007-08-10Reinstate the old behaviour when GIT_DIR is set and GIT_WORK_TREE is unsetJohannes Schindelin
2007-08-06Merge branch 'maint'Junio C Hamano
2007-08-06setup.c:verify_non_filename(): don't die unnecessarily while disambiguatingJunio C Hamano
2007-08-03Fix work-tree related breakagesJunio C Hamano
2007-08-01Clean up work-tree handlingJohannes Schindelin
2007-07-30white space fixes in setup.cJohannes Schindelin
2007-07-11Fix core.sharedRepository = 2Johannes Schindelin
2007-07-04Do not check if getcwd() result begins with a slash.Junio C Hamano
2007-07-01Merge branch 'ei/worktree+filter'Junio C Hamano
2007-06-07War on whitespaceJunio C Hamano
2007-06-06setup_git_directory: fix segfault if repository is found in cwdMatthias Lederhofer
2007-06-06Use new semantics of is_bare/inside_git_dir/inside_work_treeMatthias Lederhofer
2007-06-06introduce GIT_WORK_TREE to specify the work treeMatthias Lederhofer