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>2018-03-07 01:54:05 +0300
committerJunio C Hamano <gitster@pobox.com>2018-03-07 01:54:05 +0300
commite33c3322b669cb7b67a9d54b5e576c525115a650 (patch)
tree3256642904054ee31adadf8adff0d111954fa22b /revision.h
parent96608043d95e5f8d9a22eba325931809e554792d (diff)
parentf74bbc8dd2637498bc07132ae6bfa6d1b88dafb0 (diff)
Merge branch 'jk/cached-commit-buffer'
Code clean-up. * jk/cached-commit-buffer: revision: drop --show-all option commit: drop uses of get_cached_commit_buffer()
Diffstat (limited to 'revision.h')
-rw-r--r--revision.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/revision.h b/revision.h
index 3dee97bfb9..b8c47b98e2 100644
--- a/revision.h
+++ b/revision.h
@@ -90,7 +90,6 @@ struct rev_info {
unsigned int dense:1,
prune:1,
no_walk:2,
- show_all:1,
remove_empty_trees:1,
simplify_history:1,
topo_order:1,