From 4047fecf714e8ffdc4ae199f9cd3ee2d50b0259c Mon Sep 17 00:00:00 2001 From: Ralf Thielow Date: Wed, 28 Nov 2012 19:27:02 +0100 Subject: [PATCH 1/2] completion: add options --single-branch and --branch to "git clone" Signed-off-by: Ralf Thielow Signed-off-by: Junio C Hamano --- contrib/completion/git-completion.bash | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contrib/completion/git-completion.bash b/contrib/completion/git-completion.bash index 48c3abdf98..cda095de6b 100644 --- a/contrib/completion/git-completion.bash +++ b/contrib/completion/git-completion.bash @@ -989,6 +989,8 @@ _git_clone () --upload-pack --template= --depth + --single-branch + --branch " return ;; From 93341d805f35cc699c5fc59f852328c9e752272c Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Wed, 28 Nov 2012 13:40:02 -0800 Subject: [PATCH 2/2] Start preparing for 1.8.0.2 Signed-off-by: Junio C Hamano --- Documentation/RelNotes/1.8.0.2.txt | 15 +++++++++++++++ RelNotes | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 Documentation/RelNotes/1.8.0.2.txt diff --git a/Documentation/RelNotes/1.8.0.2.txt b/Documentation/RelNotes/1.8.0.2.txt new file mode 100644 index 0000000000..5d08021a8d --- /dev/null +++ b/Documentation/RelNotes/1.8.0.2.txt @@ -0,0 +1,15 @@ +Git v1.8.0.2 Release Notes +========================== + +Fixes since v1.8.0.1 +-------------------- + + * "git p4" used to try expanding malformed "$keyword$" that spans + across multiple lines. + + * "git update-ref -d --deref SYM" to delete a ref through a symbolic + ref that points to it did not remove it correctly. + + * Syntax highlighting in "gitweb" was not quite working. + +Also contains other minor fixes and documentation updates. diff --git a/RelNotes b/RelNotes index ca734fb888..37b9d6fd5d 120000 --- a/RelNotes +++ b/RelNotes @@ -1 +1 @@ -Documentation/RelNotes/1.8.0.1.txt \ No newline at end of file +Documentation/RelNotes/1.8.0.2.txt \ No newline at end of file