index
:
tgif.git
2.36
Terin's Improved Git Fork
terinjokes@gmail.com
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
path.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-09-25
add git_path_buf helper function
Jeff King
1
-0
/
+10
2015-09-14
path: implement common_dir handling in git_pathdup_submodule()
Max Kirillov
1
-4
/
+18
2015-09-07
path.c: delete an extra space
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2015-09-01
refs: make refs/bisect/* per-worktree
David Turner
1
-0
/
+2
2015-09-01
path: optimize common dir checking
David Turner
1
-14
/
+213
2015-09-01
refs: clean up common_list
David Turner
1
-21
/
+37
2015-08-17
prepare_packed_git(): refactor garbage reporting in pack directory
Junio C Hamano
1
-1
/
+1
2015-08-10
memoize common git-path "constant" files
Jeff King
1
-0
/
+10
2015-08-10
path.c: drop git_path_submodule
Jeff King
1
-10
/
+0
2015-08-10
cache.h: complete set of git_path_submodule helpers
Jeff King
1
-5
/
+30
2015-05-11
Merge branch 'pt/xdg-config-path'
Junio C Hamano
1
-28
/
+15
2015-05-11
Merge branch 'nd/multiple-work-trees'
Junio C Hamano
1
-77
/
+157
2015-05-06
path.c: remove home_config_paths()
Paul Tan
1
-28
/
+0
2015-05-06
path.c: implement xdg_config_home()
Paul Tan
1
-0
/
+15
2015-04-14
Merge branch 'pt/enter-repo-comment-fix'
Junio C Hamano
1
-8
/
+3
2015-03-31
enter_repo(): fix docs to match code
Paul Tan
1
-8
/
+3
2014-12-17
Sync with v2.1.4
Junio C Hamano
1
-0
/
+33
2014-12-17
Sync with v2.0.5
Junio C Hamano
1
-0
/
+33
2014-12-17
Sync with v1.9.5
Junio C Hamano
1
-0
/
+33
2014-12-17
Sync with v1.8.5.6
Junio C Hamano
1
-0
/
+33
2014-12-17
path: add is_ntfs_dotgit() helper
Johannes Schindelin
1
-0
/
+33
2014-12-01
git-common-dir: make "modules/" per-working-directory directory
Max Kirillov
1
-1
/
+1
2014-12-01
git_path(): keep "info/sparse-checkout" per work-tree
Nguyễn Thái Ngọc Duy
1
-1
/
+2
2014-12-01
count-objects: report unused files in $GIT_DIR/worktrees/...
Nguyễn Thái Ngọc Duy
1
-2
/
+27
2014-12-01
checkout: support checking out into a new working directory
Nguyễn Thái Ngọc Duy
1
-1
/
+1
2014-12-01
$GIT_COMMON_DIR: a new environment variable
Nguyễn Thái Ngọc Duy
1
-0
/
+34
2014-12-01
git_path(): be aware of file relocation in $GIT_DIR
Nguyễn Thái Ngọc Duy
1
-2
/
+47
2014-12-01
path.c: group git_path(), git_pathdup() and strbuf_git_path() together
Nguyễn Thái Ngọc Duy
1
-10
/
+10
2014-12-01
path.c: rename vsnpath() to do_git_path()
Nguyễn Thái Ngọc Duy
1
-4
/
+4
2014-12-01
git_snpath(): retire and replace with strbuf_git_path()
Nguyễn Thái Ngọc Duy
1
-9
/
+2
2014-12-01
path.c: make get_pathname() call sites return const char *
Nguyễn Thái Ngọc Duy
1
-3
/
+3
2014-12-01
path.c: make get_pathname() return strbuf instead of static buffer
Nguyễn Thái Ngọc Duy
1
-69
/
+51
2014-09-02
Merge branch 'mm/config-edit-global'
Junio C Hamano
1
-4
/
+6
2014-07-25
home_config_paths(): let the caller ignore xdg path
Matthieu Moy
1
-4
/
+6
2014-07-22
Merge branch 'rs/code-cleaning'
Junio C Hamano
1
-3
/
+3
2014-07-21
Merge branch 'maint'
Junio C Hamano
1
-3
/
+1
2014-07-21
use xmemdupz() to allocate copies of strings given by start and length
René Scharfe
1
-3
/
+1
2014-07-17
strbuf: use strbuf_addstr() for adding C strings
René Scharfe
1
-3
/
+3
2014-06-10
Windows: allow using UNC path for git repository
Cezary Zawadka
1
-7
/
+0
2014-03-18
Merge branch 'jk/config-path-include-fix' into maint
Junio C Hamano
1
-1
/
+1
2014-02-27
Merge branch 'jk/config-path-include-fix'
Junio C Hamano
1
-1
/
+1
2014-01-28
expand_user_path: do not look at NULL path
Jeff King
1
-1
/
+1
2013-10-28
Merge branch 'jx/relative-path-regression-fix'
Junio C Hamano
1
-0
/
+65
2013-10-14
Use simpler relative_path when set_git_dir
Jiang Xin
1
-0
/
+45
2013-10-14
relative_path should honor dos-drive-prefix
Jiang Xin
1
-0
/
+20
2013-09-09
Merge branch 'jl/submodule-mv'
Junio C Hamano
1
-1
/
+14
2013-08-02
Merge branch 'rj/cygwin-clarify-use-of-cheating-lstat'
Junio C Hamano
1
-8
/
+1
2013-07-18
cygwin: Remove the Win32 l/stat() implementation
Ramsay Jones
1
-8
/
+1
2013-07-15
parse_pathspec: make sure the prefix part is wildcard-free
Nguyễn Thái Ngọc Duy
1
-1
/
+14
2013-06-26
path.c: refactor relative_path(), not only strip prefix
Jiang Xin
1
-27
/
+85
[prev]
[next]