1. d83d846 real_path: clarify return value ownership by Han-Wen Nienhuys · 7 years ago
  2. 6412757 Spelling fixes by Ville Skyttä · 8 years ago
  3. af10e8b prefix_filename: simplify windows #ifdef by Jeff King · 8 years ago
  4. e4da43b prefix_filename: return newly allocated string by Jeff King · 8 years ago
  5. 116fb64 prefix_filename: drop length parameter by Jeff King · 8 years ago
  6. 5980197 prefix_filename: move docstring to header file by Jeff King · 8 years ago
  7. ce83ead real_pathdup(): fix callsites that wanted it to die on error by Johannes Schindelin · 8 years ago
  8. 6f1c08b Merge branch 'rs/absolute-pathdup' by Junio C Hamano · 8 years ago
  9. b1edb40 abspath: add absolute_pathdup() by René Scharfe · 8 years ago
  10. 0b9864a real_path: set errno when max number of symlinks is exceeded by Brandon Williams · 8 years ago
  11. 7aeb81f real_path: prevent redefinition of MAXSYMLINKS by Brandon Williams · 8 years ago
  12. e9a379c real_path: canonicalize directory separators in root parts by Johannes Sixt · 8 years ago
  13. 7241764 real_path: create real_pathdup by Brandon Williams · 8 years ago
  14. a1ae484 real_path: convert real_path_internal to strbuf_realpath by Brandon Williams · 8 years ago
  15. 05b458c real_path: resolve symlinks by hand by Brandon Williams · 8 years ago
  16. 8e9b208 Windows: shorten code by re-using convert_slashes() by Johannes Sixt · 9 years ago
  17. 679eebe abspath: convert absolute_path() to strbuf by René Scharfe · 11 years ago
  18. 2fdb9ce abspath: convert real_path_internal() to strbuf by René Scharfe · 11 years ago
  19. 251277a abspath: use strbuf_getcwd() to remember original working directory by René Scharfe · 11 years ago
  20. 273c54f Merge branch 'ap/path-max' by Junio C Hamano · 11 years ago
  21. fc2b621 Prevent buffer overflows when path is too long by Antoine Pelisse · 11 years ago
  22. e46c92e abspath: trivial style fix by Felipe Contreras · 11 years ago
  23. f1e835f abspath.c: have SP around arithmetic operators by Junio C Hamano · 11 years ago
  24. 380395d mingw: rename WIN32 cpp macro to GIT_WINDOWS_NATIVE by Jonathan Nieder · 12 years ago
  25. e3e46cd Introduce new function real_path_if_valid() by Michael Haggerty · 12 years ago
  26. d6052ab real_path_internal(): add comment explaining use of cwd by Michael Haggerty · 12 years ago
  27. 038e55f Introduce new static function real_path_internal() by Michael Haggerty · 12 years ago
  28. f4c21e8 real_path(): properly handle nonexistent top-level paths by Michael Haggerty · 13 years ago
  29. 3efe5d1 real_path(): reject the empty string by Michael Haggerty · 13 years ago
  30. a0601dc absolute_path(): reject the empty string by Michael Haggerty · 13 years ago
  31. 0687628 Reduce parse-options.o dependencies by Dmitry Ivankov · 14 years ago
  32. b075227 Merge branch 'js/maint-add-path-stat-pwd' by Junio C Hamano · 14 years ago
  33. 7d092ad get_pwd_cwd(): Do not trust st_dev/st_ino blindly by Johannes Schindelin · 14 years ago
  34. 033c2dc Merge branch 'ef/maint-win-verify-path' by Junio C Hamano · 14 years ago
  35. d1c6925 real_path: do not assume '/' is the path seperator by Theo Niessink · 14 years ago
  36. e2a57aa Name make_*_path functions more accurately by Carlos Martín Nieto · 14 years ago
  37. 1d679de make_absolute_path: return the input path if it points to our buffer by Carlos Martín Nieto · 14 years ago
  38. b248e95 Fix 'clone' failure at DOS root directory. by Eric Sunshine · 15 years ago
  39. ed0cb46 make_absolute_path(): Do not append redundant slash by Nguyễn Thái Ngọc Duy · 15 years ago
  40. 1630726 abspath.c: move declaration of 'len' into inner block and use appropriate type by Brandon Casey · 16 years ago
  41. 0721c31 Use die_errno() instead of die() when checking syscalls by Thomas Rast · 16 years ago
  42. 737e31a make_absolute_path(): check bounds when seeing an overlong symlink by Junio C Hamano · 16 years ago
  43. 90b4a71 is_directory(): a generic helper function by Junio C Hamano · 17 years ago
  44. 10c4c88 Allow add_path() to add non-existent directories to the path by Johannes Sixt · 17 years ago
  45. 5b8e6f8 shrink git-shell by avoiding redundant dependencies by Dmitry Potapov · 17 years ago