[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: command for relative path
From: |
Peng Yu |
Subject: |
Re: command for relative path |
Date: |
Mon, 14 Nov 2011 07:46:22 -0600 |
> However, please do us (and yourself) a favor by reading and applying
> the guidelines in HACKING before posting your patch.
I had committed more than one times. The following command only shows
the latest commit. How to get the diff for all the changes that I
made?
~/coreutils$ git format-patch --stdout -1 > DIFF
~/coreutils$ cat DIFF
>From fc71bbd211a7b9bb37d7a231a0507d8b8f5b14b1 Mon Sep 17 00:00:00 2001
From: Peng Yu <address@hidden>
Date: Mon, 14 Nov 2011 07:03:12 -0600
Subject: [PATCH] maint: Add src/relpath.c
---
src/relpath.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/src/relpath.c b/src/relpath.c
index 47a837a..9e159e0 100644
--- a/src/relpath.c
+++ b/src/relpath.c
@@ -16,6 +16,7 @@
/* Written by Peng Yu */
/* Modified from readlink.c */
+/* See relpath.sh for some examples. Manpage will be added later on. */
#include <config.h>
#include <stdio.h>
--
1.7.4.1
--
Regards,
Peng
Re: command for relative path, Peng Yu, 2011/11/13