git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-06-22 00:33:59 to 2018-06-25 19:57:07 UTC [more...]

[PATCH 00/23] Multi-pack-index (MIDX)
 2018-06-25 19:57 UTC  (47+ messages)
` [PATCH 09/23] midx: write pack names in chunk
` [PATCH 18/23] midx: use midx in abbreviation calculations
` [PATCH 20/23] midx: use midx in approximate_object_count
` [PATCH 23/23] midx: clear midx on repack
` [PATCH v2 00/24] Multi-pack-index (MIDX)
  ` [PATCH v2 01/24] multi-pack-index: add design document
  ` [PATCH v2 02/24] multi-pack-index: add format details
  ` [PATCH v2 03/24] multi-pack-index: add builtin
  ` [PATCH v2 04/24] multi-pack-index: add 'write' verb
  ` [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 09/24] multi-pack-index: read packfile 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] fetch-pack: support negotiation tip whitelist
 2018-06-25 19:37 UTC 

[PATCH] Makefile: tweak sed invocation
 2018-06-25 19:13 UTC 

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

[PATCH 0/8] ref-in-want
 2018-06-25 18:53 UTC  (24+ messages)
` [PATCH v2 "
  ` [PATCH v2 8/8] fetch-pack: implement ref-in-want
  ` [PATCH v3 0/8] ref-in-want
    ` [PATCH v3 1/8] test-pkt-line: add unpack-sideband subcommand
    ` [PATCH v3 5/8] fetch: refactor fetch_refs into two functions
    ` [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 0/7] grep.c: teach --column to 'git-grep(1)'
 2018-06-25 18:47 UTC  (18+ messages)
` [PATCH v2 "
` [PATCH v3 "
  ` [PATCH v3 1/7] Documentation/config.txt: camel-case lineNumber for consistency
  ` [PATCH v3 2/7] grep.c: expose {,inverted} match column in match_line()
  ` [PATCH v3 3/7] grep.[ch]: extend grep_opt to allow showing matched column
  ` [PATCH v3 4/7] grep.c: display column number of first match
  ` [PATCH v3 5/7] builtin/grep.c: add '--column' option to 'git-grep(1)'
  ` [PATCH v3 6/7] grep.c: add configuration variables to show matched option
  ` [PATCH v3 7/7] contrib/git-jump/git-jump: jump to exact location

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

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

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

[BUG] url schemes should be case-insensitive
 2018-06-25 18:19 UTC  (2+ 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  (7+ messages)

[RFC PATCH v5] Implement --first-parent for git rev-list --bisect
 2018-06-25 17:33 UTC  (2+ 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

[RFC PATCH v2 0/7] Document/fix/warn about rebase incompatibilities and inconsistences
 2018-06-25 16:13 UTC  (14+ messages)
` [PATCH v3 0/7] Document/fix/warn about rebase incompatibilities and inconsistencies
  ` [PATCH v3 1/7] git-rebase.txt: document incompatible options
  ` [PATCH v4 0/9] Document/fix/warn about rebase incompatibilities and inconsistencies
    ` [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] 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

Incorrect unified diff when run with "--find-copies-harder"
 2018-06-24 14:42 UTC  (3+ messages)

[PATCH] Documentation: declare "core.ignorecase" as internal variable
 2018-06-24 13:47 UTC  (5+ messages)
` [PATCH v2] "

^D to credentials prompt results in "fatal: ... Success"
 2018-06-24  9:41 UTC  (2+ messages)

[PATCH v3 0/8] Moved code detection: ignore space on uniform indentation
 2018-06-23 16:52 UTC  (11+ messages)
` [PATCH v3 1/8] xdiff/xdiff.h: remove unused flags
` [PATCH v3 2/8] xdiff/xdiffi.c: remove unneeded function declarations
` [PATCH v3 3/8] diff.c: do not pass diff options as keydata to hashmap
` [PATCH v3 4/8] diff.c: adjust hash function signature to match hashmap expectation
` [PATCH v3 5/8] diff.c: add a blocks mode for moved code detection
` [PATCH v3 6/8] diff.c: decouple white space treatment from move detection algorithm
` [PATCH v3 7/8] diff.c: factor advance_or_nullify out of mark_color_as_moved
` [PATCH v3 8/8] diff.c: add white space mode to move detection that allows indent changes

[PATCH] diff: fix a sparse 'dubious one-bit signed bitfield' error
 2018-06-23 13:20 UTC 

[PATCH v1 0/9] Introducing remote ODBs
 2018-06-23 12:29 UTC  (11+ messages)
` [PATCH v1 01/11] fetch-object: make functions return an error code
` [PATCH v1 02/11] Add initial remote odb support
` [PATCH v1 03/11] remote-odb: implement remote_odb_get_direct()
` [PATCH v1 04/11] remote-odb: implement remote_odb_get_many_direct()
` [PATCH v1 05/11] remote-odb: add remote_odb_reinit()
` [PATCH v1 06/11] Use remote_odb_get_direct() and has_remote_odb()
` [PATCH v1 07/11] Use odb.origin.partialclonefilter instead of core.partialclonefilter
` [PATCH v1 08/11] t0410: test fetching from many promisor remotes
` [PATCH v1 09/11] Documentation/config: add odb.<name>.promisorRemote

[PATCH] filter-branch: skip commits present on --state-branch
 2018-06-23  4:36 UTC 

[PATCH v2 0/4] branch -l deprecation revisited
 2018-06-22 22:43 UTC  (7+ messages)
` [PATCH v2 1/4] t3200: unset core.logallrefupdates when testing reflog creation
` [PATCH v2 2/4] t: switch "branch -l" to "branch --create-reflog"
` [PATCH v2 3/4] branch: deprecate "-l" option
` [PATCH v2 4/4] branch: make "-l" a synonym for "--list"

[PATCH 0/7] Restrict the usage of config_from_gitmodules()
 2018-06-22 21:13 UTC  (15+ messages)
` [PATCH 1/7] config: move config_from_gitmodules to submodule-config.c
` [PATCH 2/7] submodule-config: add helper function to get 'fetch' config from .gitmodules
` [PATCH 3/7] submodule-config: add helper to get 'update-clone' "
` [PATCH 4/7] submodule-config: make 'config_from_gitmodules' private
` [PATCH 5/7] submodule-config: pass repository as argument to config_from_gitmodules
` [PATCH 6/7] submodule-config: reuse config_from_gitmodules in repo_read_gitmodules
` [PATCH 7/7] submodule-config: cleanup backward compatibility helpers

[PATCH] protocol-v2 doc: put HTTP headers after request
 2018-06-22 20:47 UTC  (3+ messages)

[PATCH 5/5] commit-graph: add repo arg to graph readers
 2018-06-22 17:21 UTC  (5+ messages)

The state of the object store series
 2018-06-22 17:12 UTC  (3+ messages)

[ANNOUNCE] Git for Windows 2.18.0
 2018-06-22 11:59 UTC 

[PATCH] cherry-pick: do not error on non-merge commits when '-m 1' is specified
 2018-06-22  9:16 UTC  (3+ messages)

[PATCH] Documentation: Spelling and grammar fixes
 2018-06-22  7:30 UTC  (2+ messages)

BUG: sub-git files getting cleaned when using --exclude in the top git
 2018-06-22  1:09 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).