summaryrefslogtreecommitdiff
path: root/path.c
Commit message (Expand)AuthorAgeFilesLines
* General const correctness fixesShawn O. Pearce2007-03-071-1/+1
* Merge branch 'jc/detached-head'Junio C Hamano2007-01-111-8/+18
|\
| * Detached HEAD (experimental)Junio C Hamano2007-01-081-8/+18
* | short i/o: fix calls to read to use xread or read_in_fullAndy Whitcroft2007-01-081-1/+1
|/
* simplify inclusion of system header files.Junio C Hamano2006-12-201-1/+0
* adjust_shared_perm: chmod() only when needed.Junio C Hamano2006-11-051-1/+1
* Allow multiple "git_path()" usesLinus Torvalds2006-09-161-1/+9
* Rename safe_strncpy() to strlcpy().Peter Eriksen2006-06-241-14/+1
* Merge branch 'js/diff'Junio C Hamano2006-06-171-4/+9
|\
| * Implement safe_strncpy() as strlcpy() and use it more.Peter Eriksen2006-06-161-4/+9
* | shared repository: optionally allow reading to "others".Junio C Hamano2006-06-101-2/+12
|/
* shared repository - add a few missing calls to adjust_shared_perm().Junio C Hamano2006-06-091-0/+23
* [PATCH] daemon.c and path.enter_repo(): revamp path validation.Junio C Hamano2005-12-031-54/+99
* Check repository format version in enter_repo().Junio C Hamano2005-11-271-0/+1
* Fix "do not DWIM" patch to enter_repo"Junio C Hamano2005-11-201-1/+1
* Fix sparse warningsTimo Hirvonen2005-11-201-1/+1
* Do not DWIM in userpath library under strict mode.Junio C Hamano2005-11-191-17/+60
* Library code for user-relative paths, take three.Andreas Ericsson2005-11-191-0/+72
* [PATCH] Provide access to git_dir through get_git_dir().Sven Verdoolaege2005-09-271-3/+1
* Retire support for old environment variables.Junio C Hamano2005-09-091-1/+1
* Fix ?: statements.Jason Riedy2005-08-231-1/+3
* [PATCH] git_mkstemp() fixHolger Eitzenberger2005-08-081-2/+7
* [PATCH] git: add git_mkstemp()Holger Eitzenberger2005-08-051-0/+26
* Add "mkpath()" helper functionLinus Torvalds2005-07-081-0/+60