Sign in
googlers
/
jrn
/
git
/
ce83eda15554ffd859ecc9f4c427303d460dab60
/
path.c
c2b456b
Merge branch 'nd/root-git'
by Junio C Hamano
· 15 years ago
87912fd
Merge branch 'mm/mkstemps-mode-for-packfiles'
by Junio C Hamano
· 15 years ago
1d9740c
git_mkstemps_mode: don't set errno to EINVAL on exit.
by Matthieu Moy
· 15 years ago
b862b61
git_mkstemp_mode, xmkstemp_mode: variants of gitmkstemps with mode argument.
by Matthieu Moy
· 15 years ago
00787ed
Move gitmkstemps to path.c
by Matthieu Moy
· 15 years ago
6d81630
Merge branch 'jc/typo'
by Junio C Hamano
· 15 years ago
4bb43de
Move offset_1st_component() to path.c
by Nguyễn Thái Ngọc Duy
· 15 years ago
717c397
setenv(GIT_DIR) clean-up
by René Scharfe
· 15 years ago
9517e6b
Typofixes outside documentation area
by Junio C Hamano
· 15 years ago
288123f
ignore duplicated slashes in make_relative_path()
by Junio C Hamano
· 15 years ago
eb2fc8f
Merge branch 'mm/config-pathname-tilde-expand'
by Junio C Hamano
· 15 years ago
df2a79f
expand_user_path: expand ~ to $HOME, not to the actual homedir.
by Matthieu Moy
· 15 years ago
395de25
Expand ~ and ~user in core.excludesfile, commit.template
by Matthieu Moy
· 15 years ago
34b6cb8
http-backend: Protect GIT_PROJECT_ROOT from /../ requests
by Shawn O. Pearce
· 15 years ago
003b33a
diff: generate pretty filenames in prep_temp_blob()
by David Aguilar
· 16 years ago
17e61b8
set_shared_perm(): sometimes we know what the final mode bits should look like
by Junio C Hamano
· 16 years ago
5a688fe
"core.sharedrepository = 0mode" should set, not loosen
by Junio C Hamano
· 16 years ago
4fcc86b
Introduce the function strip_path_suffix()
by Johannes Schindelin
· 16 years ago
222b167
Revert "validate_headref: tighten ref-matching to just branches"
by Junio C Hamano
· 16 years ago
6e5d7dd
Merge branch 'js/maint-1.6.0-path-normalize'
by Junio C Hamano
· 16 years ago
f2a782b
Remove unused normalize_absolute_path()
by Johannes Sixt
· 16 years ago
f42302b
Test and fix normalize_path_copy()
by Johannes Sixt
· 16 years ago
43a7ddb
Fix GIT_CEILING_DIRECTORIES on Windows
by René Scharfe
· 16 years ago
f3cad0a
Move sanitary_path_copy() to path.c and rename it to normalize_path_copy()
by Johannes Sixt
· 16 years ago
b229d18
validate_headref: tighten ref-matching to just branches
by Jeff King
· 16 years ago
9db56f7
Fix non-literal format in printf-style calls
by Daniel Lowe
· 16 years ago
8b1981d
Merge branch 'ar/maint-mksnpath' into maint
by Junio C Hamano
· 16 years ago
1442171
fix overlapping memcpy in normalize_absolute_path
by Jeff King
· 16 years ago
aba13e7
git_pathdup: returns xstrdup-ed copy of the formatted path
by Alex Riesen
· 16 years ago
fe2d777
Add git_snpath: a .git path formatting routine with output buffer
by Alex Riesen
· 16 years ago
108bebe
Add mksnpath which allows you to specify the output buffer
by Alex Riesen
· 16 years ago
2860b57
Fix typo in comments of longest_ancestor_length()
by Nguyễn Thái Ngọc Duy
· 17 years ago
10c4c88
Allow add_path() to add non-existent directories to the path
by Johannes Sixt
· 17 years ago
447d0cc
Merge branch 'maint' to sync with 1.5.6.3
by Junio C Hamano
· 17 years ago
8c6202d
Fix backwards-incompatible handling of core.sharedRepository
by Petr Baudis
· 17 years ago
17d778e
Merge branch 'dr/ceiling'
by Junio C Hamano
· 17 years ago
5b8e6f8
shrink git-shell by avoiding redundant dependencies
by Dmitry Potapov
· 17 years ago
044bbbc
Make git_dir a path relative to work_tree in setup_work_tree()
by Linus Torvalds
· 17 years ago
e048a49
make_nonrelative_path: Use is_absolute_path()
by Johannes Sixt
· 17 years ago
1b9a946
Use nonrelative paths instead of absolute paths for cloned repositories
by Daniel Barkalow
· 17 years ago
0454dd9
Add support for GIT_CEILING_DIRECTORIES
by David Reiss
· 17 years ago
ae299be
Implement normalize_absolute_path
by David Reiss
· 17 years ago
0104ca0
Make read_in_full() and write_in_full() consistent with xread() and xwrite()
by Heikki Orsila
· 17 years ago
06cbe85
Make core.sharedRepository more generic
by Heikki Orsila
· 17 years ago
81a24b5
Do not use GUID on dir in git init --shared=all on FreeBSD
by Alex Riesen
· 17 years ago
e371a4c
Fix make_absolute_path() for parameters without a slash
by Johannes Schindelin
· 17 years ago
e5392c5
Add is_absolute_path() and make_absolute_path()
by Johannes Schindelin
· 18 years ago
e7a7be8
git_mkstemp(): be careful not to overflow the path buffer.
by Junio C Hamano
· 18 years ago
7627943
getenv/setenv: use constants if available
by Matthias Lederhofer
· 18 years ago
3a55602
General const correctness fixes
by Shawn O. Pearce
· 18 years ago
c388761
Merge branch 'jc/detached-head'
by Junio C Hamano
· 18 years ago
93d26e4
short i/o: fix calls to read to use xread or read_in_full
by Andy Whitcroft
· 18 years ago
c847f53
Detached HEAD (experimental)
by Junio C Hamano
· 18 years ago
8502357
simplify inclusion of system header files.
by Junio C Hamano
· 18 years ago
fe732ed
adjust_shared_perm: chmod() only when needed.
by Junio C Hamano
· 18 years ago
e7676d2
Allow multiple "git_path()" uses
by Linus Torvalds
· 19 years ago
817151e
Rename safe_strncpy() to strlcpy().
by Peter Eriksen
· 19 years ago
fc5201a
Merge branch 'js/diff'
by Junio C Hamano
· 19 years ago
bfbd0bb
Implement safe_strncpy() as strlcpy() and use it more.
by Peter Eriksen
· 19 years ago
94df250
shared repository: optionally allow reading to "others".
by Junio C Hamano
· 19 years ago
138086a
shared repository - add a few missing calls to adjust_shared_perm().
by Junio C Hamano
· 19 years ago
d79374c
[PATCH] daemon.c and path.enter_repo(): revamp path validation.
by Junio C Hamano
· 19 years ago
1644162
Check repository format version in enter_repo().
by Junio C Hamano
· 19 years ago
e0a8719
Fix "do not DWIM" patch to enter_repo"
by Junio C Hamano
· 19 years ago
bd22c90
Fix sparse warnings
by Timo Hirvonen
· 19 years ago
0870ca7
Do not DWIM in userpath library under strict mode.
by Junio C Hamano
· 19 years ago
54f4b87
Library code for user-relative paths, take three.
by Andreas Ericsson
· 19 years ago
5da1606
[PATCH] Provide access to git_dir through get_git_dir().
by Sven Verdoolaege
· 19 years ago
a9ab586
Retire support for old environment variables.
by Junio C Hamano
· 20 years ago
c7c81b3
Fix ?: statements.
by Jason Riedy
· 20 years ago
35c3c62
[PATCH] git_mkstemp() fix
by Holger Eitzenberger
· 20 years ago
f2db68e
[PATCH] git: add git_mkstemp()
by Holger Eitzenberger
· 20 years ago
26c8a53
Add "mkpath()" helper function
by Linus Torvalds
· 20 years ago