git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-06-25 14:35:17 to 2018-06-26 20:55:03 UTC [more...]

[PATCH v2 0/8] ref-in-want
 2018-06-26 20:54 UTC  (23+ messages)
` [PATCH v3 "
  ` [PATCH v3 8/8] fetch-pack: implement ref-in-want
  ` [PATCH v4 0/8] ref-in-want
    ` [PATCH v4 1/8] test-pkt-line: add unpack-sideband subcommand
    ` [PATCH v4 2/8] upload-pack: implement ref-in-want
    ` [PATCH v4 3/8] upload-pack: test negotiation with changing repository
    ` [PATCH v4 4/8] fetch: refactor the population of peer ref OIDs
    ` [PATCH v4 5/8] fetch: refactor fetch_refs into two functions
    ` [PATCH v4 6/8] fetch: refactor to make function args narrower
    ` [PATCH v4 7/8] fetch-pack: put shallow info in output parameter
    ` [PATCH v4 8/8] fetch-pack: implement ref-in-want
    ` [PATCH v5 0/8] ref-in-want
      ` [PATCH v5 1/8] test-pkt-line: add unpack-sideband subcommand
      ` [PATCH v5 2/8] upload-pack: implement ref-in-want
      ` [PATCH v5 3/8] upload-pack: test negotiation with changing repository
      ` [PATCH v5 4/8] fetch: refactor the population of peer ref OIDs
      ` [PATCH v5 5/8] fetch: refactor fetch_refs into two functions

[PATCH 00/29] t: detect and fix broken &&-chains in subshells
 2018-06-26 20:46 UTC  (48+ messages)
` [PATCH 01/29] t7508: use test_when_finished() instead of managing exit code manually
` [PATCH 02/29] t0001: use "{...}" block around "||" expression rather than subshell
` [PATCH 03/29] t1300: use sane_unset() to avoid breaking &&-chain
` [PATCH 04/29] t3303: use standard here-doc tag "EOF" to avoid fooling --chain-lint
` [PATCH 05/29] t5505: modernize and simplify hard-to-digest test
` [PATCH 06/29] t6036: fix broken "merge fails but has appropriate contents" tests
` [PATCH 07/29] t7201: drop pointless "exit 0" at end of subshell
` [PATCH 08/29] t7400: fix broken "submodule add/reconfigure --force" test
` [PATCH 09/29] t7810: use test_expect_code() instead of hand-rolled comparison
` [PATCH 10/29] t9001: fix broken "invoke hook" test
` [PATCH 11/29] t9104: use "{...}" block around "||" expression rather than subshell
` [PATCH 12/29] t9401: drop unnecessary nested subshell
` [PATCH 13/29] t/lib-submodule-update: fix broken "replace submodule must-fail" test
` [PATCH 14/29] t: drop subshell with missing &&-chain in favor of simpler construct
` [PATCH 15/29] t: drop unnecessary terminating semicolons in subshell
` [PATCH 16/29] t: use test_might_fail() instead of manipulating exit code manually
` [PATCH 17/29] t: use test_must_fail() instead of checking "
` [PATCH 18/29] t0000-t0999: fix broken &&-chains in subshells
` [PATCH 19/29] t1000-t1999: "
` [PATCH 20/29] t2000-t2999: "
` [PATCH 21/29] t3000-t3999: "
` [PATCH 22/29] t3030: "
` [PATCH 23/29] t4000-t4999: "
` [PATCH 24/29] t5000-t5999: "
` [PATCH 25/29] t6000-t6999: "
` [PATCH 26/29] t7000-t7999: "
` [PATCH 27/29] t9000-t9999: "
` [PATCH 28/29] t9119: "
` [PATCH 29/29] t/test-lib: teach --chain-lint to detect "

[PATCH v2 0/6] Restrict the usage of config_from_gitmodules to submodule-config
 2018-06-26 20:24 UTC  (12+ messages)
` [PATCH v2 1/6] config: move config_from_gitmodules to submodule-config.c
` [PATCH v2 2/6] submodule-config: add helper function to get 'fetch' config from .gitmodules
` [PATCH v2 3/6] submodule-config: add helper to get 'update-clone' "
` [PATCH v2 4/6] submodule-config: make 'config_from_gitmodules' private
` [PATCH v2 5/6] submodule-config: pass repository as argument to config_from_gitmodules
` [PATCH v2 6/6] submodule-config: reuse config_from_gitmodules in repo_read_gitmodules

[BUG] url schemes should be case-insensitive
 2018-06-26 20:03 UTC  (6+ messages)

[GSoC][PATCH 0/1] sequencer: print an error message if append_todo_help() fails
 2018-06-26 19:53 UTC  (4+ messages)
` [GSoC][PATCH 1/1] "

git rerere and diff3
 2018-06-26 19:37 UTC  (3+ messages)

[PATCH] filter-branch: skip commits present on --state-branch
 2018-06-26 18:58 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] fetch-pack: support negotiation tip whitelist
 2018-06-26 18:59 UTC  (3+ messages)

[PATCH v3 0/7] Document/fix/warn about rebase incompatibilities and inconsistencies
 2018-06-26 18:17 UTC  (12+ messages)
` [PATCH v4 0/9] "
  ` [PATCH v4 1/9] git-rebase.txt: document incompatible options
  ` [PATCH v4 2/9] git-rebase.sh: update help messages a bit
  ` [PATCH v4 3/9] t3422: new testcases for checking when incompatible options passed
  ` [PATCH v4 4/9] git-rebase: error out "
  ` [PATCH v4 5/9] git-rebase.txt: address confusion between --no-ff vs --force-rebase
  ` [PATCH v4 6/9] directory-rename-detection.txt: technical docs on abilities and limitations
  ` [PATCH v4 7/9] git-rebase.txt: document behavioral differences between modes
  ` [PATCH v4 8/9] t3401: add directory rename testcases for rebase and am
  ` [RFC PATCH v4 9/9] git-rebase: make --allow-empty-message the default

[PATCH] rebase -i: Fix white space in comments
 2018-06-26 18:02 UTC 

[GSoC][PATCH v2 0/3] rebase -i: rewrite reflog operations in C
 2018-06-26 17:44 UTC  (9+ messages)
` [GSoC][PATCH v3 2/3] rebase -i: rewrite setup_reflog_action() "

[GSoC][PATCH v3 0/3] rebase -i: rewrite reflog operations in C
 2018-06-26 17:35 UTC  (4+ messages)
` [GSoC][PATCH v4 "
  ` [GSoC][PATCH v4 2/3] rebase -i: rewrite checkout_onto() "

curious about wording in "man git-config", ENVIRONMENT
 2018-06-26 16:51 UTC  (3+ messages)

[PATCH 0/7] grep.c: teach --column to 'git-grep(1)'
 2018-06-26 16:45 UTC  (5+ messages)
` [PATCH v3 "

[PATCH 0/5] Object store refactoring: commit graph
 2018-06-26 16:40 UTC  (5+ messages)
` [PATCH 4/5] commit-graph: store graph in struct object_store

[GSoC][PATCH v2 0/2] rebase -i: rewrite the edit-todo functionality in C
 2018-06-26 16:21 UTC  (4+ messages)
` [GSoC][PATCH v3 "
  ` [GSoC][PATCH v3 1/2] editor: add a function to launch the sequence editor
  ` [GSoC][PATCH v3 2/2] rebase-interactive: rewrite the edit-todo functionality in C

[GSoC][PATCH v3 0/1] rebase -i: rewrite append_todo_help() in C
 2018-06-26 16:16 UTC  (4+ messages)
` [GSoC][PATCH v4 0/2] "
  ` [GSoC][PATCH v4 1/2] sequencer: make two functions and an enum from sequencer.c public
  ` [GSoC][PATCH v4 2/2] rebase--interactive: rewrite append_todo_help() in C

[RFC PATCH v5] Implement --first-parent for git rev-list --bisect
 2018-06-26 15:41 UTC  (5+ messages)

What's cooking in git.git (Jun 2018, #06; Mon, 25)
 2018-06-26 11:07 UTC  (3+ messages)
` ag/rebase-i-append-todo-help, was "

[PATCH v1 0/9] Introducing remote ODBs
 2018-06-26  0:37 UTC  (3+ messages)

[PATCH 00/23] Multi-pack-index (MIDX)
 2018-06-25 23:52 UTC  (28+ messages)
` [PATCH v2 00/24] "
  ` [PATCH v2 03/24] multi-pack-index: add builtin
  ` [PATCH v2 05/24] midx: write header information to lockfile
  ` [PATCH v2 06/24] multi-pack-index: load into memory
  ` [PATCH v2 07/24] multi-pack-index: expand test data
  ` [PATCH v2 08/24] packfile: generalize pack directory list
  ` [PATCH v2 10/24] multi-pack-index: write pack names in chunk
  ` [PATCH v2 11/24] midx: read pack names into array
  ` [PATCH v2 12/24] midx: sort and deduplicate objects from packfiles
  ` [PATCH v2 13/24] midx: write object ids in a chunk
  ` [PATCH v2 14/24] midx: write object id fanout chunk
  ` [PATCH v2 15/24] midx: write object offsets
  ` [PATCH v2 16/24] config: create core.multiPackIndex setting
  ` [PATCH v2 17/24] midx: prepare midxed_git struct
  ` [PATCH v2 18/24] midx: read objects from multi-pack-index
  ` [PATCH v2 19/24] midx: use midx in abbreviation calculations
  ` [PATCH v2 20/24] midx: use existing midx when writing new one
  ` [PATCH v2 21/24] midx: use midx in approximate_object_count
  ` [PATCH v2 22/24] midx: prevent duplicate packfile loads
  ` [PATCH v2 23/24] packfile: skip loading index if in multi-pack-index
  ` [PATCH v2 24/24] midx: clear midx on repack

[PATCH 0/2] grep.c: teach --only-matching to 'git-grep(1)'
 2018-06-25 21:26 UTC  (3+ messages)
` [PATCH 1/2] grep.c: extract show_line_header()
` [PATCH 2/2] grep.c: teach 'git grep --only-matching'

[PATCH] Makefile: tweak sed invocation
 2018-06-25 20:27 UTC  (3+ messages)

[GSoC] GSoC with git, week 8
 2018-06-25 19:03 UTC 

[PATCH 0/6] Refactor fetch negotiation into its own API
 2018-06-25 18:24 UTC  (3+ messages)
` [PATCH v3 0/7] "

[PATCH 0/2] Object store refactoring: make bitmap_git not global
 2018-06-25 18:22 UTC  (2+ messages)

[PATCH v3 2/8] upload-pack: implement ref-in-want
 2018-06-25 18:20 UTC  (4+ messages)

[PATCH v3 7/8] fetch-pack: put shallow info in output parameter
 2018-06-25 18:18 UTC  (3+ messages)

[PATCH v1 0/8] Introducing odb remote
 2018-06-25 18:06 UTC  (5+ messages)
` [PATCH v1 2/8] Add initial odb remote support

[PATCH v3 4/8] fetch: refactor the population of peer ref OIDs
 2018-06-25 17:45 UTC  (2+ messages)

Unexpected ignorecase=false behavior on Windows
 2018-06-25 17:38 UTC  (6+ messages)

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

[PATCH v5 0/5] Convert some stash functionality to a builtin
 2018-06-25 16:46 UTC  (16+ messages)
` [PATCH v6 0/4] stash: add new tests and introduce a new helper function
  ` [PATCH v6 1/4] sha1-name.c: added 'get_oidf', which acts like 'get_oid'
  ` [PATCH v6 2/4] stash: improve option parsing test coverage
  ` [PATCH v6 3/4] stash: update test cases conform to coding guidelines
  ` [PATCH v6 4/4] stash: renamed test cases to be more descriptive
  ` [PATCH v6 1/4] stash: convert apply to builtin
  ` [PATCH v6 2/4] stash: convert drop and clear "
  ` [PATCH v6 3/4] stash: convert branch "
  ` [PATCH v6 4/4] stash: convert pop "
  ` [PATCH v6 1/6] stash: implement the "list" command in the builtin
  ` [PATCH v6 2/6] stash: convert show to builtin
  ` [PATCH v6 3/6] stash: change `git stash show` usage text and documentation
  ` [PATCH v6 4/6] stash: refactor `show_stash()` to use the diff API
  ` [PATCH v6 5/6] stash: update `git stash show` documentation
  ` [PATCH v6 6/6] stash: convert store to builtin

[BUG] A part of an edge from an octopus merge gets colored, even with --color=never
 2018-06-25 16:23 UTC  (8+ messages)

RFC: rebase inconsistency in 2.18 -- course of action?
 2018-06-25 16:17 UTC  (3+ messages)
` [PATCH] t3401: add directory rename testcases for rebase and am

[PATCH] submodule.c: report the submodule that an error occurs in
 2018-06-25 15:58 UTC  (3+ messages)

Two small l10n/i18n patches
 2018-06-25 15:29 UTC  (5+ messages)
` [PATCH 2/2] i18n: bisect: mark two supplementary strings for translation

[PATCH v5 00/21] Integrate commit-graph into 'fsck' and 'gc'
 2018-06-25 14:48 UTC  (5+ messages)
` [PATCH v6 "
  ` [PATCH v6 20/21] gc: automatically write commit-graph files


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