git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-10-07 13:27:10 to 2022-10-11 01:00:24 UTC [more...]

[RFC PATCH] shortlog: add group-by options for year and month
 2022-10-11  1:00 UTC  (11+ messages)
` [RFC PATCH v2] "

[PATCH 0/7] shortlog: introduce `--group=<format>`
 2022-10-11  0:54 UTC  (10+ messages)
` [PATCH 1/7] Documentation: extract date-options.txt
` [PATCH 2/7] shortlog: accept `--date`-related options
` [PATCH 3/7] shortlog: extract `--group` fragment for translation
` [PATCH 4/7] shortlog: support arbitrary commit format `--group`s
` [PATCH 5/7] shortlog: implement `--group=author` in terms of `--group=<format>`
` [PATCH 6/7] shortlog: implement `--group=committer` "
` [PATCH 7/7] shortlog: implement `--group=trailer` "

What's cooking in git.git (Oct 2022, #03; Mon, 10)
 2022-10-11  0:42 UTC  (2+ messages)

[PATCH 0/5] CodingGuidelines: various C99 updates
 2022-10-11  0:39 UTC  (18+ messages)
` [PATCH 1/5] CodingGuidelines: update for C99
` [PATCH 3/5] CodingGuidelines: allow declaring variables in for loops
` [PATCH 4/5] CodingGuidelines: mention C99 features we can't use
` [PATCH v2 0/5] CodingGUidelines: C99 updates
  ` [PATCH v2 1/5] CodingGuidelines: update for C99
  ` [PATCH v2 2/5] CodingGuidelines: mention dynamic C99 initializer elements
  ` [PATCH v2 3/5] CodingGuidelines: allow declaring variables in for loops
  ` [PATCH v2 4/5] CodingGuidelines: mention C99 features we can't use
  ` [PATCH v2 5/5] CodingGuidelines: recommend against unportable C99 struct syntax

[PATCH] ci: add address and undefined sanitizer tasks
 2022-10-11  0:28 UTC  (6+ messages)
` [PATCH v2] "

[PATCH 0/4] a few small unused-parameter fixes
 2022-10-11  0:26 UTC  (7+ messages)
` [PATCH 4/4] attr: convert DEBUG_ATTR to use trace API
  ` [PATCH 4alt/4] attr: drop DEBUG_ATTR code

[PATCH] git-compat-util.h: GCC deprecated only takes a message in GCC 4.5+
 2022-10-11  0:22 UTC  (8+ messages)

[PATCH] docs: git-send-email: difference between ssl and tls smtp-encryption
 2022-10-11  0:20 UTC  (5+ messages)

[PATCH] dir: use fspathncmp() in pl_hashmap_cmp()
 2022-10-11  0:19 UTC  (2+ messages)

[PATCH 0/2] Fix syntax errors under clang 11.0.0 on MacOS
 2022-10-11  0:15 UTC  (13+ messages)
` [PATCH v2] config.mak.dev: disable suggest braces error on old clang versions

[PATCH 0/2] branch: support for at-refs like @{-1} in --edit-description, --set-upstream-to and --unset-upstream
 2022-10-10 23:24 UTC  (27+ messages)
` [PATCH v2 0/2] branch: support for shortcuts like @{-1}, completed
  ` [PATCH v3 "
    ` [PATCH v4] "
      ` [PATCH v5] "
        ` [PATCH v6] "

Git bug report
 2022-10-10 23:09 UTC 

[BUG] Unicode filenames handling in `git log --stat`
 2022-10-10 21:58 UTC  (5+ messages)
` [PATCH v5 1/1] diff.c: When appropriate, use utf8_strwidth()

(no subject)
 2022-10-10 21:49 UTC 

[PATCH 0/2] ci(main): upgrade actions/checkout to v3
 2022-10-10 21:43 UTC  (6+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] ci(main): linux32 uses actions/checkout@v2

[PATCH 00/12] fsmonitor: Implement fsmonitor for Linux
 2022-10-10 21:08 UTC  (19+ messages)
` [PATCH 01/12] fsmonitor: refactor filesystem checks to common interface
` [PATCH 02/12] fsmonitor: relocate socket file if .git directory is remote
` [PATCH 03/12] fsmonitor: avoid socket location check if using hook
` [PATCH 04/12] fsmonitor: deal with synthetic firmlinks on macOS
` [PATCH 05/12] fsmonitor: check for compatability before communicating with fsmonitor
` [PATCH 06/12] fsmonitor: add documentation for allowRemote and socketDir options
` [PATCH 07/12] fsmonitor: prepare to share code between Mac OS and Linux
` [PATCH 08/12] fsmonitor: determine if filesystem is local or remote
` [PATCH 09/12] fsmonitor: implement filesystem change listener for Linux
` [PATCH 10/12] fsmonitor: enable fsmonitor "
` [PATCH 11/12] fsmonitor: test updates
` [PATCH 12/12] fsmonitor: update doc for Linux

[PATCH 00/10] Add the Git Change command
 2022-10-10 19:35 UTC  (5+ messages)
` [PATCH v2 00/10] RFC: Git Evolve / Change
  ` [PATCH v2 01/10] technical doc: add a design doc for the evolve command

[PATCH 6/9] trace2: convert ctx.thread_name to flex array
 2022-10-10 19:16 UTC  (6+ messages)
` [RFC PATCH] trace2 API: don't save a copy of constant "thread_name"

Git BUG 2.37.3 and 2.38.0
 2022-10-10 19:00 UTC  (16+ messages)
` [PATCH] log: require --grep for --invert-grep and --all-match, fix segfault
` [PATCH 0/2] grep: tolerate NULL argument to free_grep_expr()
  ` [PATCH 1/2] t4202: demonstrate `git log --invert-grep` segfault
  ` [PATCH 2/2] grep.c: tolerate NULL grep_expr in free_pattern_expr()

[PATCH] git.c: fix, stop passing options after --help
 2022-10-10 18:58 UTC  (2+ messages)

[PATCH v3 0/9] Bundle URIs III: Parse and download from bundle lists
 2022-10-10 18:40 UTC  (16+ messages)
` [PATCH v4 00/11] "
  ` [PATCH v4 01/11] bundle-uri: use plain string in find_temp_filename()
  ` [PATCH v4 02/11] bundle-uri: create bundle_list struct and helpers
  ` [PATCH v4 03/11] bundle-uri: create base key-value pair parsing
  ` [PATCH v4 04/11] bundle-uri: create "key=value" line parsing
  ` [PATCH v4 05/11] bundle-uri: unit test "key=value" parsing
  ` [PATCH v4 06/11] bundle-uri: parse bundle list in config format
  ` [PATCH v4 07/11] bundle-uri: limit recursion depth for bundle lists
  ` [PATCH v4 08/11] bundle: add flags to verify_bundle(), skip walk
  ` [PATCH v4 09/11] bundle-uri: fetch a list of bundles
  ` [PATCH v4 10/11] bundle-uri: quiet failed unbundlings
  ` [PATCH v4 11/11] bundle-uri: suppress stderr from remote-https

[PATCH 0/9] Trace2 timers and counters and some cleanup
 2022-10-10 18:39 UTC  (7+ messages)
` [PATCH 6/9] trace2: convert ctx.thread_name to flex array

[Outreachy] internship contribution
 2022-10-10 18:22 UTC  (8+ messages)

[PATCH] t3435: remove redundant test case
 2022-10-10 17:02 UTC  (2+ messages)

[PATCH] apply: support case-only renames in case-insensitive filesystems
 2022-10-10  4:09 UTC  (3+ messages)
` [PATCH v2 0/3] RFC: "

[PATCH] symbolic-ref: teach "--[no-]recurse" option
 2022-10-09 22:13 UTC  (12+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH 0/6] rebase --update-refs: smooth out some rough edges
 2022-10-09 17:23 UTC  (4+ messages)
` [PATCH 5/6] sequencer: duplicate the result of resolve_ref_unsafe()

[PATCH] branch: description for non-existent branch errors
 2022-10-09  5:05 UTC  (6+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH v2] sparse-checkout.txt: new document with sparse-checkout directions
 2022-10-08 22:52 UTC  (2+ messages)
` [PATCH v3] "

[PATCH 0/2] Minor Refactors: remove useless else
 2022-10-08 16:21 UTC  (10+ messages)
` [PATCH 2/2] removed else statement
` [PATCH v2 0/2] git.c: improve readability | git-p4: minor optimization
  ` [PATCH v2 1/2] git-p4: minor optimization in read_pip_lines
  ` [PATCH v2 2/2] git.c: improve code readability in cmd_main
  ` [PATCH v3] "

[PATCH] ref-filter.c: fix a leak in get_head_description
 2022-10-08  0:35 UTC  (2+ messages)
` [PATCH v2] wt-status: using of wt_status_state_free_buffers

[PATCH] SubmittingPatches: use usual capitalization in the log message body
 2022-10-07 21:55 UTC  (2+ messages)

sudmodule.<name>.recurse ignored
 2022-10-07 21:13 UTC  (5+ messages)

PATCH] bisect--helper: plug strvec leak in bisect_start()
 2022-10-07 17:21 UTC  (7+ messages)
        ` [PATCH v2] bisect--helper: plug strvec leak

[PATCH 0/3] [RFC] tests: add test_todo() for known failures
 2022-10-07 17:08 UTC  (4+ messages)

[PATCH] Update kdiff3 install location
 2022-10-07 17:02 UTC  (2+ messages)

[PATCH 00/15] run-command API: pass functions & opts via struct
 2022-10-07 16:46 UTC  (3+ messages)

[PATCH] bundle-uri: fix technical doc issues
 2022-10-07 15:50 UTC 

A possibly mistake on the "Git Commands - Setup and Config page"
 2022-10-07 14:57 UTC  (5+ messages)

[feature request] resume capability for users in enemies of Internet countries
 2022-10-07 14:24 UTC  (6+ messages)

[PATCH v3 8/9] bundle-uri: fetch a list of bundles
 2022-10-07 13:29 UTC  (2+ messages)


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