git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-10-29 19:59:11 to 2021-11-01 19:09:48 UTC [more...]

[PATCH v4 0/8] progress: assert "global_progress" + test fixes / cleanup
 2021-11-01 19:09 UTC  (10+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/8] leak tests: fix a memory leaks in "test-progress" helper
  ` [PATCH v5 2/8] progress.c test helper: add missing braces
  ` [PATCH v5 3/8] progress.c tests: make start/stop commands on stdin
  ` [PATCH v5 4/8] progress.c tests: test some invalid usage
  ` [PATCH v5 5/8] progress.c: add temporary variable from progress struct
  ` [PATCH v5 6/8] pack-bitmap-write.c: don't return without stop_progress()
  ` [PATCH v5 7/8] various *.c: use isatty(1|2), not isatty(STDIN_FILENO|STDERR_FILENO)
  ` [PATCH v5 8/8] progress.c: add & assert a "global_progress" variable

b4: unicode control characters -- warn or remove?
 2021-11-01 19:09 UTC 

[PATCH v3 00/13] hook.[ch]: new library to run hooks + simple hook conversion
 2021-11-01 18:56 UTC  (19+ messages)
` [PATCH v4 00/17] "
  ` [PATCH v4 01/17] hook: add 'run' subcommand
  ` [PATCH v4 02/17] hook API: add a run_hooks() wrapper
  ` [PATCH v4 03/17] gc: use hook library for pre-auto-gc hook
  ` [PATCH v4 04/17] am: convert {pre,post}-applypatch to use hook.h
  ` [PATCH v4 05/17] hook API: add a run_hooks_l() wrapper
  ` [PATCH v4 06/17] rebase: convert pre-rebase to use hook.h
  ` [PATCH v4 07/17] am: convert applypatch-msg "
  ` [PATCH v4 08/17] merge: convert post-merge "
  ` [PATCH v4 09/17] hooks: convert non-worktree 'post-checkout' hook to hook library
  ` [PATCH v4 10/17] hooks: convert worktree "
  ` [PATCH v4 11/17] git hook run: add an --ignore-missing flag
  ` [PATCH v4 12/17] send-email: use 'git hook run' for 'sendemail-validate'
  ` [PATCH v4 13/17] git-p4: use 'git hook' to run hooks
  ` [PATCH v4 14/17] commit: convert {pre-commit,prepare-commit-msg} hook to hook.h
  ` [PATCH v4 15/17] read-cache: convert post-index-change to use hook.h
  ` [PATCH v4 16/17] receive-pack: convert push-to-checkout hook to hook.h
  ` [PATCH v4 17/17] run-command: remove old run_hook_{le,ve}() hook API

[PATCH 1/2] gpg-interface: handle missing " with " gracefully in parse_ssh_output()
 2021-11-01 18:36 UTC  (8+ messages)
` [PATCH 2/2] gpg-interface: avoid buffer overrun "

timezone related bug of git
 2021-11-01 18:18 UTC  (7+ messages)

make failure when building on cygwin
 2021-11-01 17:23 UTC 

[PATCH] Fix "commit-msg" hook unexpectedly called for "git pull --no-verify"
 2021-11-01 15:34 UTC  (12+ messages)
    ` [PATCH] Remove negation from the merge option "--no-verify"
          ` [PATCH] Remove negation from the commit and "
                  ` [PATCH] Document positive variant of "

[Q] How to check git features for compatability?
 2021-11-01 14:20 UTC  (2+ messages)

git apply --indent-to-add deletes other files from the index
 2021-11-01  7:07 UTC  (8+ messages)
` git apply --intent-to-add "
` [PATCH] apply: make --intent-to-add not stomp index
  ` [PATCH v2] "
      ` Re* "

[PATCH] doc: fix grammar rules in commands'syntax
 2021-11-01  6:47 UTC  (6+ messages)
` [PATCH v2 0/9] doc: fix grammar rules in commands' syntax
  ` [PATCH v2 4/9] doc: use only hyphens as word separators in placeholders

[L10N] Kickoff for Git 2.34.0 round #1
 2021-11-01  5:51 UTC  (4+ messages)
` [PATCH] i18n: fix typos found during l10n for git 2.34.0
  ` [PATCH v2] "

What's cooking in git.git (Oct 2021, #06; Mon, 25)
 2021-11-01  4:04 UTC  (4+ messages)

[PATCH v2 0/3] Add some more options to the pretty-formats
 2021-10-31 18:58 UTC  (18+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/3] pretty.c: rework describe options parsing for better extensibility
  ` [PATCH v3 2/3] pretty: add tag option to %(describe)
  ` [PATCH v4 0/3] Add some more options to the pretty-formats
    ` [PATCH v4 1/3] pretty.c: rework describe options parsing for better extensibility
    ` [PATCH v4 2/3] pretty: add tag option to %(describe)
    ` [PATCH v4 3/3] pretty: add abbrev "

[PATCH] Makefile: replace most hardcoded object lists with $(wildcard)
 2021-10-31 13:00 UTC  (4+ messages)

Double parent after a merge seems to block the pull from another person
 2021-10-31  7:12 UTC 

[PATCH] amend error message violations
 2021-10-31  7:04 UTC  (3+ messages)

[ANNOUNCE] Git Rev News edition 80
 2021-10-31  4:17 UTC 

"git describe --debug" does not show the latest tag for "groff"
 2021-10-31  0:12 UTC  (4+ messages)

[PATCH 00/15] leak tests: remaining non-svn non-p4 tests as passing
 2021-10-30 22:24 UTC  (16+ messages)
` [PATCH 01/15] leak tests: mark a read-tree test as passing SANITIZE=leak
` [PATCH 02/15] leak tests: mark "sort" "
` [PATCH 03/15] leak tests: mark most gettext tests as passing with SANITIZE=leak
` [PATCH 04/15] leak tests: mark some misc "
` [PATCH 05/15] leak tests: mark some rev-list "
` [PATCH 06/15] leak tests: mark some rev-parse "
` [PATCH 07/15] leak tests: mark some update-index "
` [PATCH 08/15] leak tests: mark some notes "
` [PATCH 09/15] leak tests: mark some apply "
` [PATCH 10/15] leak tests: mark some diff "
` [PATCH 11/15] leak tests: mark some add "
` [PATCH 12/15] leak tests: mark some clone "
` [PATCH 13/15] leak tests: mark some status "
` [PATCH 14/15] leak tests: mark some config "
` [PATCH 15/15] leak tests: mark some fast-import "

[PATCH 00/22] man2: Add [[deprecated]] attribute
 2021-10-30 22:23 UTC  (24+ messages)
` [PATCH 01/22] bdflush.2: SYNOPSIS: Mark as [[deprecated]]
` [PATCH 02/22] create_module.2: "
` [PATCH 03/22] get_kernel_syms.2: "
` [PATCH 04/22] getunwind.2: "
` [PATCH 05/22] iopl.2: "
` [PATCH 06/22] query_module.2: "
` [PATCH 07/22] remap_file_pages.2: "
` [PATCH 08/22] sigprocmask.2: SYNOPSIS: Mark the legacy system call "
` [PATCH 09/22] statfs.2: SYNOPSIS: Mark "
` [PATCH 10/22] stime.2: "
` [PATCH 11/22] ustat.2: "
` [PATCH 12/22] pthread_mutex_consistent.3: Mark *_np() old function "
` [PATCH 13/22] sysctl.2: SYNOPSIS: Mark "
` [PATCH 14/22] vfork.2: "
` [PATCH 15/22] tkill.2: SYNOPSIS: Mark tkill() "
` [PATCH 16/22] sgetmask.2: SYNOPSIS: Mark "
` [PATCH 17/22] getitimer.2: "
` [PATCH 18/22] futimesat.2: "
` [PATCH 19/22] gettimeofday.2: "
` [PATCH 20/22] setpgid.2: SYNOPSIS: Mark BSD versions of getpgrp() and setpgrp() "
` [PATCH 21/22] sysfs.2: SYNOPSIS: Mark "
` [PATCH 22/22] uselib.2: "

[ANNOUNCE] Git v2.34.0-rc0
 2021-10-30 21:40 UTC  (2+ messages)

Git not commiting anything if file created and "git add"ed in pre-commit hook is the only file in the staging area
 2021-10-30 21:25 UTC  (6+ messages)

git-svn bug: Output git directory has uncommitted changes
 2021-10-30 20:52 UTC  (6+ messages)

Replace setitimer(2) by timer_settime(2)
 2021-10-30 20:29 UTC 

Notes from the Git Contributors' Summit 2021, virtual, Oct 19/20
 2021-10-30 19:58 UTC  (4+ messages)
` [Summit topic] Crazy (and not so crazy) ideas
  ` scripting speedups [was: [Summit topic] Crazy (and not so crazy) ideas]

[PATCH v2 0/7] Allow clean/smudge filters to handle huge files in the LLP64 data model
 2021-10-30 19:29 UTC  (23+ messages)
` [PATCH v3 0/8] "
  ` [PATCH v3 2/8] test-tool genzeros: generate large amounts of data more efficiently
  ` [PATCH v3 3/8] test-lib: add prerequisite for 64-bit platforms
  ` [PATCH v3 4/8] t1051: introduce a smudge filter test for extremely large files
  ` [PATCH v3 5/8] odb: teach read_blob_entry to use size_t
  ` [PATCH v3 6/8] git-compat-util: introduce more size_t helpers
  ` [PATCH v3 7/8] odb: guard against data loss checking out a huge file
  ` [PATCH v3 8/8] clean/smudge: allow clean filters to process extremely large files

[ANNOUNCE] Git for Windows 2.34.0-rc0
 2021-10-30 19:19 UTC  (2+ messages)

[PATCH] builtin: add git-default-branch command
 2021-10-30 17:18 UTC  (2+ messages)

[PATCH 0/3] bundle-uri: "dumb" static CDN offloading, spec & server implementation
 2021-10-30 14:51 UTC  (9+ messages)
` [PATCH 2/3] protocol v2: specify static seeding of clone/fetch via "bundle-uri"

Is getpass(3) really obsolete?
 2021-10-30 12:24 UTC  (6+ messages)

[PATCH] allow disabling fsync everywhere
 2021-10-30 10:39 UTC  (9+ messages)
      ` [PATCH] tests: disable "

[PATCH 0/2] fix up example code in MyFirstObjectWalk tutorial
 2021-10-30  7:49 UTC  (4+ messages)
` [PATCH 2/2] docs: add headers in MyFirstObjectWalk

What's cooking in git.git (Oct 2021, #07; Fri, 29)
 2021-10-30  0:17 UTC 

[PATCH] wrapper: remove xunsetenv()
 2021-10-30  0:13 UTC  (17+ messages)

[PATCH v3] fetch-pack: redact packfile urls in traces
 2021-10-29 23:18 UTC  (10+ messages)
` [PATCH v4 0/2] "
  ` [PATCH v4 2/2] http-fetch: redact url on die() message
  ` [PATCH v5 0/2] fetch-pack: redact packfile urls in traces
    ` [PATCH v5 1/2] "

[Bug] wrapper.c uses unportable unsetenv
 2021-10-29 21:57 UTC  (7+ messages)

[PATCH v2 0/2] fix up example code in MyFirstObjectWalk tutorial
 2021-10-29 21:28 UTC  (3+ messages)
` [PATCH v3 "

[PATCH 0/4] Flag to add a newline after decorations for --oneline log output
 2021-10-29 21:15 UTC  (5+ messages)
` [PATCH 1/4] oneline: parse --newlineafter flag
` [PATCH 2/4] oneline: print newline after decorations if flag provided
` [PATCH 3/4] oneline: test for --newlineafter feature
` [PATCH 4/4] doc: add docs for newlineafter flag

git log --encoding=HTML is not supported
 2021-10-29 21:10 UTC  (14+ messages)
      ` *Really* noisy encoding warnings post-v2.33.0

[PATCH 00/11] midx: clean up t5319 under 'SANITIZE=leak'
 2021-10-29 21:05 UTC  (9+ messages)
` [PATCH] leak tests: add an interface to the LSAN_OPTIONS "suppressions"

[PATCH v3 0/3] sparse-index: expand/collapse based on 'index.sparse'
 2021-10-29 20:01 UTC  (6+ messages)
` [PATCH v4 0/4] "
  ` [PATCH v4 2/4] sparse-index: avoid unnecessary cache tree clearing


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

	https://80x24.org/mirrors/git.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).