author | Andreas Ericsson <exon@op5.se> | |
Thu, 17 Nov 2005 19:37:14 +0000 (20:37 +0100) | ||
committer | Junio C Hamano <junkio@cox.net> | |
Sun, 20 Nov 2005 04:50:37 +0000 (20:50 -0800) | ||
commit | 54f4b87454824fedc629219620ce9b7cdcab3d27 | |
tree | 8b9b1ec83ab540627076b2fd36da56055be75d14 | tree | snapshot |
parent | 942c1f53aef03cb3d8b5c39b38997a379c3fad20 | commit | diff |
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>
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 | diff | blob | history | |
path.c | diff | blob | history |