index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
setup.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid unnecessary "if-before-free" tests.
Jim Meyering
2008-02-22
1
-2
/
+1
*
prefix_path: use is_absolute_path() instead of *orig == '/'
Johannes Sixt
2008-02-21
1
-2
/
+2
*
Merge branch 'jc/setup'
Junio C Hamano
2008-02-21
1
-42
/
+116
|
\
|
*
setup: sanitize absolute and funny paths in get_pathspec()
Junio C Hamano
2008-02-05
1
-42
/
+116
*
|
setup.c: guard config parser from value=NULL
Junio C Hamano
2008-02-11
1
-0
/
+2
|
/
*
Fix grammar nits in documentation and in code comments.
Jim Meyering
2008-01-03
1
-1
/
+1
*
Remove repo version check from setup_git_directory
Nguyễn Thái Ngọc Duy
2007-12-09
1
-1
/
+0
*
Merge branch 'maint'
Junio C Hamano
2007-12-06
1
-7
/
+29
|
\
|
*
Do check_repository_format() early (re-fix)
Nguyễn Thái Ngọc Duy
2007-12-06
1
-12
/
+26
|
*
Do check_repository_format() early
Nguyễn Thái Ngọc Duy
2007-12-01
1
-3
/
+10
|
*
Add missing inside_work_tree setting in setup_git_directory_gently
Nguyễn Thái Ngọc Duy
2007-11-04
1
-0
/
+1
*
|
Use is_absolute_path() in diff-lib.c, lockfile.c, setup.c, trace.c
Steffen Prohaska
2007-11-26
1
-1
/
+1
*
|
builtin-blame: set up the work_tree before the first file access
Johannes Schindelin
2007-11-10
1
-2
/
+8
*
|
Style: place opening brace of a function definition at column 1
Junio C Hamano
2007-11-09
1
-1
/
+2
*
|
Refactor working tree setup
Mike Hommey
2007-11-06
1
-0
/
+9
|
/
*
Fix setup_git_directory_gently() with relative GIT_DIR & GIT_WORK_TREE
Johannes Schindelin
2007-10-17
1
-1
/
+12
*
Reinstate the old behaviour when GIT_DIR is set and GIT_WORK_TREE is unset
Johannes Schindelin
2007-08-10
1
-42
/
+10
*
Merge branch 'maint'
Junio C Hamano
2007-08-06
1
-1
/
+1
|
\
|
*
setup.c:verify_non_filename(): don't die unnecessarily while disambiguating
Junio C Hamano
2007-08-06
1
-1
/
+1
*
|
Fix work-tree related breakages
Junio C Hamano
2007-08-03
1
-8
/
+14
*
|
Clean up work-tree handling
Johannes Schindelin
2007-08-01
1
-152
/
+127
*
|
white space fixes in setup.c
Johannes Schindelin
2007-07-30
1
-3
/
+3
*
|
Fix core.sharedRepository = 2
Johannes Schindelin
2007-07-11
1
-0
/
+4
*
|
Do not check if getcwd() result begins with a slash.
Junio C Hamano
2007-07-04
1
-4
/
+4
*
|
Merge branch 'ei/worktree+filter'
Junio C Hamano
2007-07-01
1
-56
/
+162
|
\
\
|
*
|
setup_git_directory: fix segfault if repository is found in cwd
Matthias Lederhofer
2007-06-07
1
-0
/
+5
|
*
|
Use new semantics of is_bare/inside_git_dir/inside_work_tree
Matthias Lederhofer
2007-06-07
1
-1
/
+1
|
*
|
introduce GIT_WORK_TREE to specify the work tree
Matthias Lederhofer
2007-06-07
1
-55
/
+156
|
|
/
*
/
War on whitespace
Junio C Hamano
2007-06-07
1
-2
/
+2
|
/
*
Merge branch 'maint'
Junio C Hamano
2007-03-11
1
-1
/
+1
|
\
|
*
setup_git_directory_gently: fix off-by-one error
Matthias Lederhofer
2007-03-11
1
-1
/
+1
*
|
Mechanical conversion to use prefixcmp()
Junio C Hamano
2007-02-21
1
-1
/
+1
|
/
*
Do not verify filenames in a bare repository
Johannes Schindelin
2007-01-21
1
-0
/
+26
*
Detached HEAD (experimental)
Junio C Hamano
2007-01-08
1
-2
/
+3
*
Automatically detect a bare git repository.
Shawn O. Pearce
2006-12-31
1
-34
/
+39
*
Move deny_non_fast_forwards handling completely into receive-pack.
Shawn Pearce
2006-10-31
1
-2
/
+0
*
add receive.denyNonFastforwards config variable
Johannes Schindelin
2006-09-21
1
-0
/
+2
*
Fix crash when GIT_DIR is invalid
Johannes Schindelin
2006-08-04
1
-1
/
+1
*
setup_git_directory_gently: do not barf when GIT_DIR is given.
Matthias Lederhofer
2006-07-31
1
-0
/
+4
*
shared repository: optionally allow reading to "others".
Junio C Hamano
2006-06-10
1
-1
/
+16
*
revision parsing: make "rev -- paths" checks stronger.
Junio C Hamano
2006-04-27
1
-2
/
+22
*
Fix filename verification when in a subdirectory
Linus Torvalds
2006-04-26
1
-0
/
+23
*
Introduce core.sharedrepository
Johannes Schindelin
2005-12-24
1
-0
/
+2
*
Merge branch 'jc/subdir'
Junio C Hamano
2005-11-30
1
-3
/
+25
|
\
|
*
working from subdirectory: preparation
Junio C Hamano
2005-11-29
1
-3
/
+25
*
|
Do not attempt to access literal dirname "GIT_OBJECT_DIRECTORY".
Tommi Virtanen
2005-11-30
1
-1
/
+1
|
/
*
setup_git_directory(): check repository format version.
Junio C Hamano
2005-11-27
1
-0
/
+1
*
Repository format version check.
Junio C Hamano
2005-11-27
1
-0
/
+16
*
setup_git_directory: make sure GIT_DIR is a valid repository.
Junio C Hamano
2005-11-26
1
-5
/
+37
*
Add git-symbolic-ref
Junio C Hamano
2005-10-02
1
-7
/
+9
[next]