Commit f74bbc8
revision: drop --show-all option
This was an undocumented debugging aid that does not seem to
have come in handy in the past decade, judging from its lack
of mentions on the mailing list.
Let's drop it in the name of simplicity. This is morally a
revert of 3131b71 (Add "--show-all" revision walker flag
for debugging, 2008-02-09), but note that I did leave in the
mapping of UNINTERESTING to "^" in get_revision_mark(). I
don't think this would be possible to trigger with the
current code, but it's the only sensible marker.
We'll skip the usual deprecation period because this was
explicitly a debugging aid that was never documented.
Signed-off-by: Jeff King <peff@peff.net>
Acked-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>1 parent 7fa31b6 commit f74bbc8
3 files changed
+0
-42
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1055 | 1055 | | |
1056 | 1056 | | |
1057 | 1057 | | |
1058 | | - | |
1059 | | - | |
1060 | 1058 | | |
1061 | 1059 | | |
1062 | 1060 | | |
1063 | | - | |
1064 | | - | |
1065 | | - | |
1066 | 1061 | | |
1067 | 1062 | | |
1068 | 1063 | | |
| |||
1853 | 1848 | | |
1854 | 1849 | | |
1855 | 1850 | | |
1856 | | - | |
1857 | | - | |
1858 | 1851 | | |
1859 | 1852 | | |
1860 | 1853 | | |
| |||
3061 | 3054 | | |
3062 | 3055 | | |
3063 | 3056 | | |
3064 | | - | |
3065 | | - | |
3066 | 3057 | | |
3067 | 3058 | | |
3068 | 3059 | | |
| |||
3161 | 3152 | | |
3162 | 3153 | | |
3163 | 3154 | | |
3164 | | - | |
3165 | 3155 | | |
3166 | 3156 | | |
3167 | 3157 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
93 | | - | |
94 | 93 | | |
95 | 94 | | |
96 | 95 | | |
| |||
This file was deleted.
0 commit comments