git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2021-01-14 02:12:20 to 2021-01-16 18:13:03 UTC [more...]

[PATCH v5 00/11] [GSoC] Implement Corrected Commit Date
 2021-01-16 18:11 UTC  (13+ messages)
` [PATCH v6 "
  ` [PATCH v6 01/11] commit-graph: fix regression when computing Bloom filters
  ` [PATCH v6 02/11] revision: parse parent in indegree_walk_step()
  ` [PATCH v6 03/11] commit-graph: consolidate fill_commit_graph_info
  ` [PATCH v6 04/11] t6600-test-reach: generalize *_three_modes
  ` [PATCH v6 05/11] commit-graph: add a slab to store topological levels
  ` [PATCH v6 06/11] commit-graph: return 64-bit generation number
  ` [PATCH v6 07/11] commit-graph: implement corrected commit date
  ` [PATCH v6 08/11] commit-graph: implement generation data chunk
  ` [PATCH v6 09/11] commit-graph: use generation v2 only if entire chain does
  ` [PATCH v6 10/11] commit-reach: use corrected commit dates in paint_down_to_common()
  ` [PATCH v6 11/11] doc: add corrected commit date info

git-bugreport-2021-01-06-1209.txt (git can't deal with special characters)
 2021-01-16 17:24 UTC  (3+ messages)

[PATCH] More docs
 2021-01-16 17:15 UTC  (2+ messages)
` [PATCH] fsck doc: remove ancient out-of-date diagnostics

[PATCH 00/27] t: general test cleanup + `set -o pipefail`
 2021-01-16 15:35 UTC  (29+ messages)
` [PATCH 0/6] tests: add a bash "set -o pipefail" test mode
  ` [PATCH v2 00/11] "
  ` [PATCH v2 01/11] cache-tree tests: remove unused $2 parameter
  ` [PATCH v2 02/11] cache-tree tests: use a sub-shell with less indirection
  ` [PATCH v2 03/11] cache-tree tests: refactor overly complex function
  ` [PATCH v2 04/11] git svn mergeinfo tests: modernize redirection & quoting style
  ` [PATCH v2 05/11] git svn mergeinfo tests: refactor "test -z" to use test_must_be_empty
  ` [PATCH v2 06/11] git-svn tests: rewrite brittle tests to use "--[no-]merges"
  ` [PATCH v2 07/11] rm tests: actually test for SIGPIPE in SIGPIPE test
  ` [PATCH v2 08/11] upload-pack tests: avoid a non-zero "grep" exit status
  ` [PATCH v2 09/11] archive tests: use a cheaper "zipinfo -h" invocation to get header
  ` [PATCH v2 10/11] tests: split up bash detection library
  ` [PATCH v2 11/11] tests: add a "set -o pipefail" for a patched bash
` [PATCH 1/6] test-lib: add tests for test_might_fail
    ` [PATCH] "
` [PATCH 2/6] test-lib: add ok=* support to test_might_fail
` [PATCH 3/6] test_lib: allow test_{must,might}_fail to accept non-git on "sigpipe"
` [PATCH 4/6] tests: use "test_might_fail ok=sigpipe grep" when appropriate
` [PATCH 5/6] tests: split up bash detection library
` [PATCH 6/6] tests: add a "set -o pipefail" for a patched bash

Repository of repositories without submodules?
 2021-01-16 14:01 UTC  (2+ messages)

What's cooking in git.git (Jan 2021, #02; Fri, 8)
 2021-01-16 16:23 UTC  (28+ messages)

[PATCH 00/26] git-log: implement new --diff-merge options
 2021-01-16  9:17 UTC  (4+ messages)
` [PATCH v3 00/32] "

[PATCH] builtin/ls-files.c:add git ls-file --dedup option
 2021-01-16  7:13 UTC  (8+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 2/2] builtin:ls-files.c:add "
  ` [PATCH v3] ls-files.c: add "

[PATCH v2 0/9] Cleanups around index operations
 2021-01-16  6:58 UTC  (3+ messages)
` [PATCH v3 00/10] "

[PATCH 00/11] [RFH] Introduce support for GETTEXT_POISON=rot13
 2021-01-16  6:38 UTC  (14+ messages)
` [PATCH 04/11] sha1dc: mark forgotten message for translation
` [PATCH 09/11] GETTEXT_POISON=rot13: do compare the output in `test_i18ncmp`

What's cooking in git.git (Jan 2021, #03; Fri, 15)
 2021-01-16  5:43 UTC  (5+ messages)

[RFC PATCH 0/9][Outreachy] rebase -i: add options to fixup command
 2021-01-16  4:49 UTC  (23+ messages)
` [RFC PATCH 1/9] rebase -i: only write fixup-message when it's needed
` [RFC PATCH 3/9] rebase -i: comment out squash!/fixup! subjects from squash message
` [RFC PATCH 5/9] sequencer: use const variable for commit message comments
` [RFC PATCH 6/9] rebase -i: add fixup [-C | -c] command

[PATCH] fixup! mergetool: add automerge configuration
 2021-01-16  4:24 UTC  (8+ messages)
` [PATCH v2] "
      ` Re* "

RFC on packfile URIs and .gitmodules check
 2021-01-16  3:22 UTC  (3+ messages)

Improving merge of tricky conflicts
 2021-01-16  2:50 UTC  (6+ messages)

[PATCH v2] use delete_refs when deleting tags or branches
 2021-01-16  2:27 UTC  (5+ messages)

[Outreachy] Internship blog 2020 post #4
 2021-01-15 22:52 UTC 

[PATCH] ci/install-depends: attempt to fix "brew cask" stuff
 2021-01-15 20:46 UTC  (8+ messages)

[PATCH 0/1] And so it begins...merge/rename performance work
 2021-01-15 19:29 UTC  (6+ messages)
` [PATCH v2 "
  ` [PATCH v3 "
    ` [PATCH v3 1/1] merge-ort: begin performance work; instrument with trace2_region_* calls

[PATCH v2 0/2] config: allow specifying config entries via envvar pairs
 2021-01-15 19:16 UTC  (4+ messages)
` [PATCH v8 0/8] "
  ` [PATCH v8 5/8] config: store "git -c" variables using more robust format

How to implement the "amend!" commit ?
 2021-01-15 18:05 UTC  (11+ messages)

git fails with a broken pipe when one quits the pager
 2021-01-15 16:15 UTC 

[PATCH 00/20] pack-revindex: prepare for on-disk reverse index
 2021-01-15  9:33 UTC  (30+ messages)
` [PATCH v2 "
  ` [PATCH v2 01/20] pack-revindex: introduce a new API
  ` [PATCH v2 15/20] for_each_object_in_pack(): convert to new revindex API
  ` [PATCH v2 16/20] builtin/gc.c: guess the size of the revindex
  ` [PATCH v2 18/20] pack-revindex: remove unused 'find_revindex_position()'
  ` [PATCH v2 20/20] pack-revindex.c: avoid direct revindex access in 'offset_to_pack_pos()'

[PATCH] shortlog: remove unused(?) "repo-abbrev" feature
 2021-01-15  5:53 UTC  (26+ messages)
` [PATCH 00/22] mailmap: doc + test fixes
  ` [PATCH 0/2] mailmap: test cleanup
    ` [PATCH 1/2] test-lib-functions.sh: fix usage for test_commit()
    ` [PATCH 2/2] t4203: stop losing return codes of git commands
` [PATCH 01/22] mailmap doc: create a new "gitmailmap(5)" man page
  ` [PATCH] fixup! "
    ` [PATCH v2] mailmap doc: use correct environment variable 'GIT_WORK_TREE'
` [PATCH 06/22] mailmap tests: modernize syntax & test idioms
` [PATCH 10/22] mailmap tests: get rid of overly complex blame fuzzing
` [PATCH 14/22] test-lib functions: add --author support to test_commit

[PATCH 0/5] Support for commits signed by multiple algorithms
 2021-01-15  1:47 UTC  (5+ messages)
` [PATCH 2/5] gpg-interface: improve interface for parsing tags

add a blank line when a commit has no parent in log output?
 2021-01-15  1:12 UTC  (4+ messages)

[PATCH 0/8] pack-revindex: introduce on-disk '.rev' format
 2021-01-14 20:57 UTC  (10+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/8] packfile: prepare for the existence of '*.rev' files

[bug] git-ls-files sometimes does not list files with pathspec magic ":(exclude)"
 2021-01-14 20:21 UTC  (3+ messages)

[PATCH v2 0/3] Refactor writing promisor file
 2021-01-14 20:11 UTC  (6+ messages)
` [PATCH v2 1/3] fetch-pack: rename helper to create_promisor_file()
` [PATCH v2 2/3] fetch-pack: refactor writing promisor file
` [PATCH v2 3/3] pack-write: die on error in write_promisor_file()

[PATCH] git-gui: fix blurry icon on macos taskbar
 2021-01-14 18:20 UTC  (2+ messages)

[PATCH] git-gui: fix typo in russian locale
 2021-01-14 17:37 UTC  (2+ messages)

bug: checkout --recurse-submodules discard uncommited changes in submodule
 2021-01-14 16:40 UTC  (3+ messages)

[ANNOUNCE] Git for Windows 2.30.0(2)
 2021-01-14 11:26 UTC 

[PATCH 0/1] add--interactive: skip index refresh in reset patch mode
 2021-01-14  6:32 UTC  (14+ messages)
        ` Cc'ing the Git maintainer on GitGitGadget contributions, was "


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 NNTP newsgroup(s).