Sign in
googlers
/
jrn
/
git
/
794b1d2ee1068799fdbfe72e0927d8bd9e1bfa6f
/
abspath.c
679eebe
abspath: convert absolute_path() to strbuf
by René Scharfe
· 11 years ago
2fdb9ce
abspath: convert real_path_internal() to strbuf
by René Scharfe
· 11 years ago
251277a
abspath: use strbuf_getcwd() to remember original working directory
by René Scharfe
· 11 years ago
273c54f
Merge branch 'ap/path-max'
by Junio C Hamano
· 11 years ago
fc2b621
Prevent buffer overflows when path is too long
by Antoine Pelisse
· 11 years ago
e46c92e
abspath: trivial style fix
by Felipe Contreras
· 11 years ago
f1e835f
abspath.c: have SP around arithmetic operators
by Junio C Hamano
· 11 years ago
380395d
mingw: rename WIN32 cpp macro to GIT_WINDOWS_NATIVE
by Jonathan Nieder
· 12 years ago
e3e46cd
Introduce new function real_path_if_valid()
by Michael Haggerty
· 12 years ago
d6052ab
real_path_internal(): add comment explaining use of cwd
by Michael Haggerty
· 12 years ago
038e55f
Introduce new static function real_path_internal()
by Michael Haggerty
· 12 years ago
f4c21e8
real_path(): properly handle nonexistent top-level paths
by Michael Haggerty
· 13 years ago
3efe5d1
real_path(): reject the empty string
by Michael Haggerty
· 13 years ago
a0601dc
absolute_path(): reject the empty string
by Michael Haggerty
· 13 years ago
0687628
Reduce parse-options.o dependencies
by Dmitry Ivankov
· 14 years ago
b075227
Merge branch 'js/maint-add-path-stat-pwd'
by Junio C Hamano
· 14 years ago
7d092ad
get_pwd_cwd(): Do not trust st_dev/st_ino blindly
by Johannes Schindelin
· 14 years ago
033c2dc
Merge branch 'ef/maint-win-verify-path'
by Junio C Hamano
· 14 years ago
d1c6925
real_path: do not assume '/' is the path seperator
by Theo Niessink
· 14 years ago
e2a57aa
Name make_*_path functions more accurately
by Carlos Martín Nieto
· 14 years ago
1d679de
make_absolute_path: return the input path if it points to our buffer
by Carlos Martín Nieto
· 14 years ago
b248e95
Fix 'clone' failure at DOS root directory.
by Eric Sunshine
· 15 years ago
ed0cb46
make_absolute_path(): Do not append redundant slash
by Nguyễn Thái Ngọc Duy
· 15 years ago
1630726
abspath.c: move declaration of 'len' into inner block and use appropriate type
by Brandon Casey
· 16 years ago
0721c31
Use die_errno() instead of die() when checking syscalls
by Thomas Rast
· 16 years ago
737e31a
make_absolute_path(): check bounds when seeing an overlong symlink
by Junio C Hamano
· 16 years ago
90b4a71
is_directory(): a generic helper function
by Junio C Hamano
· 17 years ago
10c4c88
Allow add_path() to add non-existent directories to the path
by Johannes Sixt
· 17 years ago
5b8e6f8
shrink git-shell by avoiding redundant dependencies
by Dmitry Potapov
· 17 years ago