index
:
git
master
git
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
path.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Sync with v2.1.4
Junio C Hamano
2014-12-17
1
-0
/
+33
|
\
|
*
Sync with v2.0.5
Junio C Hamano
2014-12-17
1
-0
/
+33
|
|
\
|
|
*
Sync with v1.9.5
Junio C Hamano
2014-12-17
1
-0
/
+33
|
|
|
\
|
|
|
*
Sync with v1.8.5.6
Junio C Hamano
2014-12-17
1
-0
/
+33
|
|
|
|
\
|
|
|
|
*
path: add is_ntfs_dotgit() helper
Johannes Schindelin
2014-12-17
1
-0
/
+33
*
|
|
|
|
Merge branch 'mm/config-edit-global'
Junio C Hamano
2014-09-02
1
-4
/
+6
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
home_config_paths(): let the caller ignore xdg path
Matthieu Moy
2014-07-25
1
-4
/
+6
|
|
/
/
/
*
|
|
|
Merge branch 'rs/code-cleaning'
Junio C Hamano
2014-07-22
1
-3
/
+3
|
\
\
\
\
|
*
|
|
|
strbuf: use strbuf_addstr() for adding C strings
René Scharfe
2014-07-17
1
-3
/
+3
*
|
|
|
|
Merge branch 'maint'
Junio C Hamano
2014-07-21
1
-3
/
+1
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
/
/
/
|
|
/
/
/
|
*
|
|
use xmemdupz() to allocate copies of strings given by start and length
René Scharfe
2014-07-21
1
-3
/
+1
|
*
|
|
Merge branch 'jk/config-path-include-fix'
Junio C Hamano
2014-02-27
1
-1
/
+1
|
|
\
\
\
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Windows: allow using UNC path for git repository
Cezary Zawadka
2014-06-10
1
-7
/
+0
|
|
_
|
/
|
/
|
|
*
|
|
Merge branch 'jk/config-path-include-fix' into maint
Junio C Hamano
2014-03-18
1
-1
/
+1
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
expand_user_path: do not look at NULL path
Jeff King
2014-01-28
1
-1
/
+1
*
|
Merge branch 'jx/relative-path-regression-fix'
Junio C Hamano
2013-10-28
1
-0
/
+65
|
\
\
|
*
|
Use simpler relative_path when set_git_dir
Jiang Xin
2013-10-14
1
-0
/
+45
|
*
|
relative_path should honor dos-drive-prefix
Jiang Xin
2013-10-14
1
-0
/
+20
*
|
|
Merge branch 'jl/submodule-mv'
Junio C Hamano
2013-09-09
1
-1
/
+14
|
\
\
\
|
*
|
|
parse_pathspec: make sure the prefix part is wildcard-free
Nguyễn Thái Ngọc Duy
2013-07-15
1
-1
/
+14
*
|
|
|
Merge branch 'rj/cygwin-clarify-use-of-cheating-lstat'
Junio C Hamano
2013-08-02
1
-8
/
+1
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
cygwin: Remove the Win32 l/stat() implementation
Ramsay Jones
2013-07-18
1
-8
/
+1
|
|
/
/
*
/
/
path.c: refactor relative_path(), not only strip prefix
Jiang Xin
2013-06-26
1
-27
/
+85
|
/
/
*
|
path.c: optimize adjust_shared_perm()
Torsten Bögershausen
2013-04-05
1
-19
/
+23
*
|
path.c: simplify adjust_shared_perm()
Torsten Bögershausen
2013-04-05
1
-20
/
+7
*
|
Make core.sharedRepository work under cygwin 1.7
Torsten Bögershausen
2013-03-25
1
-3
/
+17
*
|
longest_ancestor_length(): require prefix list entries to be normalized
Michael Haggerty
2012-10-29
1
-15
/
+11
*
|
longest_ancestor_length(): take a string_list argument for prefixes
Michael Haggerty
2012-10-29
1
-13
/
+9
*
|
longest_ancestor_length(): use string_list_split()
Michael Haggerty
2012-10-29
1
-7
/
+11
*
|
path.c: Use vsnpath() in the implementation of git_path()
Ramsay Jones
2012-09-04
1
-12
/
+3
*
|
path.c: Don't discard the return value of vsnpath()
Ramsay Jones
2012-09-04
1
-5
/
+6
*
|
path.c: Remove the 'git_' prefix from a file scope function
Ramsay Jones
2012-09-04
1
-3
/
+3
*
|
config: read (but not write) from $XDG_CONFIG_HOME/git/config file
Huynh Khoi Nguyen Nguyen
2012-06-25
1
-0
/
+41
|
/
*
standardize and improve lookup rules for external local repos
Jeff King
2012-02-03
1
-2
/
+5
*
Learn to handle gitfiles in enter_repo
Phil Hord
2011-10-04
1
-1
/
+7
*
enter_repo: do not modify input
Erik Faye-Lund
2011-10-04
1
-16
/
+12
*
read_gitfile_gently(): rename misnamed function to read_gitfile()
Junio C Hamano
2011-08-22
1
-1
/
+1
*
Name make_*_path functions more accurately
Carlos Martín Nieto
2011-03-18
1
-1
/
+1
*
path helpers: move git_mkstemp* to wrapper.c
Jonathan Nieder
2010-11-10
1
-113
/
+0
*
Merge branch 'hv/submodule-find-ff-merge'
Junio C Hamano
2010-08-22
1
-0
/
+38
|
\
|
*
Teach ref iteration module about submodules
Heiko Voigt
2010-07-07
1
-0
/
+38
*
|
Sync with 1.7.0 series
Junio C Hamano
2010-07-28
1
-0
/
+2
|
\
\
|
|
/
|
/
|
|
*
config --get --path: check for unset $HOME
Jonathan Nieder
2010-07-27
1
-0
/
+2
|
*
Merge branch 'mm/mkstemps-mode-for-packfiles' into maint
Junio C Hamano
2010-03-08
1
-0
/
+79
|
|
\
*
|
\
Merge branch 'nd/root-git'
Junio C Hamano
2010-03-07
1
-0
/
+7
|
\
\
\
|
*
|
|
Move offset_1st_component() to path.c
Nguyễn Thái Ngọc Duy
2010-02-16
1
-0
/
+7
*
|
|
|
Merge branch 'mm/mkstemps-mode-for-packfiles'
Junio C Hamano
2010-03-07
1
-0
/
+79
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
git_mkstemps_mode: don't set errno to EINVAL on exit.
Matthieu Moy
2010-02-23
1
-1
/
+0
|
*
|
|
git_mkstemp_mode, xmkstemp_mode: variants of gitmkstemps with mode argument.
Matthieu Moy
2010-02-23
1
-2
/
+13
|
*
|
|
Move gitmkstemps to path.c
Matthieu Moy
2010-02-23
1
-0
/
+69
|
|
/
/
[next]