index
:
org/kernel/git.git
master
forked from git/git
git
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
path.c
Commit message (
Expand
)
Author
Age
*
memoize common git-path "constant" files
Jeff King
2015-08-10
*
path.c: drop git_path_submodule
Jeff King
2015-08-10
*
cache.h: complete set of git_path_submodule helpers
Jeff King
2015-08-10
*
Merge branch 'pt/xdg-config-path'
Junio C Hamano
2015-05-11
|
\
|
*
path.c: remove home_config_paths()
Paul Tan
2015-05-06
|
*
path.c: implement xdg_config_home()
Paul Tan
2015-05-06
*
|
Merge branch 'nd/multiple-work-trees'
Junio C Hamano
2015-05-11
|
\
\
|
*
|
git-common-dir: make "modules/" per-working-directory directory
Max Kirillov
2014-12-01
|
*
|
git_path(): keep "info/sparse-checkout" per work-tree
Nguyễn Thái Ngọc Duy
2014-12-01
|
*
|
count-objects: report unused files in $GIT_DIR/worktrees/...
Nguyễn Thái Ngọc Duy
2014-12-01
|
*
|
checkout: support checking out into a new working directory
Nguyễn Thái Ngọc Duy
2014-12-01
|
*
|
$GIT_COMMON_DIR: a new environment variable
Nguyễn Thái Ngọc Duy
2014-12-01
|
*
|
git_path(): be aware of file relocation in $GIT_DIR
Nguyễn Thái Ngọc Duy
2014-12-01
|
*
|
path.c: group git_path(), git_pathdup() and strbuf_git_path() together
Nguyễn Thái Ngọc Duy
2014-12-01
|
*
|
path.c: rename vsnpath() to do_git_path()
Nguyễn Thái Ngọc Duy
2014-12-01
|
*
|
git_snpath(): retire and replace with strbuf_git_path()
Nguyễn Thái Ngọc Duy
2014-12-01
|
*
|
path.c: make get_pathname() call sites return const char *
Nguyễn Thái Ngọc Duy
2014-12-01
|
*
|
path.c: make get_pathname() return strbuf instead of static buffer
Nguyễn Thái Ngọc Duy
2014-12-01
*
|
|
Merge branch 'pt/enter-repo-comment-fix'
Junio C Hamano
2015-04-14
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
enter_repo(): fix docs to match code
Paul Tan
2015-03-31
*
|
|
Sync with v2.1.4
Junio C Hamano
2014-12-17
|
\
\
\
|
|
_
|
/
|
/
|
|
|
*
|
Sync with v2.0.5
Junio C Hamano
2014-12-17
|
|
\
\
|
|
|
/
|
|
*
Sync with v1.9.5
Junio C Hamano
2014-12-17
|
|
|
\
|
|
|
*
Sync with v1.8.5.6
Junio C Hamano
2014-12-17
|
|
|
|
\
|
|
|
|
*
path: add is_ntfs_dotgit() helper
Johannes Schindelin
2014-12-17
*
|
|
|
|
Merge branch 'mm/config-edit-global'
Junio C Hamano
2014-09-02
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
home_config_paths(): let the caller ignore xdg path
Matthieu Moy
2014-07-25
|
|
/
/
/
*
|
|
|
Merge branch 'rs/code-cleaning'
Junio C Hamano
2014-07-22
|
\
\
\
\
|
*
|
|
|
strbuf: use strbuf_addstr() for adding C strings
René Scharfe
2014-07-17
*
|
|
|
|
Merge branch 'maint'
Junio C Hamano
2014-07-21
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
/
/
/
|
|
/
/
/
|
*
|
|
use xmemdupz() to allocate copies of strings given by start and length
René Scharfe
2014-07-21
|
*
|
|
Merge branch 'jk/config-path-include-fix'
Junio C Hamano
2014-02-27
|
|
\
\
\
|
|
|
_
|
/
|
|
/
|
|
*
|
|
|
Windows: allow using UNC path for git repository
Cezary Zawadka
2014-06-10
|
|
_
|
/
|
/
|
|
*
|
|
Merge branch 'jk/config-path-include-fix' into maint
Junio C Hamano
2014-03-18
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
expand_user_path: do not look at NULL path
Jeff King
2014-01-28
*
|
Merge branch 'jx/relative-path-regression-fix'
Junio C Hamano
2013-10-28
|
\
\
|
*
|
Use simpler relative_path when set_git_dir
Jiang Xin
2013-10-14
|
*
|
relative_path should honor dos-drive-prefix
Jiang Xin
2013-10-14
*
|
|
Merge branch 'jl/submodule-mv'
Junio C Hamano
2013-09-09
|
\
\
\
|
*
|
|
parse_pathspec: make sure the prefix part is wildcard-free
Nguyễn Thái Ngọc Duy
2013-07-15
*
|
|
|
Merge branch 'rj/cygwin-clarify-use-of-cheating-lstat'
Junio C Hamano
2013-08-02
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
cygwin: Remove the Win32 l/stat() implementation
Ramsay Jones
2013-07-18
|
|
/
/
*
|
|
path.c: refactor relative_path(), not only strip prefix
Jiang Xin
2013-06-26
|
/
/
*
|
path.c: optimize adjust_shared_perm()
Torsten Bögershausen
2013-04-05
*
|
path.c: simplify adjust_shared_perm()
Torsten Bögershausen
2013-04-05
*
|
Make core.sharedRepository work under cygwin 1.7
Torsten Bögershausen
2013-03-25
*
|
longest_ancestor_length(): require prefix list entries to be normalized
Michael Haggerty
2012-10-29
*
|
longest_ancestor_length(): take a string_list argument for prefixes
Michael Haggerty
2012-10-29
*
|
longest_ancestor_length(): use string_list_split()
Michael Haggerty
2012-10-29
*
|
path.c: Use vsnpath() in the implementation of git_path()
Ramsay Jones
2012-09-04
[next]