aboutsummaryrefslogtreecommitdiffstats
path: root/commit-graph.h
diff options
context:
space:
mode:
authorChristian Couder <christian.couder@gmail.com>2025-10-30 13:33:29 +0100
committerJunio C Hamano <gitster@pobox.com>2025-10-30 07:06:58 -0700
commit2d7cc86b3b099dfae26ea61ee88d7ca0d24f9f08 (patch)
tree703cc1fb71de6dadd008a86dfc01af6301f6aeb8 /commit-graph.h
parentgpg-interface: simplify ssh fingerprint parsing (diff)
downloadgit-2d7cc86b3b099dfae26ea61ee88d7ca0d24f9f08.tar.gz
git-2d7cc86b3b099dfae26ea61ee88d7ca0d24f9f08.zip
gpg-interface: use left shift to define GPG_VERIFY_*
In "gpg-interface.h", the definitions of the GPG_VERIFY_* boolean flags are currently using 1, 2 and 4 while we often prefer the bitwise left shift operator, `<<`, for that purpose to make it clearer that they are boolean. Let's use the left shift operator here too. Let's also fix an indent issue with "4" while at it. Signed-off-by: Christian Couder <chriscool@tuxfamily.org> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'commit-graph.h')
0 files changed, 0 insertions, 0 deletions
>Eric Wong1-28/+5 2006-06-25rebase: allow --merge option to handle patches merged upstreamEric Wong2-5/+23 2006-06-25git-commit: filter out log message lines only when editor was run.Yann Dirson1-7/+12 2006-06-24Rename safe_strncpy() to strlcpy().Peter Eriksen12-30/+48 2006-06-24apply: replace NO_ACCURATE_DIFF with --inaccurate-eof runtime flag.Johannes Schindelin1-9/+16 2006-06-24Clean up diff.cTimo Hirvonen1-12/+6 2006-06-24cvsimport: always set $ENV{GIT_INDEX_FILE} to $index{$branch}Johannes Schindelin1-7/+8 2006-06-24cvsimport: setup indexes correctly for ancestors and incremental importsMartin Langhoff1-17/+22 2006-06-24repo-config: fix printing of boolJunio C Hamano1-6/+3 2006-06-24diff --color: use reset sequence when we mean reset.Junio C Hamano1-1/+1 2006-06-24git-repack -- respect -q and be quietMartin Langhoff1-2/+3 2006-06-24git-merge --squashJunio C Hamano5-24/+72 2006-06-24git-pull: abort when fmt-merge-msg fails.Junio C Hamano1-1/+1 2006-06-24usage: minimum type fix.Junio C Hamano1-3/+3 2006-06-24Customizable error handlersPetr Baudis2-4/+46 2006-06-23git-merge: Don't use -p when outputting summaryTimo Hirvonen1-1/+1 2006-06-23Teach diff about -b and -w flagsJohannes Schindelin9-20/+81 2006-06-23git-commit: allow -e option anywhere on command lineJeff King1-1/+3 2006-06-23patch-id: take "commit" prefix as well as "diff-tree" prefixJohannes Schindelin1-0/+2 2006-06-22Makefile: do not recompile main programs when libraries have changed.Junio C Hamano1-1/+1 2006-06-22add GIT-CFLAGS to .gitignoreMatthias Kestenholz1-0/+1 2006-06-22Tweak diff colorsLinus Torvalds1-41/+58 2006-06-22gitweb: whitespace cleanup around '='Jakub Narebski1-4/+4 2006-06-22gitweb: Use $hash_base as $search_hash if possibleTimo Hirvonen1-1/+3 2006-06-22git-svn: fix commit --edit flag when using SVN:: librariesEric Wong1-6/+8 2006-06-22Makefile: do not force unneeded recompilation upon GIT_VERSION changesJunio C Hamano1-1/+1 2006-06-22rebase --merge: fix for rebasing more than 7 commits.Junio C Hamano1-13/+10 2006-06-22Check and document the options to prevent mistakes.Eric W. Biederman2-0/+23 2006-06-22Pass -DDEFAULT_GIT_TEMPLATE_DIR only where actually used.Yakov Lerner1-1/+2 2006-06-21daemon: send stderr to /dev/null instead of closing.Junio C Hamano1-1/+1 2006-06-21gitweb: Make use of $PATH_INFO for project parameterJakub Narebski1-1/+2 2006-06-21Fix grow_refs_hash()Linus Torvalds1-16/+14 2006-06-21rebase: error out for NO_PYTHON if they use recursive mergeEric Wong2-0/+15