aboutsummaryrefslogtreecommitdiffstats
path: root/setup.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-21Merge branch 'sg/maint-gitdir-in-subdir'Junio C Hamano1-1/+5
2009-01-17Fix gitdir detection when in subdir of gitdirSZEDER Gábor1-1/+5
2008-12-21Always show which directory is not a git repositoryRichard Hartmann1-1/+1
2008-12-04Make chdir failures visibleAlex Riesen1-1/+2
2008-10-06make prefix_path() never return NULLDmitry Potapov1-7/+2
2008-08-30setup_git_directory(): fix move to worktree toplevel directoryNguyễn Thái Ngọc Duy1-0/+2
2008-07-07Merge branch 'dr/ceiling'Junio C Hamano1-15/+16
2008-07-02Merge branch 'j6t/mingw'Junio C Hamano1-20/+39
2008-06-23Windows: Treat Windows style path names.Johannes Sixt1-14/+36
2008-06-23setup.c: Prepare for Windows directory separators.Johannes Sixt1-8/+5
2008-06-19Make git_dir a path relative to work_tree in setup_work_tree()Linus Torvalds1-1/+2
2008-05-23Eliminate an unnecessary chdir("..")David Reiss1-1/+1
2008-05-23Add support for GIT_CEILING_DIRECTORIESDavid Reiss1-11/+13
2008-05-14Provide git_config with a callback-data parameterJohannes Schindelin1-2/+2
2008-05-05Merge branch 'lh/git-file'Junio C Hamano1-0/+47
2008-04-16Make core.sharedRepository more genericHeikki Orsila1-14/+46
2008-04-09Add platform-independent .git "symlink"Lars Hjemli1-0/+47
2008-03-26Always set *nongit_ok in setup_git_directory_gently()SZEDER Gábor1-0/+8
2008-03-07get_pathspec(): die when an out-of-tree path is givenJunio C Hamano1-0/+2
2008-02-22Avoid unnecessary "if-before-free" tests.Jim Meyering1-2/+1
2008-02-20prefix_path: use is_absolute_path() instead of *orig == '/'Johannes Sixt1-2/+2
2008-02-20Merge branch 'jc/setup'Junio C Hamano1-42/+116
2008-02-11setup.c: guard config parser from value=NULLJunio C Hamano1-0/+2
2008-02-05setup: sanitize absolute and funny paths in get_pathspec()Junio C Hamano1-42/+116
2008-01-03Fix grammar nits in documentation and in code comments.Jim Meyering1-1/+1
2007-12-09Remove repo version check from setup_git_directoryNguyễn Thái Ngọc Duy1-1/+0
2007-12-05Merge branch 'maint'Junio C Hamano1-7/+29
2007-12-05Do check_repository_format() early (re-fix)Nguyễn Thái Ngọc Duy1-12/+26
2007-11-30Do check_repository_format() earlyNguyễn Thái Ngọc Duy1-3/+10
2007-11-26Use is_absolute_path() in diff-lib.c, lockfile.c, setup.c, trace.cSteffen Prohaska1-1/+1
2007-11-09builtin-blame: set up the work_tree before the first file accessJohannes Schindelin1-2/+8
2007-11-08Style: place opening brace of a function definition at column 1Junio C Hamano1-1/+2
2007-11-05Refactor working tree setupMike Hommey1-0/+9
2007-11-03Add missing inside_work_tree setting in setup_git_directory_gentlyNguyễn Thái Ngọc Duy1-0/+1
2007-10-16Fix setup_git_directory_gently() with relative GIT_DIR & GIT_WORK_TREEJohannes Schindelin1-1/+12
2007-08-10Reinstate the old behaviour when GIT_DIR is set and GIT_WORK_TREE is unsetJohannes Schindelin1-42/+10
2007-08-06Merge branch 'maint'Junio C Hamano1-1/+1
2007-08-06setup.c:verify_non_filename(): don't die unnecessarily while disambiguatingJunio C Hamano1-1/+1
2007-08-02Fix work-tree related breakagesJunio C Hamano1-8/+14
2007-08-01Clean up work-tree handlingJohannes Schindelin1-152/+127
2007-07-30white space fixes in setup.cJohannes Schindelin1-3/+3
2007-07-11Fix core.sharedRepository = 2Johannes Schindelin1-0/+4
2007-07-04Do not check if getcwd() result begins with a slash.Junio C Hamano1-4/+4
2007-07-01Merge branch 'ei/worktree+filter'Junio C Hamano1-56/+162
2007-06-07War on whitespaceJunio C Hamano1-2/+2
2007-06-06setup_git_directory: fix segfault if repository is found in cwdMatthias Lederhofer1-0/+5
2007-06-06Use new semantics of is_bare/inside_git_dir/inside_work_treeMatthias Lederhofer1-1/+1
2007-06-06introduce GIT_WORK_TREE to specify the work treeMatthias Lederhofer1-55/+156
2007-03-10Merge branch 'maint'Junio C Hamano1-1/+1
2007-03-10setup_git_directory_gently: fix off-by-one errorMatthias Lederhofer1-1/+1
2007-02-20Mechanical conversion to use prefixcmp()Junio C Hamano1-1/+1
2007-01-20Do not verify filenames in a bare repositoryJohannes Schindelin1-0/+26
2007-01-08Detached HEAD (experimental)Junio C Hamano1-2/+3
2006-12-30Automatically detect a bare git repository.Shawn O. Pearce1-34/+39
2006-10-30Move deny_non_fast_forwards handling completely into receive-pack.Shawn Pearce1-2/+0
2006-09-20add receive.denyNonFastforwards config variableJohannes Schindelin1-0/+2
2006-08-04Fix crash when GIT_DIR is invalidJohannes Schindelin1-1/+1
2006-07-30setup_git_directory_gently: do not barf when GIT_DIR is given.Matthias Lederhofer1-0/+4
2006-06-10shared repository: optionally allow reading to "others".Junio C Hamano1-1/+16
2006-04-26revision parsing: make "rev -- paths" checks stronger.Junio C Hamano1-2/+22
2006-04-26Fix filename verification when in a subdirectoryLinus Torvalds1-0/+23
2005-12-24Introduce core.sharedrepositoryJohannes Schindelin1-0/+2
2005-11-30Merge branch 'jc/subdir'Junio C Hamano1-3/+25
2005-11-30Do not attempt to access literal dirname "GIT_OBJECT_DIRECTORY".Tommi Virtanen1-1/+1
2005-11-28working from subdirectory: preparationJunio C Hamano1-3/+25
2005-11-27setup_git_directory(): check repository format version.Junio C Hamano1-0/+1
2005-11-27Repository format version check.Junio C Hamano1-0/+16
2005-11-25setup_git_directory: make sure GIT_DIR is a valid repository.Junio C Hamano1-5/+37
2005-10-01Add git-symbolic-refJunio C Hamano1-7/+9
2005-09-24Diff clean-up.Junio C Hamano1-5/+5
2005-09-09Retire support for old environment variables.Junio C Hamano1-2/+2
2005-08-27[PATCH] Make .git directory validation code test HEADLinus Torvalds1-11/+20
2005-08-17[PATCH] Export relative path handling "prefix_path()" functionLinus Torvalds1-1/+1
2005-08-16[PATCH] Improve handling of "." and ".." in git-diff-*Linus Torvalds1-42/+51
2005-08-16[PATCH] Fix test failure due to overly strict .git directory testsLinus Torvalds1-3/+2
2005-08-16[PATCH] Make "git diff" work inside relative subdirectoriesLinus Torvalds1-0/+110