120 Commits (2cfe2a787895f7557901e33fa7b356926b54b16e)

Author SHA1 Message Date
Nguyễn Thái Ngọc Duy 529fef20cf checkout: support checking out into a new working directory 10 years ago
Nguyễn Thái Ngọc Duy c7b3a3d2fe $GIT_COMMON_DIR: a new environment variable 10 years ago
Nguyễn Thái Ngọc Duy 557bd833bb git_path(): be aware of file relocation in $GIT_DIR 10 years ago
Nguyễn Thái Ngọc Duy 57a23b770a path.c: group git_path(), git_pathdup() and strbuf_git_path() together 10 years ago
Nguyễn Thái Ngọc Duy 8afdaf39e3 path.c: rename vsnpath() to do_git_path() 10 years ago
Nguyễn Thái Ngọc Duy 1a83c240f2 git_snpath(): retire and replace with strbuf_git_path() 10 years ago
Nguyễn Thái Ngọc Duy dcf692625a path.c: make get_pathname() call sites return const char * 10 years ago
Nguyễn Thái Ngọc Duy 4ef9caf543 path.c: make get_pathname() return strbuf instead of static buffer 10 years ago
Matthieu Moy 06b2d87244 home_config_paths(): let the caller ignore xdg path 11 years ago
René Scharfe 5c0b13f85a use xmemdupz() to allocate copies of strings given by start and length 11 years ago
René Scharfe cedc61a998 strbuf: use strbuf_addstr() for adding C strings 11 years ago
Cezary Zawadka c2369bdf7f Windows: allow using UNC path for git repository 11 years ago
Jeff King 53ec551c87 expand_user_path: do not look at NULL path 11 years ago
Jiang Xin 41894ae3a3 Use simpler relative_path when set_git_dir 11 years ago
Jiang Xin 7fbd422162 relative_path should honor dos-drive-prefix 11 years ago
Ramsay Jones f66450ae94 cygwin: Remove the Win32 l/stat() implementation 12 years ago
Nguyễn Thái Ngọc Duy 645a29c40a parse_pathspec: make sure the prefix part is wildcard-free 12 years ago
Jiang Xin e02ca72f70 path.c: refactor relative_path(), not only strip prefix 12 years ago
Torsten Bögershausen cbe43b8473 path.c: optimize adjust_shared_perm() 12 years ago
Torsten Bögershausen 3a429d3b8d path.c: simplify adjust_shared_perm() 12 years ago
Torsten Bögershausen 0117c2f043 Make core.sharedRepository work under cygwin 1.7 12 years ago
Michael Haggerty 9e2326c7e1 longest_ancestor_length(): require prefix list entries to be normalized 12 years ago
Michael Haggerty 31171d9e45 longest_ancestor_length(): take a string_list argument for prefixes 12 years ago
Michael Haggerty a5ccdbe416 longest_ancestor_length(): use string_list_split() 12 years ago
Ramsay Jones 5c44252e13 path.c: Use vsnpath() in the implementation of git_path() 13 years ago
Ramsay Jones 66a51a9aae path.c: Don't discard the return value of vsnpath() 13 years ago
Ramsay Jones 5b3b8fa2ab path.c: Remove the 'git_' prefix from a file scope function 13 years ago
Huynh Khoi Nguyen Nguyen 21cf322791 config: read (but not write) from $XDG_CONFIG_HOME/git/config file 13 years ago
Jeff King b3256eb8b3 standardize and improve lookup rules for external local repos 13 years ago
Phil Hord 03106768af Learn to handle gitfiles in enter_repo 14 years ago
Erik Faye-Lund 1c64b48e67 enter_repo: do not modify input 14 years ago
Junio C Hamano 13d6ec9133 read_gitfile_gently(): rename misnamed function to read_gitfile() 14 years ago
Carlos Martín Nieto e2a57aac8a Name make_*_path functions more accurately 14 years ago
Jonathan Nieder 33f239365c path helpers: move git_mkstemp* to wrapper.c 14 years ago
Jonathan Nieder 79bf149061 config --get --path: check for unset $HOME 15 years ago
Heiko Voigt 0bad611b1e Teach ref iteration module about submodules 15 years ago
Matthieu Moy 1d9740cb32 git_mkstemps_mode: don't set errno to EINVAL on exit. 15 years ago
Matthieu Moy b862b61c03 git_mkstemp_mode, xmkstemp_mode: variants of gitmkstemps with mode argument. 15 years ago
Matthieu Moy 00787ed55a Move gitmkstemps to path.c 15 years ago
Nguyễn Thái Ngọc Duy 4bb43de259 Move offset_1st_component() to path.c 15 years ago
René Scharfe 717c3972da setenv(GIT_DIR) clean-up 15 years ago
Junio C Hamano 9517e6b843 Typofixes outside documentation area 15 years ago
Junio C Hamano 288123f01c ignore duplicated slashes in make_relative_path() 15 years ago
Matthieu Moy df2a79f422 expand_user_path: expand ~ to $HOME, not to the actual homedir. 15 years ago
Matthieu Moy 395de250d9 Expand ~ and ~user in core.excludesfile, commit.template 15 years ago
Shawn O. Pearce 34b6cb8bb0 http-backend: Protect GIT_PROJECT_ROOT from /../ requests 15 years ago
David Aguilar 003b33a8ad diff: generate pretty filenames in prep_temp_blob() 16 years ago
Junio C Hamano 17e61b8288 set_shared_perm(): sometimes we know what the final mode bits should look like 16 years ago
Junio C Hamano 5a688fe470 "core.sharedrepository = 0mode" should set, not loosen 16 years ago
Johannes Schindelin 4fcc86b07d Introduce the function strip_path_suffix() 16 years ago