Skip to content

Commit

Permalink
pager.h: move declarations for pager.c functions from cache.h
Browse files Browse the repository at this point in the history
Signed-off-by: Elijah Newren <[email protected]>
Acked-by: Calvin Wan <[email protected]>
Signed-off-by: Junio C Hamano <[email protected]>
  • Loading branch information
newren authored and gitster committed Apr 11, 2023
1 parent 0e8d4b9 commit ca4eed7
Show file tree
Hide file tree
Showing 23 changed files with 39 additions and 14 deletions.
1 change: 1 addition & 0 deletions builtin/am.c
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@
#include "apply.h"
#include "string-list.h"
#include "packfile.h"
#include "pager.h"
#include "repository.h"
#include "pretty.h"
#include "wrapper.h"
Expand Down
1 change: 1 addition & 0 deletions builtin/blame.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
#include "progress.h"
#include "object-name.h"
#include "object-store.h"
#include "pager.h"
#include "blame.h"
#include "refs.h"
#include "setup.h"
Expand Down
1 change: 1 addition & 0 deletions builtin/fetch.c
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
#include "strvec.h"
#include "utf8.h"
#include "packfile.h"
#include "pager.h"
#include "list-objects-filter-options.h"
#include "commit-reach.h"
#include "branch.h"
Expand Down
1 change: 1 addition & 0 deletions builtin/grep.c
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
#include "object-name.h"
#include "object-store.h"
#include "packfile.h"
#include "pager.h"
#include "write-or-die.h"

static const char *grep_prefix;
Expand Down
1 change: 1 addition & 0 deletions builtin/help.c
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
#include "builtin.h"
#include "exec-cmd.h"
#include "gettext.h"
#include "pager.h"
#include "parse-options.h"
#include "run-command.h"
#include "config-list.h"
Expand Down
1 change: 1 addition & 0 deletions builtin/log.c
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@
#include "object-file.h"
#include "object-name.h"
#include "object-store.h"
#include "pager.h"
#include "color.h"
#include "commit.h"
#include "diff.h"
Expand Down
1 change: 1 addition & 0 deletions builtin/name-rev.c
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
#include "tag.h"
#include "refs.h"
#include "object-name.h"
#include "pager.h"
#include "parse-options.h"
#include "prio-queue.h"
#include "hash-lookup.h"
Expand Down
1 change: 1 addition & 0 deletions builtin/var.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include "config.h"
#include "editor.h"
#include "ident.h"
#include "pager.h"
#include "refs.h"

static const char var_usage[] = "git var (-l | <variable>)";
Expand Down
13 changes: 0 additions & 13 deletions cache.h
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ struct cache_entry {

/* Forward structure decls */
struct pathspec;
struct child_process;
struct tree;

/*
Expand Down Expand Up @@ -621,8 +620,6 @@ int df_name_compare(const char *name1, size_t len1, int mode1,
int name_compare(const char *name1, size_t len1, const char *name2, size_t len2);
int cache_name_stage_compare(const char *name1, int len1, int stage1, const char *name2, int len2, int stage2);

const char *git_pager(int stdout_is_tty);

struct cache_def {
struct strbuf path;
int flags;
Expand Down Expand Up @@ -671,16 +668,6 @@ int copy_fd(int ifd, int ofd);
int copy_file(const char *dst, const char *src, int mode);
int copy_file_with_time(const char *dst, const char *src, int mode);

/* pager.c */
void setup_pager(void);
int pager_in_use(void);
extern int pager_use_color;
int term_columns(void);
void term_clear_line(void);
int decimal_width(uintmax_t);
int check_pager_config(const char *cmd);
void prepare_pager_args(struct child_process *, const char *pager);

/* base85 */
int decode_85(char *dst, const char *line, int linelen);
void encode_85(char *buf, const unsigned char *data, int bytes);
Expand Down
1 change: 1 addition & 0 deletions color.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include "editor.h"
#include "gettext.h"
#include "hex.h"
#include "pager.h"

static int git_use_color_default = GIT_COLOR_AUTO;
int color_stdout_is_tty = -1;
Expand Down
1 change: 1 addition & 0 deletions column.c
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
#include "config.h"
#include "column.h"
#include "string-list.h"
#include "pager.h"
#include "parse-options.h"
#include "run-command.h"
#include "utf8.h"
Expand Down
1 change: 1 addition & 0 deletions config.c
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#include "string-list.h"
#include "object-name.h"
#include "object-store.h"
#include "pager.h"
#include "utf8.h"
#include "dir.h"
#include "color.h"
Expand Down
1 change: 1 addition & 0 deletions date.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include "cache.h"
#include "date.h"
#include "gettext.h"
#include "pager.h"

/*
* This is like mktime, but without normalization of tm_wday and tm_yday.
Expand Down
1 change: 1 addition & 0 deletions diff.c
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
#include "graph.h"
#include "oid-array.h"
#include "packfile.h"
#include "pager.h"
#include "parse-options.h"
#include "help.h"
#include "promisor-remote.h"
Expand Down
1 change: 1 addition & 0 deletions editor.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
#include "editor.h"
#include "environment.h"
#include "gettext.h"
#include "pager.h"
#include "strbuf.h"
#include "strvec.h"
#include "run-command.h"
Expand Down
1 change: 0 additions & 1 deletion environment.c
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ size_t packed_git_window_size = DEFAULT_PACKED_GIT_WINDOW_SIZE;
size_t packed_git_limit = DEFAULT_PACKED_GIT_LIMIT;
size_t delta_base_cache_limit = 96 * 1024 * 1024;
unsigned long big_file_threshold = 512 * 1024 * 1024;
int pager_use_color = 1;
const char *editor_program;
const char *askpass_program;
const char *excludes_file;
Expand Down
1 change: 1 addition & 0 deletions git.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
#include "exec-cmd.h"
#include "gettext.h"
#include "help.h"
#include "pager.h"
#include "run-command.h"
#include "alias.h"
#include "replace-object.h"
Expand Down
3 changes: 3 additions & 0 deletions pager.c
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
#include "cache.h"
#include "config.h"
#include "editor.h"
#include "pager.h"
#include "run-command.h"
#include "sigchain.h"
#include "alias.h"

int pager_use_color = 1;

#ifndef DEFAULT_PAGER
#define DEFAULT_PAGER "less"
#endif
Expand Down
17 changes: 17 additions & 0 deletions pager.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
#ifndef PAGER_H
#define PAGER_H

struct child_process;

const char *git_pager(int stdout_is_tty);
void setup_pager(void);
int pager_in_use(void);
int term_columns(void);
void term_clear_line(void);
int decimal_width(uintmax_t);
int check_pager_config(const char *cmd);
void prepare_pager_args(struct child_process *, const char *pager);

extern int pager_use_color;

#endif /* PAGER_H */
1 change: 1 addition & 0 deletions pretty.c
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
#include "hex.h"
#include "utf8.h"
#include "diff.h"
#include "pager.h"
#include "revision.h"
#include "string-list.h"
#include "mailmap.h"
Expand Down
1 change: 1 addition & 0 deletions progress.c
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@

#define GIT_TEST_PROGRESS_ONLY
#include "cache.h"
#include "pager.h"
#include "progress.h"
#include "strbuf.h"
#include "trace.h"
Expand Down
1 change: 1 addition & 0 deletions range-diff.c
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
#include "linear-assignment.h"
#include "diffcore.h"
#include "commit.h"
#include "pager.h"
#include "pretty.h"
#include "userdiff.h"
#include "apply.h"
Expand Down
1 change: 1 addition & 0 deletions sequencer.c
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
#include "object-name.h"
#include "object-store.h"
#include "object.h"
#include "pager.h"
#include "commit.h"
#include "sequencer.h"
#include "tag.h"
Expand Down

0 comments on commit ca4eed7

Please sign in to comment.