git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-10-22 04:35:19 to 2021-10-25 11:53:51 UTC [more...]

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

[PATCH 0/4] Additional FAQ entries
 2021-10-25 10:44 UTC  (5+ messages)
` [PATCH 1/4] gitfaq: add advice on monorepos

[PATCH] gpg-interface: allow selecting key id with env variable
 2021-10-25 10:38 UTC  (7+ messages)

Unified workflow for `git add/checkout --patch`?
 2021-10-25 10:08 UTC  (2+ messages)

git-svn bug: Output git directory has uncommitted changes
 2021-10-25  9:41 UTC  (2+ messages)

[PATCH 0/3] Documentation: change "folder" to "directory"
 2021-10-25  9:19 UTC  (5+ messages)
` [PATCH 1/3] git-multi-pack-index.txt: "
` [PATCH 2/3] gitignore.txt: "
` [PATCH 3/3] gitweb.txt: "

[PATCH 00/11] midx: clean up t5319 under 'SANITIZE=leak'
 2021-10-25  8:59 UTC  (15+ messages)
` [PATCH 10/11] pack-bitmap-write.c: don't return without stop_progress()
        ` SubmittingPatchs: clarify choice of base and testing
      ` [PATCH] leak tests: add an interface to the LSAN_OPTIONS "suppressions"

[PATCH 0/6] ssh signing: verify key lifetime
 2021-10-25  8:39 UTC  (13+ messages)
` [PATCH 1/6] ssh signing: extend check_signature to accept payload metadata
` [PATCH 2/6] ssh signing: add key lifetime test prereqs
` [PATCH 3/6] ssh signing: verify-commit/check_signature with commit date
` [PATCH 4/6] ssh signing: git log/check_signature "
` [PATCH 5/6] ssh signing: verify-tag/check_signature with tag date
` [PATCH 6/6] ssh signing: fmt-merge-msg/check_signature "

[BUG] Integer overflow bug in cache-tree.c
 2021-10-25  7:39 UTC 

[RFC PATCH] mergetools/vimdiff: add vimdiff4 merge tool variant
 2021-10-24 22:54 UTC  (2+ messages)

Git submodule remove
 2021-10-24 20:46 UTC  (15+ messages)

Notes from the Git Contributors' Summit 2021, virtual, Oct 19/20
 2021-10-24 20:27 UTC  (22+ messages)
` [Summit topic] Increasing diversity & inclusion (transition to `main`, etc)
    ` vale check, was "
` [Summit topic] Improving Git UX
  ` changing the experimental 'git switch' (was: [Summit topic] Improving Git UX)
          ` changing the experimental 'git switch'
` [Summit topic] Improving reviewer quality of life (patchwork, subsystem lists?, etc)
` Missing notes, was Re: Notes from the Git Contributors' Summit 2021, virtual, Oct 19/20
` Let's have public Git chalk talks, "

[PATCH] checkout: fix "branch info" memory leaks
 2021-10-24 18:30 UTC  (3+ messages)
` [PATCH v2] "

[PATCH] http-backend: remove a duplicated code branch
 2021-10-24 17:29 UTC  (2+ messages)

[PATCH] command-list.txt: remove 'sparse-index' from main help
 2021-10-24 17:27 UTC  (2+ messages)

[PATCH 0/2] doc-diff fixes on maint
 2021-10-24 17:08 UTC  (3+ messages)
` [PATCH 1/2] git.txt: fix typo
` [PATCH 2/2] git-bundle.txt: add missing words and punctuation

[PATCH] config.txt: fix typo
 2021-10-24 17:07 UTC 

Is t7006-pager.sh racy?
 2021-10-24 17:03 UTC  (2+ messages)

[PATCH] http-backend: remove a duplicated code branch
 2021-10-24 16:28 UTC  (3+ messages)
` (no subject)

[PATCH 0/3] Add some more options to the pretty-formats
 2021-10-24 15:43 UTC  (10+ messages)
` [PATCH 1/3] pretty.c: rename describe options variable to more descriptive name
` [PATCH 2/3] pretty: add tag option to %(describe)
` [PATCH 3/3] pretty: add abbrev "

[PATCH v2 0/5] Fun with cpp word regex
 2021-10-24  9:56 UTC  (3+ messages)
` [PATCH v3 0/6] "
  ` [PATCH 7/6] userdiff-cpp: back out the digit-separators in numbers

[PATCH 0/6] Makefile: be less eager to re-build, *.sh code cleanups
 2021-10-24  9:08 UTC  (5+ messages)
` [PATCH 6/6] git-sh-setup: remove "sane_grep", it's not needed anymore

[PATCH v2 1/1] submodule--helper: fix incorrect newlines in an error message
 2021-10-24  6:05 UTC  (4+ messages)
` [PATCH v3 0/1] submodule: correct an incorrectly formatted "
  ` [PATCH v3 1/1] submodule--helper: fix incorrect newlines in an "

[PATCH] leak tests: free() before die for two API functions
 2021-10-24  5:53 UTC  (17+ messages)
` [PATCH v2 0/3] refs.c + config.c: plug memory leaks
  ` [PATCH v2 2/3] config.c: don't leak memory in handle_path_include()
  ` [PATCH v3 0/6] usage.c: add die_message() & plug memory leaks in refs.c & config.c
    ` [PATCH v3 1/6] usage.c: add a die_message() routine
    ` [PATCH v3 2/6] usage.c API users: use die_message() where appropriate
    ` [PATCH v3 3/6] usage.c + gc: add and use a die_message_errno()
    ` [PATCH v3 4/6] config.c: don't leak memory in handle_path_include()
    ` [PATCH v3 5/6] config.c: free(expanded) before die(), work around GCC oddity
    ` [PATCH v3 6/6] refs: plug memory leak in repo_default_branch_name()

Contradicting man page for git branch copy
 2021-10-23 23:57 UTC  (2+ messages)
` Re* "

Why the Makefile is so eager to re-build & re-link
 2021-10-23 22:34 UTC  (29+ messages)
` [PATCH 0/8] Makefile: make command-list.h 2-5x as fast with -jN
  ` [PATCH v2 00/10] Makefile: make generate-cmdlist.sh much faster
    ` [PATCH v2 01/10] command-list.txt: sort with "LC_ALL=C sort"
    ` [PATCH v2 02/10] generate-cmdlist.sh: trivial whitespace change
    ` [PATCH v2 03/10] generate-cmdlist.sh: spawn fewer processes
    ` [PATCH v2 04/10] generate-cmdlist.sh: don't call get_categories() from category_list()
    ` [PATCH v2 05/10] generate-cmdlist.sh: run "grep | sort", not "sort | grep"
    ` [PATCH v2 06/10] generate-cmdlist.sh: replace for loop by printf's auto-repeat feature
    ` [PATCH v2 07/10] generate-cmdlist.sh: stop sorting category lines
    ` [PATCH v2 08/10] generate-cmdlist.sh: do not shell out to "sed"
    ` [PATCH v2 09/10] generate-cmdlist.sh: replace "grep' invocation with a shell version
    ` [PATCH v2 10/10] generate-cmdlist.sh: replace "cut", "tr" and "grep" with pure-shell

tortoiseplink ssh variant still needed?
 2021-10-23 21:53 UTC  (4+ messages)
` [PATCH] Drop unneeded special handling of ssh variant tortoiseplink

[PATCH v4] archive: describe compression level option
 2021-10-23 21:13 UTC  (3+ messages)

[PATCH] MyFirstContribution: teach to use "format-patch --base=auto"
 2021-10-23 21:03 UTC  (4+ messages)

[Summit topic] Server-side merge/rebase: needs and wants?
 2021-10-23 20:52 UTC  (4+ messages)

gitignore as symbolic link
 2021-10-23 20:49 UTC  (8+ messages)

Git silently broke push-options over ssh?
 2021-10-23 14:57 UTC  (3+ messages)

Bug report: branch display in git stash output
 2021-10-23 12:10 UTC  (2+ messages)

git log displaying wrong account information
 2021-10-23  6:21 UTC  (3+ messages)

Error in 'git clone' via SSH in v2.33.0 (related to commit ae1a7ee)
 2021-10-23  3:58 UTC  (6+ messages)

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

What's cooking in git.git (Oct 2021, #05; Mon, 18)
 2021-10-22 15:55 UTC  (6+ messages)
` js/scalar, was "

[Summit topic] Documentation (translations, FAQ updates, new user-focused, general improvements, etc.)
 2021-10-22 14:31 UTC  (3+ messages)

[PATCH] Makefile: remove redundant GIT-CFLAGS dependency from "sparse"
 2021-10-22 14:30 UTC  (2+ messages)

Missing notes, was Re: Notes from the Git Contributors' Summit 2021, virtual, Oct 19/20
 2021-10-22  9:35 UTC 

Let's have chalk talks, was Re: Missing notes from the Git Contributors' Summit 2021, virtual, Oct 19/20
 2021-10-22  9:26 UTC 

[PATCH 0/6] leaks: miscellaneous small leak fixes
 2021-10-22  8:55 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/6] grep: prefer "struct grep_opt" over its "void *" equivalent
  ` [PATCH v2 2/6] grep: use object_array_clear() in cmd_grep()
  ` [PATCH v2 3/6] grep: fix a "path_list" memory leak
  ` [PATCH v2 4/6] clone: fix a memory leak of the "git_dir" variable
  ` [PATCH v2 5/6] submodule--helper: fix small memory leaks
  ` [PATCH v2 6/6] reflog: free() ref given to us by dwim_log()

[Summit topic] Let's have chalk talks (part 1/?)
 2021-10-22  7:51 UTC 

[PATCH v3 0/5] Builtin FSMonitor Part 2
 2021-10-22  5:23 UTC  (4+ messages)
` [PATCH v4 00/29] "
  ` [PATCH v4 29/29] t7527: test status with untracked-cache and fsmonitor--daemon


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).