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 'nd/maint-setup'
Junio C Hamano
2011-05-03
1
-3
/
+4
|
\
|
*
setup: return correct prefix if worktree is '/'
Nguyễn Thái Ngọc Duy
2011-03-29
1
-3
/
+4
*
|
Name make_*_path functions more accurately
Carlos Martín Nieto
2011-03-18
1
-7
/
+7
*
|
Merge branch 'cb/setup'
Junio C Hamano
2011-02-10
1
-4
/
+7
|
\
\
|
|
/
|
/
|
|
*
setup: translate symlinks in filename when using absolute paths
Carlo Marcelo Arenas Belon
2011-01-04
1
-4
/
+7
*
|
Subject: setup: officially support --work-tree without --git-dir
Jonathan Nieder
2011-01-21
1
-0
/
+19
*
|
Merge branch 'nd/setup'
Junio C Hamano
2010-12-28
1
-92
/
+146
|
\
|
|
*
setup_work_tree: adjust relative $GIT_WORK_TREE after moving cwd
Nguyễn Thái Ngọc Duy
2010-12-27
1
-0
/
+8
|
*
setup: rework setup_explicit_git_dir()
Nguyễn Thái Ngọc Duy
2010-12-22
1
-60
/
+78
|
*
setup: clean up setup_discovered_git_dir()
Nguyễn Thái Ngọc Duy
2010-12-22
1
-36
/
+36
|
*
setup: clean up setup_bare_git_dir()
Nguyễn Thái Ngọc Duy
2010-12-22
1
-10
/
+9
|
*
setup: limit get_git_work_tree()'s to explicit setup case only
Nguyễn Thái Ngọc Duy
2010-12-22
1
-2
/
+8
|
*
Use git_config_early() instead of git_config() during repo setup
Nguyễn Thái Ngọc Duy
2010-12-22
1
-12
/
+35
*
|
Merge branch 'nd/extended-sha1-relpath'
Junio C Hamano
2010-12-16
1
-1
/
+1
|
\
\
|
*
|
Make prefix_path() return char* without const
Nguyễn Thái Ngọc Duy
2010-12-07
1
-1
/
+1
*
|
|
Merge branch 'jn/parse-options-extra'
Junio C Hamano
2010-12-13
1
-1
/
+3
|
\
|
|
|
*
|
setup: save prefix (original cwd relative to toplevel) in startup_info
Nguyễn Thái Ngọc Duy
2010-12-07
1
-1
/
+3
|
|
/
*
/
prefix_filename(): safely handle the case where pfx_len=0
Thomas Rast
2010-10-19
1
-2
/
+2
|
/
*
Merge branch 'jn/paginate-fix'
Junio C Hamano
2010-09-01
1
-1
/
+11
|
\
|
*
Merge branch 'jn/maint-setup-fix' (early part) into jn/paginate-fix
Junio C Hamano
2010-08-16
1
-72
/
+99
|
|
\
|
*
|
setup: remember whether repository was found
Nguyễn Thái Ngọc Duy
2010-08-11
1
-1
/
+11
*
|
|
setup: split off a function to handle ordinary .git directories
Nguyễn Thái Ngọc Duy
2010-08-04
1
-18
/
+25
|
|
/
|
/
|
*
|
setup: do not forget working dir from subdir of gitdir
Nguyễn Thái Ngọc Duy
2010-08-04
1
-0
/
+2
*
|
setup: split off get_device_or_die helper
Jonathan Nieder
2010-07-26
1
-11
/
+14
*
|
setup: split off a function to handle hitting ceiling in repo search
Jonathan Nieder
2010-07-26
1
-9
/
+12
*
|
setup: split off code to handle stumbling upon a repository
Jonathan Nieder
2010-07-26
1
-13
/
+21
*
|
setup: split off a function to checks working dir for .git file
Jonathan Nieder
2010-07-26
1
-7
/
+13
*
|
setup: split off $GIT_DIR-set case from setup_git_directory_gently
Jonathan Nieder
2010-07-26
1
-32
/
+37
|
/
*
Merge branch 'maint'
Junio C Hamano
2010-07-20
1
-0
/
+2
|
\
|
*
Check size of path buffer before writing into it
Greg Brockman
2010-07-20
1
-0
/
+2
*
|
Use dev_t for device id (st_dev) from stat in setup_git_directory_gently()
Raja R Harinath
2010-07-14
1
-1
/
+2
*
|
Merge branch 'maint'
Junio C Hamano
2010-06-07
1
-0
/
+6
|
\
|
|
*
setup: document prefix
Clemens Buchacher
2010-06-05
1
-0
/
+6
*
|
Rename ONE_FILESYSTEM to DISCOVERY_ACROSS_FILESYSTEM
Junio C Hamano
2010-04-05
1
-2
/
+2
*
|
GIT_ONE_FILESYSTEM: flip the default to stop at filesystem boundaries
Junio C Hamano
2010-04-04
1
-2
/
+2
*
|
Add support for GIT_ONE_FILESYSTEM
Lars R. Damerow
2010-03-28
1
-0
/
+25
*
|
truncate cwd string before printing error message
Lars R. Damerow
2010-03-28
1
-1
/
+3
|
/
*
Merge branch 'nd/root-git'
Junio C Hamano
2010-03-07
1
-5
/
+8
|
\
|
*
Support working directory located at root
Nguyễn Thái Ngọc Duy
2010-02-16
1
-7
/
+10
*
|
Merge branch 'jc/typo'
Junio C Hamano
2010-02-17
1
-1
/
+1
|
\
\
|
*
|
Typofixes outside documentation area
Junio C Hamano
2010-02-04
1
-1
/
+1
*
|
|
setenv(GIT_DIR) clean-up
René Scharfe
2010-02-06
1
-2
/
+2
|
/
/
*
|
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
[next]