git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-01-27 13:52:58 to 2021-01-30 00:03:45 UTC [more...]

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

[PATCH v6 00/17] propose config-based hooks (part I)
 2021-01-29 23:59 UTC  (6+ messages)
` [PATCH v7 "
  ` [PATCH v7 01/17] doc: propose hooks managed by the config

git fails with a broken pipe when one quits the pager
 2021-01-29 23:48 UTC  (2+ messages)
` [PATCH] pager: exit without error on SIGPIPE

[PATCH 00/10] repack: support repacking into a geometric sequence
 2021-01-29 23:31 UTC  (36+ messages)
` [PATCH 01/10] packfile: introduce 'find_kept_pack_entry()'
` [PATCH 02/10] revision: learn '--no-kept-objects'
` [PATCH 03/10] builtin/pack-objects.c: learn '--assume-kept-packs-closed'
` [PATCH 05/10] p5303: measure time to repack with keep
      ` [PATCH] p5303: avoid sed GNU-ism

git-bugreport-2021-01-06-1209.txt (git can't deal with special characters)
 2021-01-29 23:19 UTC  (3+ messages)
` [PATCH v2 1/1] MacOS: precompose_argv_prefix()

Git Conditional Includes Question (possible bug?)
 2021-01-29 22:54 UTC  (2+ messages)

[PATCH v5 1/3] ls-refs: report unborn targets of symrefs
 2021-01-29 22:04 UTC  (3+ messages)

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

[PATCH 0/3] Speed up remove_redundant()
 2021-01-29 17:11 UTC  (8+ messages)
` [PATCH 1/3] commit-reach: use one walk in remove_redundant()
` [PATCH 2/3] commit-reach: move compare_commits_by_gen
` [PATCH 3/3] commit-reach: use heuristic in remove_redundant()

[PATCH v4 0/7] Finish converting git bisect to C part 3
 2021-01-29  7:57 UTC  (14+ messages)
` [PATCH v4 2/7] bisect--helper: reimplement `bisect_replay` shell function in C
` [PATCH v4 3/7] bisect--helper: retire `--bisect-write` subcommand
` [PATCH v4 4/7] bisect--helper: use `res` instead of return in BISECT_RESET case option
` [PATCH v4 7/7] bisect--helper: retire `--check-and-set-terms` subcommand

[PATCH 0/4] Makefile: micro-optimize light non-test builds
 2021-01-29  7:49 UTC  (5+ messages)
` [PATCH 0/6] Makefile: add {program,xdiff,test,git}-objs & objects targets
` [PATCH 1/6] Makefile: remove "all" on "$(FUZZ_OBJS)"
` [PATCH 2/6] Makefile: guard against TEST_OBJS in the environment

[PATCH] git-apply: Do not free the wrong buffer when we convert the data for writeout
 2021-01-29  6:29 UTC 

[PATCH] strbuf.c: optimize program logic
 2021-01-29  6:09 UTC  (4+ messages)

[PATCH 0/8] pack-revindex: introduce on-disk '.rev' format
 2021-01-29  2:42 UTC  (27+ messages)
` [PATCH v3 00/10] "
  ` [PATCH v3 01/10] packfile: prepare for the existence of '*.rev' files
  ` [PATCH v3 03/10] builtin/index-pack.c: allow stripping arbitrary extensions
  ` [PATCH v3 06/10] Documentation/config/pack.txt: advertise 'pack.writeReverseIndex'
  ` [PATCH v3 07/10] t: prepare for GIT_TEST_WRITE_REV_INDEX
  ` [PATCH v3 08/10] t: support GIT_TEST_WRITE_REV_INDEX
  ` [PATCH v3 09/10] pack-revindex: ensure that on-disk reverse indexes are given precedence
  ` [PATCH v3 10/10] t5325: check both on-disk and in-memory reverse index

[PATCH] git-compat-util: always enable variadic macros
 2021-01-29  2:11 UTC  (3+ messages)

[PATCH 0/6] convert hash_pos() to oid_pos()
 2021-01-29  1:18 UTC  (15+ messages)
` [PATCH 1/6] commit_graft_pos(): take an oid instead of a bare hash
` [PATCH 2/6] rerere: check dirname format while iterating rr_cache directory
` [PATCH 3/6] rerere: tighten rr-cache dirname check
` [PATCH 4/6] rerere: use strmap to store rerere directories
` [PATCH 5/6] hash_pos(): convert to oid_pos()
` [PATCH 6/6] oid_pos(): access table through const pointers

[PATCH] pretty: lazy-load commit data when expanding user-format
 2021-01-29  1:11 UTC  (5+ messages)

Re* [PATCH v2] fixup! mergetool: add automerge configuration
 2021-01-29  0:41 UTC  (12+ messages)

[PATCH v3 1/1] upload-pack.c: fix filter spec quoting bug
 2021-01-28 21:58 UTC  (6+ messages)
` [PATCH v4] "

[PATCH] rebase -i: do leave commit message intact in fixup! chains
 2021-01-28 20:18 UTC  (8+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

[PATCH] git-gui: fix typo in russian locale
 2021-01-28 16:49 UTC  (3+ messages)

[ANNOUNCE] Git Rev News edition 71
 2021-01-28 16:39 UTC 

[PATCH] ci: do not cancel all jobs of a matrix if one fails
 2021-01-28 16:13 UTC  (3+ messages)

[PATCH] transport-internal.h: fix a 'hdr-check' warning
 2021-01-28 15:52 UTC 

[PATCH 1/2] config.mak.uname: remove redundant NO_LIBPCRE1_JIT flag
 2021-01-28 15:44 UTC  (2+ messages)

[PATCH 0/3] Range diff with ranges lacking dotdot
 2021-01-28 15:38 UTC  (17+ messages)
` [PATCH 3/3] range-diff(docs): explain how to specify commit ranges
` [PATCH v2 0/3] Range diff with ranges lacking dotdot
  ` [PATCH v2 2/3] range-diff/format-patch: handle commit ranges other than A..B
  ` [PATCH v3 0/3] Range diff with ranges lacking dotdot
    ` [PATCH v3 1/3] range-diff/format-patch: refactor check for commit range
    ` [PATCH v3 2/3] range-diff/format-patch: handle commit ranges other than A..B
    ` [PATCH v3 3/3] range-diff(docs): explain how to specify commit ranges

[PATCH 00/27] [RFC] Sparse Index
 2021-01-28 15:26 UTC  (24+ messages)
` [PATCH 02/27] sparse-index: implement ensure_full_index()
` [PATCH 03/27] t1092: compare sparse-checkout to sparse-index
` [PATCH 08/27] sparse-checkout: hold pattern list in index
` [PATCH 09/27] sparse-index: convert from full to sparse
` [PATCH 11/27] unpack-trees: allow sparse directories
` [PATCH 12/27] sparse-index: check index conversion happens
` [PATCH 13/27] sparse-index: create extension for compatibility
` [PATCH 14/27] sparse-checkout: toggle sparse index from builtin

[PATCH 0/4] t0000 cleanups
 2021-01-28  6:32 UTC  (5+ messages)
` [PATCH 1/4] t0000: keep clean-up tests together
` [PATCH 2/4] t0000: run prereq tests inside sub-test
` [PATCH 3/4] t0000: run cleaning test "
` [PATCH 4/4] t0000: consistently use single quotes for outer tests

[PATCH v4 3/3] clone: respect remote unborn HEAD
 2021-01-28  5:50 UTC  (4+ messages)

[PATCH] ci/install-depends: attempt to fix "brew cask" stuff
 2021-01-28  5:23 UTC  (5+ messages)

[PATCH 4/4] fetch-pack: print and use dangling .gitmodules
 2021-01-28  1:15 UTC  (2+ messages)

[PATCH 4/4] fetch-pack: print and use dangling .gitmodules
 2021-01-28  1:04 UTC  (2+ messages)

[PATCH 4/4] fetch-pack: print and use dangling .gitmodules
 2021-01-28  1:03 UTC  (2+ messages)

[PATCH 0/4] Check .gitmodules when using packfile URIs
 2021-01-28  0:35 UTC  (2+ messages)

[PATCH 2/4] http-fetch: allow custom index-pack args
 2021-01-28  0:32 UTC  (2+ messages)

[PATCH 0/2] rev-list --disk-usage
 2021-01-27 23:39 UTC  (11+ messages)
` [PATCH 1/2] t: add --no-tag option to test_commit
` [PATCH 2/2] rev-list: add --disk-usage option for calculating disk usage

[PATCH 00/17] Refactor chunk-format into an API
 2021-01-27 16:03 UTC  (23+ messages)
` [PATCH 14/17] midx: use chunk-format read API
` [PATCH v2 00/17] Refactor chunk-format into an API
  ` [PATCH v2 01/17] commit-graph: anonymize data in chunk_write_fn
  ` [PATCH v2 02/17] chunk-format: create chunk format write API
  ` [PATCH v2 03/17] commit-graph: use chunk-format "
  ` [PATCH v2 04/17] midx: rename pack_info to write_midx_context
  ` [PATCH v2 05/17] midx: use context in write_midx_pack_names()
  ` [PATCH v2 06/17] midx: add entries to write_midx_context
  ` [PATCH v2 07/17] midx: add pack_perm "
  ` [PATCH v2 08/17] midx: add num_large_offsets "
  ` [PATCH v2 09/17] midx: return success/failure in chunk write methods
  ` [PATCH v2 10/17] midx: drop chunk progress during write
  ` [PATCH v2 11/17] midx: use chunk-format API in write_midx_internal()
  ` [PATCH v2 12/17] chunk-format: create read chunk API
  ` [PATCH v2 13/17] commit-graph: use chunk-format read API
  ` [PATCH v2 14/17] midx: "
  ` [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 0/7] Finish converting git bisect to C part 3
 2021-01-27 14:11 UTC  (10+ messages)
` [PATCH v3 1/7] bisect--helper: reimplement `bisect_log` shell function in C


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