user/dev discussion of public-inbox itself
 help / color / mirror / code / Atom feed
Search results ordered by [date|relevance]  view[summary|nested|Atom feed]
thread overview below | download mbox.gz: |
* [PATCH 1/3] script/public-inbox-extindex: chmod +x
  2021-05-05 17:49  5% [PATCH 0/3] lei rediff fixes Eric Wong
@ 2021-05-05 17:49  7% ` Eric Wong
  0 siblings, 0 replies; 2+ results
From: Eric Wong @ 2021-05-05 17:49 UTC (permalink / raw)
  To: meta

Everything else that's intended to be executable at some
point has the executable bit set.  Remove an inaccurate
comment while we're at it.
---
 script/public-inbox-extindex | 1 -
 1 file changed, 1 deletion(-)
 mode change 100644 => 100755 script/public-inbox-extindex

diff --git a/script/public-inbox-extindex b/script/public-inbox-extindex
old mode 100644
new mode 100755
index 15ac20eb..771486c4
--- a/script/public-inbox-extindex
+++ b/script/public-inbox-extindex
@@ -1,7 +1,6 @@
 #!perl -w
 # Copyright (C) 2020-2021 all contributors <meta@public-inbox.org>
 # License: AGPL-3.0+ <https://www.gnu.org/licenses/agpl-3.0.txt>
-# Basic tool to create a Xapian search index for a public-inbox.
 use strict;
 use v5.10.1;
 use Getopt::Long qw(:config gnu_getopt no_ignore_case auto_abbrev);

^ permalink raw reply related	[relevance 7%]

* [PATCH 0/3] lei rediff fixes
@ 2021-05-05 17:49  5% Eric Wong
  2021-05-05 17:49  7% ` [PATCH 1/3] script/public-inbox-extindex: chmod +x Eric Wong
  0 siblings, 1 reply; 2+ results
From: Eric Wong @ 2021-05-05 17:49 UTC (permalink / raw)
  To: meta

1/3 was necessary anyways, and also provided a test case for
2/3.  3/3 makes things less surprising, and thankfully wasn't
difficult at all.

Eric Wong (3):
  script/public-inbox-extindex: chmod +x
  lei rediff: capture and regenerate file modes
  lei rediff: do not automatically store patches/mails

 MANIFEST                     |  1 +
 lib/PublicInbox/LeiRediff.pm | 28 ++++++++++++++++++++--------
 script/public-inbox-extindex |  1 -
 t/solve/bare.patch           |  8 ++++++++
 t/solver_git.t               | 16 ++++++++++++++++
 5 files changed, 45 insertions(+), 9 deletions(-)
 mode change 100644 => 100755 script/public-inbox-extindex
 create mode 100644 t/solve/bare.patch

^ permalink raw reply	[relevance 5%]

Results 1-2 of 2 | reverse | options above
-- pct% links below jump to the message on this page, permalinks otherwise --
2021-05-05 17:49  5% [PATCH 0/3] lei rediff fixes Eric Wong
2021-05-05 17:49  7% ` [PATCH 1/3] script/public-inbox-extindex: chmod +x Eric Wong

Code repositories for project(s) associated with this public inbox

	https://80x24.org/public-inbox.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).