Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2008-07-14 02:15:23 +0400
committerJunio C Hamano <gitster@pobox.com>2008-07-14 02:15:23 +0400
commite636799b4d6a6a8abad151697eae27044bb8e95b (patch)
treee62e59e67ec4033dc9ae2504e92ca1e7a69959bf /revision.h
parentfc062aa2e121d7976a741e7b8b5ba98f2e26056d (diff)
parent926ab840cdc867b54fa93b8e1ece2790315c2456 (diff)
Merge branch 'jc/report-tracking'
* jc/report-tracking: branch -r -v: do not spit out garbage stat_tracking_info(): clear object flags used during counting git-branch -v: show the remote tracking statistics git-status: show the remote tracking statistics Refactor "tracking statistics" code used by "git checkout"
Diffstat (limited to 'revision.h')
-rw-r--r--revision.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/revision.h b/revision.h
index 83f364ace2..f57b6c5d9a 100644
--- a/revision.h
+++ b/revision.h
@@ -11,6 +11,7 @@
#define ADDED (1u<<7) /* Parents already parsed and added? */
#define SYMMETRIC_LEFT (1u<<8)
#define TOPOSORT (1u<<9) /* In the active toposort list.. */
+#define ALL_REV_FLAGS ((1u<<10)-1)
struct rev_info;
struct log_info;