git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-02-04 06:53:54 to 2021-02-06 09:19:13 UTC [more...]

[PATCH 0/2] Unify trailers formatting logic for pretty.c and ref-filter.c
 2021-02-06  9:15 UTC  (10+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 3/3] ref-filter: use pretty.c logic for trailers
  ` [PATCH v3 0/3] Unify trailers formatting logic for pretty.c and ref-filter.c
    ` [PATCH v3 1/3] pretty.c: refactor trailer logic to `format_set_trailers_options()`
    ` [PATCH v3 2/3] pretty.c: capture invalid trailer argument
    ` [PATCH v3 3/3] ref-filter: use pretty.c logic for trailers

[PATCH v3 0/9][Outreachy] rebase -i: add options to fixup command
 2021-02-06  5:37 UTC  (23+ messages)
` [PATCH v4 "
  ` [PATCH v4 7/9] t3437: test script for fixup [-C|-c] options in interactive rebase
  ` [PATCH v5 0/8][Outreachy] rebase -i: add options to fixup command
    ` [PATCH v5 1/8] rebase -i: only write fixup-message when it's needed
    ` [PATCH v5 2/8] sequencer: factor out code to append squash message
    ` [PATCH v5 3/8] rebase -i: comment out squash!/fixup! subjects from "
    ` [PATCH v5 4/8] sequencer: pass todo_item to do_pick_commit()
    ` [PATCH v5 5/8] sequencer: use const variable for commit message comments
    ` [PATCH v5 6/8] rebase -i: add fixup [-C | -c] command
    ` [PATCH v5 7/8] t3437: test script for fixup [-C|-c] options in interactive rebase
    ` [PATCH v5 8/8] doc/git-rebase: add documentation for fixup [-C|-c] options

[PATCH 0/3] Range diff with ranges lacking dotdot
 2021-02-06  0:39 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/3] range-diff/format-patch: handle commit ranges other than A..B

Cloning empty repository uses locally configured default branch name
 2021-02-05 23:07 UTC  (17+ messages)
` [PATCH v5 0/3] Cloning with remote unborn HEAD
` [PATCH v7 "
  ` [PATCH v7 1/3] ls-refs: report unborn targets of symrefs
  ` [PATCH v7 2/3] connect, transport: encapsulate arg in struct
  ` [PATCH v7 3/3] clone: respect remote unborn HEAD
` [PATCH v8 0/3] Cloning with "
  ` [PATCH v8 1/3] ls-refs: report unborn targets of symrefs
  ` [PATCH v8 2/3] connect, transport: encapsulate arg in struct
  ` [PATCH v8 3/3] clone: respect remote unborn HEAD

[PATCH 00/10] [RFC] Simple IPC Mechanism
 2021-02-05 23:28 UTC  (16+ messages)
` [PATCH v2 00/14] "
  ` [PATCH v2 04/14] pkt-line: optionally skip the flush packet in write_packetized_from_buf()
  ` [PATCH v2 09/14] simple-ipc: add t/helper/test-simple-ipc and t0052
  ` [PATCH v2 11/14] unix-socket: add options to unix_stream_listen()
          ` candidate branches for `maint`, was Re: [PATCH v2 00/14] Simple IPC Mechanism

[PATCH 00/17] Refactor chunk-format into an API
 2021-02-05 20:41 UTC  (45+ messages)
` [PATCH v2 "
  ` [PATCH v2 02/17] chunk-format: create chunk format write API
  ` [PATCH v2 09/17] midx: return success/failure in chunk write methods
  ` [PATCH v2 12/17] chunk-format: create read chunk API
  ` [PATCH v2 15/17] midx: use 64-bit multiplication for chunk sizes
  ` [PATCH v2 16/17] chunk-format: restore duplicate chunk checks
  ` [PATCH v2 17/17] chunk-format: add technical docs
  ` [PATCH v3 00/17] Refactor chunk-format into an API
    ` [PATCH v3 01/17] commit-graph: anonymize data in chunk_write_fn
    ` [PATCH v3 02/17] chunk-format: create chunk format write API
    ` [PATCH v3 03/17] commit-graph: use chunk-format "
    ` [PATCH v3 04/17] midx: rename pack_info to write_midx_context
    ` [PATCH v3 05/17] midx: use context in write_midx_pack_names()
    ` [PATCH v3 06/17] midx: add entries to write_midx_context
    ` [PATCH v3 07/17] midx: add pack_perm "
    ` [PATCH v3 08/17] midx: add num_large_offsets "
    ` [PATCH v3 09/17] midx: return success/failure in chunk write methods
    ` [PATCH v3 10/17] midx: drop chunk progress during write
    ` [PATCH v3 11/17] midx: use chunk-format API in write_midx_internal()
    ` [PATCH v3 12/17] chunk-format: create read chunk API
    ` [PATCH v3 13/17] commit-graph: use chunk-format read API
    ` [PATCH v3 14/17] midx: "
    ` [PATCH v3 15/17] midx: use 64-bit multiplication for chunk sizes
    ` [PATCH v3 16/17] chunk-format: restore duplicate chunk checks
    ` [PATCH v3 17/17] chunk-format: add technical docs

[PATCH v2] fast-import: add new --date-format=raw-permissive format
 2021-02-05 15:25 UTC  (5+ messages)
` [PATCH v3] "
  ` Why does fast-import need to check the validity of idents? + Other ident adventures

[PATCH v4 0/2] diff: add -I<regex> that ignores matching changes
 2021-02-05 14:13 UTC  (3+ messages)
` [PATCH 1/2] diff: add an API for deferred freeing
` [PATCH 2/2] diff: plug memory leak from regcomp() on {log,diff} -I

[PATCH v3 0/3] Range diff with ranges lacking dotdot
 2021-02-05 14:44 UTC  (25+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/3] range-diff/format-patch: refactor check for commit range
  ` [PATCH v4 2/3] range-diff/format-patch: handle commit ranges other than A..B
  ` [PATCH v4 3/3] range-diff(docs): explain how to specify commit ranges
  ` [PATCH v5 0/3] Range diff with ranges lacking dotdot
    ` [PATCH v5 1/3] range-diff/format-patch: refactor check for commit range
    ` [PATCH v5 2/3] range-diff/format-patch: handle commit ranges other than A..B
    ` [PATCH v5 3/3] range-diff(docs): explain how to specify commit ranges
    ` [PATCH v6 0/3] Range diff with ranges lacking dotdot
      ` [PATCH v6 1/3] range-diff/format-patch: refactor check for commit range
      ` [PATCH v6 2/3] range-diff/format-patch: handle commit ranges other than A..B
      ` [PATCH v6 3/3] range-diff(docs): explain how to specify commit ranges

[PATCH 0/6] Optionally restrict range-diff output to "left" or "right" range only
 2021-02-05 20:05 UTC  (21+ messages)
` [PATCH 1/6] range-diff: avoid leaking memory in two error code paths
` [PATCH 2/6] range-diff: libify the read_patches() function again
` [PATCH 3/6] range-diff: simplify code spawning `git log`
` [PATCH 4/6] range-diff: combine all options in a single data structure
` [PATCH 5/6] range-diff: move the diffopt initialization down one layer
` [PATCH 6/6] range-diff: offer --left-only/--right-only options
` [PATCH v2 0/6] Optionally restrict range-diff output to "left" or "right" range only
  ` [PATCH v2 1/6] range-diff: avoid leaking memory in two error code paths
  ` [PATCH v2 2/6] range-diff: libify the read_patches() function again
  ` [PATCH v2 3/6] range-diff: simplify code spawning `git log`
  ` [PATCH v2 4/6] range-diff: combine all options in a single data structure
  ` [PATCH v2 5/6] range-diff: move the diffopt initialization down one layer
  ` [PATCH v2 6/6] range-diff: offer --left-only/--right-only options

[PATCH] usage: trace2 BUG() invocations
 2021-02-05 20:09 UTC  (7+ messages)
` [PATCH v2] "

[PATCH v2 0/6] doc: improvements for hash-function-transition
 2021-02-05 21:49 UTC  (10+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/6] doc hash-function-transition: fix asciidoc output
  ` [PATCH v3 2/6] doc hash-function-transition: use SHA-1 and SHA-256 consistently
  ` [PATCH v3 3/6] doc hash-function-transition: use upper case consistently
  ` [PATCH v3 4/6] doc hash-function-transition: fix incomplete sentence
  ` [PATCH v3 5/6] doc hash-function-transition: move rationale upwards
  ` [PATCH v3 6/6] doc: use https links

I've noticed the command `git --git-dir=<path> shortlog`
 2021-02-05 20:02 UTC  (3+ messages)

git-bugreport-2021-01-06-1209.txt (git can't deal with special characters)
 2021-02-05 17:31 UTC  (5+ messages)
` [PATCH v4 1/1] MacOS: precompose_argv_prefix()

[PATCH 0/3] pager: test for exit behavior & trace2 bug fix
 2021-02-05 11:37 UTC  (6+ messages)
` [PATCH v2 2/5] pager: test for exit code with and without SIGPIPE
` [PATCH v2 4/5] pager: properly log pager exit code when signalled

[PATCH] status: fix verbose status coloring inconsistency
 2021-02-05  7:17 UTC  (5+ messages)

git command was killed
 2021-02-05  6:55 UTC  (3+ messages)

Just here to check
 2021-02-05  6:25 UTC 

[PATCH] status: learn --color for piping colored output
 2021-02-05  6:23 UTC  (8+ messages)

[rfh] where is coccinelle these days on Ubuntu?
 2021-02-05  1:53 UTC  (2+ messages)

[PATCH 00/25] grep: PCREv2 fixes, remove kwset.[ch]
 2021-02-04 21:13 UTC  (11+ messages)
` [PATCH 14/25] pickaxe -S: remove redundant "sz" check in while-loop
` [PATCH 21/25] pickaxe: use PCREv2 for -G and -S
` [PATCH 24/25] xdiff-interface: support early exit in xdiff_outf()

howto-index not found
 2021-02-04 21:09 UTC  (6+ messages)

[PATCH v2 2/3] grep: make PCRE2 aware of custom allocator
 2021-02-04 21:05 UTC  (12+ messages)
` [PATCH 00/10] grep/pcre2: memory allocation fixes
` [PATCH 01/10] grep/pcre2: drop needless assignment + assert() on opt->pcre2
` [PATCH 02/10] grep/pcre2: drop needless assignment to NULL
` [PATCH 03/10] grep/pcre2: correct reference to grep_init() in comment
` [PATCH 04/10] grep/pcre2: prepare to add debugging to pcre2_malloc()
` [PATCH 05/10] grep/pcre2: add GREP_PCRE2_DEBUG_MALLOC debug mode
` [PATCH 06/10] grep/pcre2: use compile-time PCREv2 version test
` [PATCH 07/10] grep/pcre2: use pcre2_maketables_free() function
` [PATCH 08/10] grep/pcre2: actually make pcre2 use custom allocator
` [PATCH 09/10] grep/pcre2: move back to thread-only PCREv2 structures
` [PATCH 10/10] grep/pcre2: move definitions of pcre2_{malloc,free}

[PATCH 1/2] gitk: refresh the colour scheme
 2021-02-04 20:34 UTC  (4+ messages)

What's cooking in git.git (Feb 2021, #01; Wed, 3)
 2021-02-04 20:25 UTC  (3+ messages)

[PATCH] git-p4: handle non-unicode characters in p4 cl
 2021-02-04 18:45 UTC  (2+ messages)

[PATCH] builtin/clone.c: add --no-shallow option
 2021-02-04 18:36 UTC  (6+ messages)
  `  "

[PATCH] subtree : fix split output containing unrelated history
 2021-02-04 18:25 UTC 

[PATCH 0/6] Makefile: add {program,xdiff,test,git}-objs & objects targets
 2021-02-04 17:49 UTC  (7+ messages)
` [PATCH v2 "
` [PATCH v2 1/6] Makefile: remove "all" on "$(FUZZ_OBJS)"

[PATCH] pager: exit without error on SIGPIPE
 2021-02-04 15:10 UTC  (11+ messages)

git fails with a broken pipe when one quits the pager
 2021-02-04 15:38 UTC  (11+ messages)

[PATCH v2] alloc.h|c: migrate alloc_states to mem-pool
 2021-02-04 10:33 UTC  (2+ messages)
` [PATCH v3] "

[PATCH] [RFC] gitk: tag add right click options
 2021-02-04  8:18 UTC 


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