summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b86250d)
raw | patch | inline | side by side (parent: b86250d)
author | James Bowes <jbowes@dangerouslyinc.com> | |
Tue, 9 Oct 2007 00:35:36 +0000 (02:35 +0200) | ||
committer | Jonas Fonseca <fonseca@diku.dk> | |
Tue, 9 Oct 2007 00:35:45 +0000 (02:35 +0200) |
Signed-off-by: James Bowes <jbowes@dangerouslyinc.com>
Signed-off-by: Jonas Fonseca <fonseca@diku.dk>
Signed-off-by: Jonas Fonseca <fonseca@diku.dk>
tig.c | patch | blob | history |
index c96faaed2119285b165c4be2b0efd61f8d709cd8..48eeb4dfaf2dba766b9d66c40946ed867b99d203 100644 (file)
--- a/tig.c
+++ b/tig.c
}
request = get_request(argv[2]);
- if (request = REQ_NONE) {
+ if (request == REQ_NONE) {
const char *obsolete[] = { "cherry-pick" };
size_t namelen = strlen(argv[2]);
int i;