94 Commits (50f69099292de53431ef29d3adc115d04a4fd92a)

Author SHA1 Message Date
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
Junio C Hamano 222b167386 Revert "validate_headref: tighten ref-matching to just branches" 16 years ago
Johannes Sixt f2a782b8ba Remove unused normalize_absolute_path() 16 years ago
Johannes Sixt f42302b493 Test and fix normalize_path_copy() 16 years ago
René Scharfe 43a7ddb55d Fix GIT_CEILING_DIRECTORIES on Windows 16 years ago
Johannes Sixt f3cad0ad82 Move sanitary_path_copy() to path.c and rename it to normalize_path_copy() 16 years ago
Jeff King b229d18a80 validate_headref: tighten ref-matching to just branches 16 years ago
Daniel Lowe 9db56f71b9 Fix non-literal format in printf-style calls 16 years ago
Jeff King 1442171bc9 fix overlapping memcpy in normalize_absolute_path 17 years ago
Alex Riesen aba13e7c05 git_pathdup: returns xstrdup-ed copy of the formatted path 17 years ago
Alex Riesen fe2d7776d5 Add git_snpath: a .git path formatting routine with output buffer 17 years ago
Alex Riesen 108bebeab3 Add mksnpath which allows you to specify the output buffer 17 years ago
Nguyễn Thái Ngọc Duy 2860b57a87 Fix typo in comments of longest_ancestor_length() 17 years ago
Johannes Sixt 10c4c881c4 Allow add_path() to add non-existent directories to the path 17 years ago
Petr Baudis 8c6202d869 Fix backwards-incompatible handling of core.sharedRepository 17 years ago
Dmitry Potapov 5b8e6f85f9 shrink git-shell by avoiding redundant dependencies 17 years ago
Linus Torvalds 044bbbcb63 Make git_dir a path relative to work_tree in setup_work_tree() 17 years ago
Johannes Sixt e048a49f96 make_nonrelative_path: Use is_absolute_path() 17 years ago
Daniel Barkalow 1b9a9467f8 Use nonrelative paths instead of absolute paths for cloned repositories 17 years ago