๐ AIๆ็ดข & ไปฃ็
๐
ไธป้กต
Sign in
chromium
/
external
/
github.com
/
git
/
git
/
refs/tags/v2.43.0
/
abspath.c
tag
c089584ac8dedc3aa7c2c404839bc098050298a2
tagger
Junio C Hamano <gitster@pobox.com>
Mon Nov 20 01:28:36 2023
object
564d0252ca632e0264ed670534a51d18a689ef5d
Git 2.43
5d1344b
abspath: move related functions to abspath
by Calvin Wan
ยท 2 years, 6 months ago
0b027f6
abspath.h: move absolute path functions from cache.h
by Elijah Newren
ยท 2 years, 9 months ago
a8bfa99
bundle: don't blindly apply prefix_filename() to "-"
by Junio C Hamano
ยท 2 years, 9 months ago
be6e0da
abspath: add a function to resolve paths with missing components
by brian m. carlson
ยท 5 years ago
4530a85
real_path_if_valid(): remove unsafe API
by Alexandr Miloslavskiy
ยท 6 years ago
3d7747e
real_path: remove unsafe API
by Alexandr Miloslavskiy
ยท 6 years ago
d83d846
real_path: clarify return value ownership
by Han-Wen Nienhuys
ยท 8 years ago
6412757
Spelling fixes
by Ville Skyttรค
ยท 8 years ago
af10e8b
prefix_filename: simplify windows #ifdef
by Jeff King
ยท 9 years ago
e4da43b
prefix_filename: return newly allocated string
by Jeff King
ยท 9 years ago
116fb64
prefix_filename: drop length parameter
by Jeff King
ยท 9 years ago
5980197
prefix_filename: move docstring to header file
by Jeff King
ยท 9 years ago
ce83ead
real_pathdup(): fix callsites that wanted it to die on error
by Johannes Schindelin
ยท 9 years ago
6f1c08b
Merge branch 'rs/absolute-pathdup'
by Junio C Hamano
ยท 9 years ago
b1edb40
abspath: add absolute_pathdup()
by Renรฉ Scharfe
ยท 9 years ago
0b9864a
real_path: set errno when max number of symlinks is exceeded
by Brandon Williams
ยท 9 years ago
7aeb81f
real_path: prevent redefinition of MAXSYMLINKS
by Brandon Williams
ยท 9 years ago
e9a379c
real_path: canonicalize directory separators in root parts
by Johannes Sixt
ยท 9 years ago
7241764
real_path: create real_pathdup
by Brandon Williams
ยท 9 years ago
a1ae484
real_path: convert real_path_internal to strbuf_realpath
by Brandon Williams
ยท 9 years ago
05b458c
real_path: resolve symlinks by hand
by Brandon Williams
ยท 9 years ago
8e9b208
Windows: shorten code by re-using convert_slashes()
by Johannes Sixt
ยท 10 years ago
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
ยท 12 years ago
fc2b621
Prevent buffer overflows when path is too long
by Antoine Pelisse
ยท 12 years ago
e46c92e
abspath: trivial style fix
by Felipe Contreras
ยท 12 years ago
f1e835f
abspath.c: have SP around arithmetic operators
by Junio C Hamano
ยท 12 years ago
380395d
mingw: rename WIN32 cpp macro to GIT_WINDOWS_NATIVE
by Jonathan Nieder
ยท 13 years ago
e3e46cd
Introduce new function real_path_if_valid()
by Michael Haggerty
ยท 13 years ago
d6052ab
real_path_internal(): add comment explaining use of cwd
by Michael Haggerty
ยท 13 years ago
038e55f
Introduce new static function real_path_internal()
by Michael Haggerty
ยท 13 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
ยท 15 years ago
e2a57aa
Name make_*_path functions more accurately
by Carlos Martรญn Nieto
ยท 15 years ago
1d679de
make_absolute_path: return the input path if it points to our buffer
by Carlos Martรญn Nieto
ยท 15 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
ยท 16 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
ยท 17 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