git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-06-29 01:23:31 to 2018-07-02 09:16:27 UTC [more...]

[GSoC] [PATCH 0/5] rebase: rewrite rebase in C
 2018-07-02  9:15 UTC  (2+ messages)
` [GSoC] [PATCH v2 0/4] "

send-email: change the default value of sendmail.validate
 2018-07-02  2:05 UTC  (5+ messages)

[PATCH 00/25] fix buggy tests, modernize tests, fix broken &&-chains
 2018-07-02  0:24 UTC  (26+ messages)
` [PATCH 01/25] t: use test_might_fail() instead of manipulating exit code manually
` [PATCH 02/25] t: use test_write_lines() instead of series of 'echo' commands
` [PATCH 03/25] t: use sane_unset() rather than 'unset' with broken &&-chain
` [PATCH 04/25] t: drop unnecessary terminating semicolon in subshell
` [PATCH 05/25] t/lib-submodule-update: fix "absorbing" test
` [PATCH 06/25] t5405: use test_must_fail() instead of checking exit code manually
` [PATCH 07/25] t5406: use write_script() instead of birthing shell script manually
` [PATCH 08/25] t5505: modernize and simplify hard-to-digest test
` [PATCH 09/25] t6036: fix broken "merge fails but has appropriate contents" tests
` [PATCH 10/25] t7201: drop pointless "exit 0" at end of subshell
` [PATCH 11/25] t7400: fix broken "submodule add/reconfigure --force" test
` [PATCH 12/25] t7810: use test_expect_code() instead of hand-rolled comparison
` [PATCH 13/25] t9001: fix broken "invoke hook" test
` [PATCH 14/25] t9814: simplify convoluted check that command correctly errors out
` [PATCH 15/25] t0000-t0999: fix broken &&-chains
` [PATCH 16/25] t1000-t1999: "
` [PATCH 17/25] t2000-t2999: "
` [PATCH 18/25] t3000-t3999: "
` [PATCH 19/25] t3030: "
` [PATCH 20/25] t4000-t4999: "
` [PATCH 21/25] t5000-t5999: "
` [PATCH 22/25] t6000-t6999: "
` [PATCH 23/25] t7000-t7999: "
` [PATCH 24/25] t9000-t9999: "
` [PATCH 25/25] t9119: "

Use of new .gitattributes working-tree-encoding attribute across different platform types
 2018-07-01 17:56 UTC  (6+ messages)

Feature request : "git fsck" should show the percentage of completeness in step "Checking connectivity:"
 2018-07-01 16:21 UTC 

fast-import slowness when importing large files with small differences
 2018-07-01 15:57 UTC  (11+ messages)
  ` [PATCH] xdiff: reduce indent heuristic overhead

[PATCH 00/23] Mark strings for translation
 2018-07-01  5:38 UTC  (28+ messages)
` [PATCH 01/23] Update messages in preparation for i18n
` [PATCH 02/23] archive-tar.c: mark more strings for translation
` [PATCH 03/23] archive-zip.c: "
` [PATCH 04/23] builtin/config.c: "
` [PATCH 05/23] builtin/grep.c: mark strings for translation and no full stops
` [PATCH 06/23] builtin/pack-objects.c: mark more strings for translation
` [PATCH 07/23] builtin/replace.c: "
` [PATCH 08/23] commit-graph.c: "
` [PATCH 09/23] config.c: "
` [PATCH 10/23] connect.c: "
` [PATCH 11/23] convert.c: "
` [PATCH 12/23] dir.c: "
` [PATCH 13/23] environment.c: "
` [PATCH 14/23] exec-cmd.c: "
` [PATCH 15/23] object.c: "
` [PATCH 16/23] pkt-line.c: "
` [PATCH 17/23] refs.c: "
` [PATCH 18/23] refspec.c: "
` [PATCH 19/23] replace-object.c: "
` [PATCH 20/23] sequencer.c: "
` [PATCH 21/23] sha1-file.c: "
` [PATCH 22/23] transport.c: "
` [PATCH 23/23] transport-helper.c: "

[PATCH 0/6] Add merge recursive testcases with undetected conflicts
 2018-07-01  4:11 UTC  (7+ messages)
` [PATCH 1/6] t6036: add a failed conflict detection case with symlink modify/modify
` [PATCH 2/6] t6036: add a failed conflict detection case with symlink add/add
` [PATCH 3/6] t6036: add a failed conflict detection case with submodule modify/modify
` [PATCH 4/6] t6036: add a failed conflict detection case with submodule add/add
` [PATCH 5/6] t6036: add a failed conflict detection case with conflicting types
` [PATCH 6/6] t6036: add a failed conflict detection case: regular files, different modes

[RFC PATCH 0/7] merge requirement: index matches head
 2018-07-01  1:25 UTC  (11+ messages)
` [PATCH v2 0/9] Fix merge issues with index not matching HEAD
  ` [PATCH v2 1/9] read-cache.c: move index_has_changes() from merge.c
  ` [PATCH v2 2/9] index_has_changes(): avoid assuming operating on the_index
  ` [PATCH v2 3/9] t6044: verify that merges expected to abort actually abort
  ` [PATCH v2 4/9] t6044: add a testcase for index matching head, when head doesn't match HEAD
  ` [PATCH v2 5/9] merge-recursive: make sure when we say we abort that we actually abort
  ` [PATCH v2 6/9] merge-recursive: fix assumption that head tree being merged is HEAD
  ` [PATCH v2 7/9] t6044: add more testcases with staged changes before a merge is invoked
  ` [PATCH v2 8/9] merge-recursive: enforce rule that index matches head before merging
  ` [PATCH v2 9/9] merge: fix misleading pre-merge check documentation

[PATCH] fast-import: Don't count delta attempts against an empty buffer
 2018-06-30 21:41 UTC 

[PATCH] gc --auto: release pack files before auto packing
 2018-06-30 14:58 UTC  (2+ messages)

[BUG] A part of an edge from an octopus merge gets colored, even with --color=never
 2018-06-30 12:47 UTC  (9+ messages)

[PATCH 00/12] Kill the_index part2, header file cleanup
 2018-06-30  9:20 UTC  (13+ messages)
` [PATCH 01/12] apply.h: drop extern on func declaration
` [PATCH 02/12] attr.h: drop extern from function declaration
` [PATCH 03/12] blame.h: drop extern on func declaration
` [PATCH 04/12] cache-tree.h: drop extern from function declaration
` [PATCH 05/12] convert.h: drop 'extern' "
` [PATCH 06/12] diffcore.h: drop extern "
` [PATCH 07/12] diff.h: remove "
` [PATCH 08/12] line-range.h: drop "
` [PATCH 09/12] rerere.h: "
` [PATCH 10/12] repository.h: "
` [PATCH 11/12] revision.h: "
` [PATCH 12/12] submodule.h: "

Two small l10n/i18n patches
 2018-06-30  9:11 UTC  (6+ messages)
` [PATCH 2/2] i18n: bisect: mark two supplementary strings for translation

[PATCH v2 0/9] Introducing remote ODBs
 2018-06-30  8:39 UTC  (11+ messages)
` [PATCH v2 1/9] fetch-object: make functions return an error code
` [PATCH v2 2/9] Add initial remote odb support
` [PATCH v2 3/9] remote-odb: implement remote_odb_get_direct()
` [PATCH v2 4/9] remote-odb: implement remote_odb_get_many_direct()
` [PATCH v2 5/9] remote-odb: add remote_odb_reinit()
` [PATCH v2 6/9] Use remote_odb_get_direct() and has_remote_odb()
` [PATCH v2 7/9] Use odb.origin.partialclonefilter instead of core.partialclonefilter
` [PATCH v2 8/9] t0410: test fetching from many promisor remotes
` [PATCH v2 9/9] Documentation/config: add odb.<name>.promisorRemote

[PATCH 00/15] Kill the_index part 1, expose it
 2018-06-30  8:38 UTC  (4+ messages)
` [PATCH 02/15] apply.c: stop using index compat macros

[RFC PATCH 00/13] Consolidate reachability logic
 2018-06-30  1:40 UTC  (29+ messages)
` [RFC PATCH 01/13] commit-reach: move walk methods from commit.c
` [RFC PATCH 02/13] commit-reach: move ref_newer from remote.c
` [RFC PATCH 03/13] commit-reach: move commit_contains from ref-filter
` [RFC PATCH 04/13] upload-pack: make reachable() more generic
` [RFC PATCH 05/13] upload-pack: refactor ok_to_give_up()
` [RFC PATCH 06/13] commit-reach: move can_all_from_reach_with_flag()
` [RFC PATCH 07/13] test-reach
` [RFC PATCH 08/13] test-reach: test reduce_heads()
` [RFC PATCH 09/13] commit-reach: test can_all_from_reach
` [RFC PATCH 10/13] commit-reach: test is_descendant_of
` [RFC PATCH 11/13] commit-reach: make can_all_from_reach... linear
` [RFC PATCH 12/13] commit-reach: use is_descendant_of for ref_newer
` [RFC PATCH 13/13] commit-reach: use can_all_from_reach

[PATCH] fetch: when deepening, check connectivity fully
 2018-06-29 22:30 UTC  (2+ messages)

[PATCH v3 00/32] object-store: lookup_commit
 2018-06-29 22:20 UTC  (24+ messages)
` [PATCH v3 07/32] commit: add repository argument to lookup_commit_reference_gently
` [PATCH v3 09/32] commit: add repository argument to lookup_commit
` [PATCH v3 10/32] commit: add repository argument to parse_commit_buffer
` [PATCH v3 13/32] tag: add repository argument to lookup_tag
` [PATCH v3 22/32] tag: allow parse_tag_buffer to handle arbitrary repositories
` [PATCH v3 23/32] commit.c: allow parse_commit_buffer "
` [PATCH v3 24/32] commit-slabs: remove realloc counter outside of slab struct
` [PATCH v3 25/32] commit.c: migrate the commit buffer to the parsed object store
` [PATCH v3 26/32] commit.c: allow set_commit_buffer to handle arbitrary repositories
` [PATCH v3 27/32] commit.c: allow get_cached_commit_buffer "
` [PATCH v3 28/32] object.c: allow parse_object_buffer "
` [PATCH v3 29/32] object.c: allow parse_object "
` [PATCH v3 30/32] tag.c: allow deref_tag "
` [PATCH v3 31/32] commit.c: allow lookup_commit_reference_gently "
` [PATCH v3 32/32] commit.c: allow lookup_commit_reference "

What's cooking in git.git (Jun 2018, #07; Thu, 28)
 2018-06-29 21:04 UTC  (6+ messages)
` ag/rebase-i-append-todo-help, was "

[PATCH 1/3] .mailmap: merge different spellings of names
 2018-06-29 19:41 UTC  (8+ messages)
` [PATCH 2/3] .mailmap: assume Jason McMullan to be the same person
` [PATCH 3/3] .mailmap: map names with multiple emails to the same author identity

[GSoC][PATCH v4 0/3] rebase -i: rewrite reflog operations in C
 2018-06-29 18:23 UTC  (8+ messages)
` [GSoC][PATCH v5 "
  ` [GSoC][PATCH v5 1/3] sequencer: add a new function to silence a command, except if it fails
  ` [GSoC][PATCH v5 2/3] rebase -i: rewrite setup_reflog_action() in C
  ` [GSoC][PATCH v5 3/3] rebase -i: rewrite checkout_onto() "

[PATCH] fetch-pack: support negotiation tip whitelist
 2018-06-29 16:28 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] sequencer: use configured comment character
 2018-06-29 15:56 UTC  (4+ messages)

[PATCH v4 0/9] Document/fix/warn about rebase incompatibilities and inconsistencies
 2018-06-29 13:20 UTC  (3+ messages)
` [PATCH v5 "

[PATCH v7 07/22] commit-graph: add 'verify' subcommand
 2018-06-29 12:47 UTC  (3+ messages)

[PATCH 0/1] Makefile: fix the "built from commit" code
 2018-06-29 12:16 UTC  (9+ messages)
` [PATCH 1/1] "
` [PATCH v2 0/1] Fix "built from commit" logic
  ` [PATCH v2 1/1] Makefile: fix the "built from commit" code

[RFC PATCH v5] Implement --first-parent for git rev-list --bisect
 2018-06-29 11:20 UTC  (11+ 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).