Sorry, that was the wrong issue number in the clipboard.
Changing the last commit message after push? Linus says "don't to it":
http://stackoverflow.com/questions/457379/how-do-i-edit-an-incorrect-commit-message-in-git-ive-pushed/457396#457396
Sven
On 07/12/2013 01:10 PM, Martin Grigorov wrote:
On Fri, Jul 12, 2013 at 2:07 PM, <[email protected]> wrote:
Updated Branches:
refs/heads/wicket-6.x 10b4892f3 -> cc0668452
WICKET-5071 use url as clientUrl
WICKET-5272
But I'm not sure what is the 'svn propchange' Git command
Project: http://git-wip-us.apache.org/repos/asf/wicket/repo
Commit: http://git-wip-us.apache.org/repos/asf/wicket/commit/cc066845
Tree: http://git-wip-us.apache.org/repos/asf/wicket/tree/cc066845
Diff: http://git-wip-us.apache.org/repos/asf/wicket/diff/cc066845
Branch: refs/heads/wicket-6.x
Commit: cc06684525808d922e3e0c76b1df60805cbab5da
Parents: 10b4892
Author: svenmeier <[email protected]>
Authored: Fri Jul 12 12:58:24 2013 +0200
Committer: svenmeier <[email protected]>
Committed: Fri Jul 12 12:58:24 2013 +0200
----------------------------------------------------------------------
.../org/apache/wicket/request/mapper/CompoundRequestMapper.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------
http://git-wip-us.apache.org/repos/asf/wicket/blob/cc066845/wicket-request/src/main/java/org/apache/wicket/request/mapper/CompoundRequestMapper.java
----------------------------------------------------------------------
diff --git
a/wicket-request/src/main/java/org/apache/wicket/request/mapper/CompoundRequestMapper.java
b/wicket-request/src/main/java/org/apache/wicket/request/mapper/CompoundRequestMapper.java
index ae13ac2..13785e3 100644
---
a/wicket-request/src/main/java/org/apache/wicket/request/mapper/CompoundRequestMapper.java
+++
b/wicket-request/src/main/java/org/apache/wicket/request/mapper/CompoundRequestMapper.java
@@ -288,7 +288,7 @@ public class CompoundRequestMapper implements
ICompoundRequestMapper
@Override
public Url getClientUrl()
{
- return null;
+ return url;
}
@Override