aboutsummaryrefslogtreecommitdiff
path: root/path.c
Commit message (Expand)AuthorAge
* Make read_in_full() and write_in_full() consistent with xread() and xwrite()Heikki Orsila2008-04-29
* Make core.sharedRepository more genericHeikki Orsila2008-04-16
* Do not use GUID on dir in git init --shared=all on FreeBSDAlex Riesen2008-03-05
* Fix make_absolute_path() for parameters without a slashJohannes Schindelin2008-03-02
* Add is_absolute_path() and make_absolute_path()Johannes Schindelin2007-08-01
* git_mkstemp(): be careful not to overflow the path buffer.Junio C Hamano2007-07-25
* getenv/setenv: use constants if availableMatthias Lederhofer2007-07-02
* General const correctness fixesShawn O. Pearce2007-03-07
* Merge branch 'jc/detached-head'Junio C Hamano2007-01-11
|\
| * Detached HEAD (experimental)Junio C Hamano2007-01-08
* | short i/o: fix calls to read to use xread or read_in_fullAndy Whitcroft2007-01-08
|/
* simplify inclusion of system header files.Junio C Hamano2006-12-20
* adjust_shared_perm: chmod() only when needed.Junio C Hamano2006-11-05
* Allow multiple "git_path()" usesLinus Torvalds2006-09-16
* Rename safe_strncpy() to strlcpy().Peter Eriksen2006-06-24
* Merge branch 'js/diff'Junio C Hamano2006-06-17
|\
| * Implement safe_strncpy() as strlcpy() and use it more.Peter Eriksen2006-06-16
* | shared repository: optionally allow reading to "others".Junio C Hamano2006-06-10
|/
* shared repository - add a few missing calls to adjust_shared_perm().Junio C Hamano2006-06-09
* [PATCH] daemon.c and path.enter_repo(): revamp path validation.Junio C Hamano2005-12-03
* Check repository format version in enter_repo().Junio C Hamano2005-11-27
* Fix "do not DWIM" patch to enter_repo"Junio C Hamano2005-11-20
* Fix sparse warningsTimo Hirvonen2005-11-20
* Do not DWIM in userpath library under strict mode.Junio C Hamano2005-11-19
* Library code for user-relative paths, take three.Andreas Ericsson2005-11-19
* [PATCH] Provide access to git_dir through get_git_dir().Sven Verdoolaege2005-09-27
* Retire support for old environment variables.Junio C Hamano2005-09-09
* Fix ?: statements.Jason Riedy2005-08-23
* [PATCH] git_mkstemp() fixHolger Eitzenberger2005-08-08
* [PATCH] git: add git_mkstemp()Holger Eitzenberger2005-08-05
* Add "mkpath()" helper functionLinus Torvalds2005-07-08