]> git.ipfire.org Git - thirdparty/git.git/commit - path.c
Library code for user-relative paths, take three.
authorAndreas Ericsson <exon@op5.se>
Thu, 17 Nov 2005 19:37:14 +0000 (20:37 +0100)
committerJunio C Hamano <junkio@cox.net>
Sun, 20 Nov 2005 04:50:37 +0000 (20:50 -0800)
commit54f4b87454824fedc629219620ce9b7cdcab3d27
tree8b9b1ec83ab540627076b2fd36da56055be75d14
parent942c1f53aef03cb3d8b5c39b38997a379c3fad20
Library code for user-relative paths, take three.

This patch provides the work-horse of the user-relative paths feature,
using Linus' idea of a blind chdir() and getcwd() which makes it
remarkably simple.

Signed-off-by: Andreas Ericsson <ae@op5.se>
Signed-off-by: Junio C Hamano <junkio@cox.net>
cache.h
path.c