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 3/4] git: drop needless ENOENT import
  2023-01-25 10:18  5% [PATCH 0/4] git-related updates Eric Wong
@ 2023-01-25 10:18  7% ` Eric Wong
  0 siblings, 0 replies; 2+ results
From: Eric Wong @ 2023-01-25 10:18 UTC (permalink / raw)
  To: meta

I imported it in commit 356439a571c536eaa487031802b436d087113f4f
(gcf2 + extsearch: check for unlinked files on Linux, 2021-09-22)
but never used it.
---
 lib/PublicInbox/Git.pm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/PublicInbox/Git.pm b/lib/PublicInbox/Git.pm
index a3813bf2..9197ea67 100644
--- a/lib/PublicInbox/Git.pm
+++ b/lib/PublicInbox/Git.pm
@@ -12,7 +12,7 @@ use v5.10.1;
 use parent qw(Exporter);
 use POSIX ();
 use IO::Handle; # ->autoflush
-use Errno qw(EINTR EAGAIN ENOENT);
+use Errno qw(EINTR EAGAIN);
 use File::Glob qw(bsd_glob GLOB_NOSORT);
 use File::Spec ();
 use Time::HiRes qw(stat);

^ permalink raw reply related	[relevance 7%]

* [PATCH 0/4] git-related updates
@ 2023-01-25 10:18  5% Eric Wong
  2023-01-25 10:18  7% ` [PATCH 3/4] git: drop needless ENOENT import Eric Wong
  0 siblings, 1 reply; 2+ results
From: Eric Wong @ 2023-01-25 10:18 UTC (permalink / raw)
  To: meta

core.abbrev=no is now used in preparation for SHA-256 support.

I started working on supporting git 2.36+ --batch-command, but having
to support prior versions will require more refactoring, I think...

2/4 was painful :<

Eric Wong (4):
  git: use core.abbrev=no on git 2.31+
  process_pipe: warn hackers off using it for bidirectional pipes
  git: drop needless ENOENT import
  git: reduce delete ops in _destroy

 lib/PublicInbox/Git.pm         | 42 ++++++++++++++++++++++++----------
 lib/PublicInbox/ProcessPipe.pm |  6 +++--
 2 files changed, 34 insertions(+), 14 deletions(-)

^ 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 --
2023-01-25 10:18  5% [PATCH 0/4] git-related updates Eric Wong
2023-01-25 10:18  7% ` [PATCH 3/4] git: drop needless ENOENT import 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).