summaryrefslogtreecommitdiff
path: root/setup.c
AgeCommit message (Expand)Author
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
2007-03-11Merge branch 'maint'Junio C Hamano
2007-03-11setup_git_directory_gently: fix off-by-one errorMatthias Lederhofer
2007-02-21Mechanical conversion to use prefixcmp()Junio C Hamano
2007-01-21Do not verify filenames in a bare repositoryJohannes Schindelin
2007-01-08Detached HEAD (experimental)Junio C Hamano
2006-12-31Automatically detect a bare git repository.Shawn O. Pearce
2006-10-31Move deny_non_fast_forwards handling completely into receive-pack.Shawn Pearce
2006-09-20add receive.denyNonFastforwards config variableJohannes Schindelin
2006-08-04Fix crash when GIT_DIR is invalidJohannes Schindelin
2006-07-31setup_git_directory_gently: do not barf when GIT_DIR is given.Matthias Lederhofer
2006-06-10shared repository: optionally allow reading to "others".Junio C Hamano
2006-04-27revision parsing: make "rev -- paths" checks stronger.Junio C Hamano
2006-04-26Fix filename verification when in a subdirectoryLinus Torvalds
2005-12-24Introduce core.sharedrepositoryJohannes Schindelin
2005-11-30Merge branch 'jc/subdir'Junio C Hamano
2005-11-30Do not attempt to access literal dirname "GIT_OBJECT_DIRECTORY".Tommi Virtanen
2005-11-29working from subdirectory: preparationJunio C Hamano
2005-11-27setup_git_directory(): check repository format version.Junio C Hamano
2005-11-27Repository format version check.Junio C Hamano
2005-11-25setup_git_directory: make sure GIT_DIR is a valid repository.Junio C Hamano