Sign in
googlers
/
jrn
/
git
/
6b2fbaaffc5ec762eae5d23b58b1dc0a88e2275e
/
setup.c
17d778e
Merge branch 'dr/ceiling'
by Junio C Hamano
· 17 years ago
bb1ab2d
Merge branch 'j6t/mingw'
by Junio C Hamano
· 17 years ago
25fe217
Windows: Treat Windows style path names.
by Johannes Sixt
· 17 years ago
4cd148d
setup.c: Prepare for Windows directory separators.
by Johannes Sixt
· 17 years ago
044bbbc
Make git_dir a path relative to work_tree in setup_work_tree()
by Linus Torvalds
· 17 years ago
450f437
Eliminate an unnecessary chdir("..")
by David Reiss
· 17 years ago
0454dd9
Add support for GIT_CEILING_DIRECTORIES
by David Reiss
· 17 years ago
ef90d6d
Provide git_config with a callback-data parameter
by Johannes Schindelin
· 17 years ago
e2e2def
Merge branch 'lh/git-file'
by Junio C Hamano
· 17 years ago
06cbe85
Make core.sharedRepository more generic
by Heikki Orsila
· 17 years ago
b44ebb1
Add platform-independent .git "symlink"
by Lars Hjemli
· 17 years ago
af05d67
Always set *nongit_ok in setup_git_directory_gently()
by SZEDER Gábor
· 17 years ago
3296766
get_pathspec(): die when an out-of-tree path is given
by Junio C Hamano
· 17 years ago
8e0f700
Avoid unnecessary "if-before-free" tests.
by Jim Meyering
· 17 years ago
9a13ba1
prefix_path: use is_absolute_path() instead of *orig == '/'
by Johannes Sixt
· 17 years ago
9e7bd01
Merge branch 'jc/setup'
by Junio C Hamano
· 17 years ago
180483c
setup.c: guard config parser from value=NULL
by Junio C Hamano
· 17 years ago
d089eba
setup: sanitize absolute and funny paths in get_pathspec()
by Junio C Hamano
· 17 years ago
790296f
Fix grammar nits in documentation and in code comments.
by Jim Meyering
· 17 years ago
bb4e352
Remove repo version check from setup_git_directory
by Nguyễn Thái Ngọc Duy
· 17 years ago
27ee189
Merge branch 'maint'
by Junio C Hamano
· 17 years ago
9459aa7
Do check_repository_format() early (re-fix)
by Nguyễn Thái Ngọc Duy
· 17 years ago
138dd1e
Do check_repository_format() early
by Nguyễn Thái Ngọc Duy
· 17 years ago
ecf4831
Use is_absolute_path() in diff-lib.c, lockfile.c, setup.c, trace.c
by Steffen Prohaska
· 17 years ago
354e653
builtin-blame: set up the work_tree before the first file access
by Johannes Schindelin
· 17 years ago
f3fa183
Style: place opening brace of a function definition at column 1
by Junio C Hamano
· 17 years ago
59f0f2f
Refactor working tree setup
by Mike Hommey
· 17 years ago
1e8a195
Add missing inside_work_tree setting in setup_git_directory_gently
by Nguyễn Thái Ngọc Duy
· 17 years ago
dd5c8af
Fix setup_git_directory_gently() with relative GIT_DIR & GIT_WORK_TREE
by Johannes Schindelin
· 17 years ago
7efeb8f
Reinstate the old behaviour when GIT_DIR is set and GIT_WORK_TREE is unset
by Johannes Schindelin
· 18 years ago
a695445
Merge branch 'maint'
by Junio C Hamano
· 18 years ago
33a798c
setup.c:verify_non_filename(): don't die unnecessarily while disambiguating
by Junio C Hamano
· 18 years ago
6490a33
Fix work-tree related breakages
by Junio C Hamano
· 18 years ago
e90fdc3
Clean up work-tree handling
by Johannes Schindelin
· 18 years ago
299726d
white space fixes in setup.c
by Johannes Schindelin
· 18 years ago
8352522
Fix core.sharedRepository = 2
by Johannes Schindelin
· 18 years ago
f66a4d6
Do not check if getcwd() result begins with a slash.
by Junio C Hamano
· 18 years ago
0305b63
Merge branch 'ei/worktree+filter'
by Junio C Hamano
· 18 years ago
a6080a0
War on whitespace
by Junio C Hamano
· 18 years ago
f4f51ad
setup_git_directory: fix segfault if repository is found in cwd
by Matthias Lederhofer
· 18 years ago
7ae3df8
Use new semantics of is_bare/inside_git_dir/inside_work_tree
by Matthias Lederhofer
· 18 years ago
892c41b
introduce GIT_WORK_TREE to specify the work tree
by Matthias Lederhofer
· 18 years ago
ed287ab
Merge branch 'maint'
by Junio C Hamano
· 18 years ago
96a5702
setup_git_directory_gently: fix off-by-one error
by Matthias Lederhofer
· 18 years ago
cc44c76
Mechanical conversion to use prefixcmp()
by Junio C Hamano
· 18 years ago
6802563
Do not verify filenames in a bare repository
by Johannes Schindelin
· 18 years ago
c847f53
Detached HEAD (experimental)
by Junio C Hamano
· 18 years ago
ad1a382
Automatically detect a bare git repository.
by Shawn O. Pearce
· 18 years ago
6fb75be
Move deny_non_fast_forwards handling completely into receive-pack.
by Shawn Pearce
· 18 years ago
11031d7
add receive.denyNonFastforwards config variable
by Johannes Schindelin
· 18 years ago
3a3c3fc
Fix crash when GIT_DIR is invalid
by Johannes Schindelin
· 19 years ago
41e95f6
setup_git_directory_gently: do not barf when GIT_DIR is given.
by Matthias Lederhofer
· 19 years ago
94df250
shared repository: optionally allow reading to "others".
by Junio C Hamano
· 19 years ago
ea92f41
revision parsing: make "rev -- paths" checks stronger.
by Junio C Hamano
· 19 years ago
e23d0b4
Fix filename verification when in a subdirectory
by Linus Torvalds
· 19 years ago
457f06d
Introduce core.sharedrepository
by Johannes Schindelin
· 19 years ago
9cac9d3
Merge branch 'jc/subdir'
by Junio C Hamano
· 19 years ago
0738fc2
Do not attempt to access literal dirname "GIT_OBJECT_DIRECTORY".
by Tommi Virtanen
· 19 years ago
4ca0660
working from subdirectory: preparation
by Junio C Hamano
· 19 years ago
22752e4
setup_git_directory(): check repository format version.
by Junio C Hamano
· 19 years ago
ab9cb76
Repository format version check.
by Junio C Hamano
· 19 years ago
5e7bfe2
setup_git_directory: make sure GIT_DIR is a valid repository.
by Junio C Hamano
· 19 years ago
8098a17
Add git-symbolic-ref
by Junio C Hamano
· 19 years ago
6b5ee13
Diff clean-up.
by Junio C Hamano
· 19 years ago
a9ab586
Retire support for old environment variables.
by Junio C Hamano
· 20 years ago
5f5608b
[PATCH] Make .git directory validation code test HEAD
by Linus Torvalds
· 20 years ago
828cc61
[PATCH] Export relative path handling "prefix_path()" function
by Linus Torvalds
· 20 years ago
f332726
[PATCH] Improve handling of "." and ".." in git-diff-*
by Linus Torvalds
· 20 years ago
a579def
[PATCH] Fix test failure due to overly strict .git directory tests
by Linus Torvalds
· 20 years ago
d288a70
[PATCH] Make "git diff" work inside relative subdirectories
by Linus Torvalds
· 20 years ago