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
*
Merge branch 'maint-1.6.6' into maint-1.7.0
Junio C Hamano
2010-07-26
1
-0
/
+2
|
\
|
*
Merge branch 'maint-1.6.5' into maint-1.6.6
Junio C Hamano
2010-07-26
1
-0
/
+2
|
|
\
|
|
*
Merge branch 'maint-1.6.4' into maint-1.6.5
Junio C Hamano
2010-07-26
1
-0
/
+2
|
|
|
\
|
|
|
*
Check size of path buffer before writing into it
Greg Brockman
2010-07-25
1
-0
/
+2
*
|
|
|
Typofixes outside documentation area
Junio C Hamano
2010-02-04
1
-1
/
+1
*
|
|
|
Merge branch 'bk/fix-relative-gitdir-file'
Junio C Hamano
2010-01-20
1
-3
/
+19
|
\
\
\
\
|
*
|
|
|
Handle relative paths in submodule .git files
Brad King
2010-01-10
1
-3
/
+19
|
|
/
/
/
*
|
|
|
Merge branch 'mm/diag-path-in-treeish'
Junio C Hamano
2010-01-10
1
-2
/
+13
|
\
\
\
\
|
|
/
/
/
|
/
|
|
|
|
*
|
|
Detailed diagnosis when parsing an object name fails.
Matthieu Moy
2009-12-07
1
-2
/
+13
*
|
|
|
Merge branch 'maint' to sync with 1.6.5.7
Junio C Hamano
2009-12-16
1
-2
/
+5
|
\
\
\
\
|
|
/
/
/
|
/
|
/
/
|
|
/
/
|
*
|
worktree: don't segfault with an absolute pathspec without a work tree
Junio C Hamano
2009-12-16
1
-2
/
+5
*
|
|
check_filename(): make verify_filename() callable without dying
Junio C Hamano
2009-10-18
1
-18
/
+20
|
/
/
*
/
Test for WIN32 instead of __MINGW32_
Frank Li
2009-09-19
1
-1
/
+1
|
/
*
Use die_errno() instead of die() when checking syscalls
Thomas Rast
2009-06-27
1
-5
/
+5
*
Convert existing die(..., strerror(errno)) to die_errno()
Thomas Rast
2009-06-27
1
-4
/
+4
*
"core.sharedrepository = 0mode" should set, not loosen
Junio C Hamano
2009-03-28
1
-2
/
+2
*
Merge branch 'js/maint-1.6.0-path-normalize'
Junio C Hamano
2009-02-11
1
-87
/
+1
|
\
|
*
Move sanitary_path_copy() to path.c and rename it to normalize_path_copy()
Johannes Sixt
2009-02-07
1
-87
/
+1
*
|
Merge branch 'sg/maint-gitdir-in-subdir'
Junio C Hamano
2009-01-22
1
-1
/
+5
|
\
\
|
*
|
Fix gitdir detection when in subdir of gitdir
SZEDER Gábor
2009-01-18
1
-1
/
+5
|
|
/
*
|
Always show which directory is not a git repository
Richard Hartmann
2008-12-22
1
-1
/
+1
*
|
Make chdir failures visible
Alex Riesen
2008-12-05
1
-1
/
+2
|
/
*
make prefix_path() never return NULL
Dmitry Potapov
2008-10-06
1
-7
/
+2
*
setup_git_directory(): fix move to worktree toplevel directory
Nguyễn Thái Ngọc Duy
2008-08-31
1
-0
/
+2
*
Merge branch 'dr/ceiling'
Junio C Hamano
2008-07-07
1
-15
/
+16
|
\
|
*
Eliminate an unnecessary chdir("..")
David Reiss
2008-05-23
1
-1
/
+1
|
*
Add support for GIT_CEILING_DIRECTORIES
David Reiss
2008-05-23
1
-11
/
+13
*
|
Merge branch 'j6t/mingw'
Junio C Hamano
2008-07-03
1
-20
/
+39
|
\
\
|
*
|
Windows: Treat Windows style path names.
Johannes Sixt
2008-06-23
1
-14
/
+36
|
*
|
setup.c: Prepare for Windows directory separators.
Johannes Sixt
2008-06-23
1
-8
/
+5
*
|
|
Make git_dir a path relative to work_tree in setup_work_tree()
Linus Torvalds
2008-06-20
1
-1
/
+2
|
/
/
*
/
Provide git_config with a callback-data parameter
Johannes Schindelin
2008-05-14
1
-2
/
+2
|
/
*
Merge branch 'lh/git-file'
Junio C Hamano
2008-05-06
1
-0
/
+47
|
\
|
*
Add platform-independent .git "symlink"
Lars Hjemli
2008-04-09
1
-0
/
+47
*
|
Make core.sharedRepository more generic
Heikki Orsila
2008-04-17
1
-14
/
+46
|
/
*
Always set *nongit_ok in setup_git_directory_gently()
SZEDER Gábor
2008-03-26
1
-0
/
+8
*
get_pathspec(): die when an out-of-tree path is given
Junio C Hamano
2008-03-07
1
-0
/
+2
*
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
[next]