git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-06-04 21:51:00 to 2018-06-06 12:05:03 UTC [more...]

[RFC PATCH 00/18] Multi-pack index (MIDX)
 2018-06-06 12:04 UTC  (9+ messages)
      ` [RFC PATCH 0/2] unconditional O(1) SHA-1 abbreviation
      ` [RFC PATCH 1/2] config.c: use braces on multiple conditional arms
      ` [RFC PATCH 2/2] sha1-name: add core.validateAbbrev & relative core.abbrev

[PATCH] Use ZSH_NAME instead of ZSH_VERSION because it's redefined by git-completion.zsh
 2018-06-06 11:41 UTC  (4+ messages)

[PATCH v4 00/21] Integrate commit-graph into 'fsck' and 'gc'
 2018-06-06 11:36 UTC  (30+ messages)
` [PATCH v4 17/21] fsck: verify commit-graph
` [PATCH v4 20/21] gc: automatically write commit-graph files
` [PATCH v5 00/21] Integrate commit-graph into 'fsck' and 'gc'
  ` [PATCH v5 01/21] commit-graph: UNLEAK before die()
  ` [PATCH v5 03/21] commit-graph: parse commit from chosen graph
  ` [PATCH v5 02/21] commit-graph: fix GRAPH_MIN_SIZE
  ` [PATCH v5 04/21] commit: force commit to parse from object database
  ` [PATCH v5 05/21] commit-graph: load a root tree from specific graph
  ` [PATCH v5 06/21] commit-graph: add 'verify' subcommand
  ` [PATCH v5 07/21] commit-graph: verify catches corrupt signature
  ` [PATCH v5 08/21] commit-graph: verify required chunks are present
  ` [PATCH v5 09/21] commit-graph: verify corrupt OID fanout and lookup
  ` [PATCH v5 10/21] commit-graph: verify objects exist
  ` [PATCH v5 11/21] commit-graph: verify root tree OIDs
  ` [PATCH v5 13/21] commit-graph: verify generation number
  ` [PATCH v5 12/21] commit-graph: verify parent list
  ` [PATCH v5 14/21] commit-graph: verify commit date
  ` [PATCH v5 15/21] commit-graph: test for corrupted octopus edge
  ` [PATCH v5 16/21] commit-graph: verify contents match checksum
  ` [PATCH v5 18/21] commit-graph: use string-list API for input
  ` [PATCH v5 17/21] fsck: verify commit-graph
  ` [PATCH v5 19/21] commit-graph: add '--reachable' option
  ` [PATCH v5 20/21] gc: automatically write commit-graph files
  ` [PATCH v5 21/21] commit-graph: update design document

[PATCH v2 0/3] completion: complete all possible -no-<options>
 2018-06-06  9:41 UTC  (5+ messages)
` [PATCH v3 0/3] ompletion: "
  ` [PATCH v3 1/3] parse-options: option to let --git-completion-helper show negative form
  ` [PATCH v3 2/3] completion: suppress some -no- options
  ` [PATCH v3 3/3] completion: collapse extra --no-.. options

[PATCH/RFC/BUG] unpack-trees.c: do not use "the_index"
 2018-06-06  7:39 UTC  (39+ messages)
` [PATCH 0/6] Fix "the_index" usage in unpack-trees.c
  ` [PATCH 1/6] unpack-trees: remove 'extern' on function declaration
  ` [PATCH 2/6] unpack-trees: add a note about path invalidation
  ` [PATCH 3/6] unpack-trees: don't shadow global var the_index
  ` [PATCH 4/6] unpack-tress: convert clear_ce_flags* to avoid the_index
  ` [PATCH 5/6] unpack-trees: avoid the_index in verify_absent()
  ` [PATCH 6/6] Forbid "the_index" in dir.c and unpack-trees.c
  ` [PATCH v2 0/5] Fix "the_index" usage in unpack-trees.c
    ` [PATCH v2 1/5] unpack-trees: remove 'extern' on function declaration
    ` [PATCH v2 2/5] unpack-trees: add a note about path invalidation
    ` [PATCH v2 3/5] unpack-trees: don't shadow global var the_index
    ` [PATCH v2 4/5] unpack-tress: convert clear_ce_flags* to avoid the_index
    ` [PATCH v2 5/5] unpack-trees: avoid the_index in verify_absent()
    ` [PATCH v3 00/20] Fix incorrect use of the_index
      ` [PATCH v3 01/20] unpack-trees: remove 'extern' on function declaration
      ` [PATCH v3 02/20] unpack-trees: add a note about path invalidation
      ` [PATCH v3 03/20] unpack-trees: don't shadow global var the_index
      ` [PATCH v3 04/20] unpack-tress: convert clear_ce_flags* to avoid the_index
      ` [PATCH v3 05/20] unpack-trees: avoid the_index in verify_absent()
      ` [PATCH v3 06/20] attr.h: drop extern from function declaration
      ` [PATCH v3 07/20] attr: remove an implicit dependency on the_index
      ` [PATCH v3 08/20] convert.h: drop 'extern' from function declaration
      ` [PATCH v3 09/20] convert.c: remove an implicit dependency on the_index
      ` [PATCH v3 10/20] dir.c: remove an implicit dependency on the_index in pathspec code
      ` [PATCH v3 11/20] ls-files: correct index argument to get_convert_attr_ascii()
      ` [PATCH v3 12/20] pathspec.c: use the right index instead of the_index
      ` [PATCH v3 13/20] submodule.c: "
      ` [PATCH v3 14/20] entry.c: "
      ` [PATCH v3 15/20] attr: remove index from git_attr_set_direction()
      ` [PATCH v3 16/20] preload-index.c: use the right index instead of the_index
      ` [PATCH v3 17/20] cache.c: remove an implicit dependency on the_index
      ` [PATCH v3 18/20] resolve-undo.c: use the right index instead of the_index
      ` [PATCH v3 19/20] grep: "
      ` [PATCH v3 20/20] cache.h: make the_index part of "compatibility macros"

[PATCH 00/10] Hash-independent tests (part 3)
 2018-06-06  7:02 UTC  (13+ messages)
` [PATCH 01/10] t: add tool to translate hash-related values
` [PATCH 02/10] t0000: use hash translation table
` [PATCH 03/10] t0002: abstract away SHA-1-specific constants
` [PATCH 04/10] t0027: use $ZERO_OID
` [PATCH 05/10] t0064: make hash size independent
` [PATCH 06/10] t1006: "
` [PATCH 07/10] t1400: switch hard-coded object ID to variable
` [PATCH 08/10] t1405: make hash size independent
` [PATCH 09/10] t1406: make hash-size independent
` [PATCH 10/10] t1407: make hash size independent

[PATCH 0/6] Refactor fetch negotiation into its own API
 2018-06-06  2:17 UTC  (20+ messages)
` [PATCH 1/6] fetch-pack: clear marks before everything_local()
` [PATCH 2/6] fetch-pack: truly stop negotiation upon ACK ready
` [PATCH 3/6] fetch-pack: in protocol v2, enqueue commons first
` [PATCH 4/6] fetch-pack: make negotiation-related vars local
` [PATCH 5/6] fetch-pack: move common check and marking together
` [PATCH 6/6] fetch-pack: introduce negotiator API

git question from a newbie
 2018-06-05 22:29 UTC  (3+ messages)

[PATCHv1 0/3] git-p4: improvements to p4 "blocking"
 2018-06-05 22:14 UTC  (9+ messages)
` [PATCHv1 1/3] git-p4: raise exceptions from p4CmdList based on error from p4 server
` [PATCHv1 2/3] git-p4: narrow the scope of exceptions caught when parsing an int
` [PATCHv1 3/3] git-p4: auto-size the block

[PATCH 0/2] Fix protocol v2 tag following with CLI refspec
 2018-06-05 21:40 UTC  (8+ messages)
` [PATCH 1/2] t5702: test fetch with multiple refspecs at a time
` [PATCH 2/2] fetch: send "refs/tags/" prefix upon CLI refspecs
` [PATCH v2 0/2] Fix protocol v2 tag following with CLI refspec
  ` [PATCH v2 1/2] t5702: test fetch with multiple refspecs at a time
  ` [PATCH v2 2/2] fetch: send "refs/tags/" prefix upon CLI refspecs

[RFC/PATCH 0/7] rerere: handle nested conflicts
 2018-06-05 21:52 UTC  (12+ messages)
` [PATCH v2 00/10] "
  ` [PATCH v2 01/10] rerere: unify error messages when read_cache fails
  ` [PATCH v2 02/10] rerere: lowercase error messages
  ` [PATCH v2 03/10] rerere: wrap paths in output in sq
  ` [PATCH v2 04/10] rerere: mark strings for translation
  ` [PATCH v2 05/10] rerere: add some documentation
  ` [PATCH v2 06/10] rerere: fix crash when conflict goes unresolved
  ` [PATCH v2 07/10] rerere: only return whether a path has conflicts or not
  ` [PATCH v2 08/10] rerere: factor out handle_conflict function
  ` [PATCH v2 09/10] rerere: teach rerere to handle nested conflicts
  ` [PATCH v2 10/10] rerere: recalculate conflict ID when unresolved conflict is committed

[RFC PATCH 1/2] docs: reflect supported fetch options of git pull
 2018-06-05 20:46 UTC  (4+ messages)
` [RFC PATCH 2/2] pull: allow -e as a synonym for --edit

[PATCH] docs: link to gitsubmodules
 2018-06-05 20:40 UTC  (6+ messages)

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

[PATCH v2 05/36] refspec: convert valid_fetch_refspec to use parse_refspec
 2018-06-05 20:20 UTC  (11+ messages)
` [PATCH] refspec: initalize `refspec_item` in `valid_fetch_refspec()`
      ` [PATCH 0/3] refspec: refactor & fix free() behavior
      ` [PATCH 1/3] refspec: s/refspec_item_init/&_or_die/g
      ` [PATCH 2/3] refspec: add back a refspec_item_init() function
      ` [PATCH 3/3] refspec: initalize `refspec_item` in `valid_fetch_refspec()`

[PATCHv1 0/1] git-p4: better error reporting
 2018-06-05 19:44 UTC  (4+ messages)
` [PATCHv1 1/1] git-p4: better error reporting when p4 fails

Where is git checkout --orphan implemented at
 2018-06-05 17:54 UTC  (2+ messages)

[PATCH v7 0/2] json-writer V7
 2018-06-05 16:33 UTC  (3+ messages)
` [PATCH v7 1/2] json_writer: new routines to create data in JSON format
` [PATCH v7 2/2] json-writer: t0019: add Python unit test

[PATCH v6 0/8] ambiguous checkout UI & checkout.defaultRemote
 2018-06-05 15:45 UTC  (11+ messages)
` [PATCH v7 "
` [PATCH v7 1/8] checkout tests: index should be clean after dwim checkout
` [PATCH v7 2/8] checkout.h: wrap the arguments to unique_tracking_name()
` [PATCH v7 3/8] checkout.c: introduce an *_INIT macro
` [PATCH v7 4/8] checkout.c: change "unique" member to "num_matches"
` [PATCH v7 5/8] checkout: pass the "num_matches" up to callers
` [PATCH v7 6/8] builtin/checkout.c: use "ret" variable for return
` [PATCH v7 7/8] checkout: add advice for ambiguous "checkout <branch>"
` [PATCH v7 8/8] checkout & worktree: introduce checkout.defaultRemote

BUG: submodule code prints '(null)'
 2018-06-05 15:31 UTC 

[GSoC][PATCH 0/2] rebase -i: rewrite append_todo_help() in C
 2018-06-05 12:53 UTC  (3+ messages)
` [GSoC][PATCH v2 0/1] "
  ` [GSoC][PATCH v2 1/1] rebase--interactive: "

Git not creating merge commit when merging signed/annotated tag
 2018-06-05 12:25 UTC  (2+ messages)

[PATCH] t3200-branch.sh: use "--set-upstream-to" in test
 2018-06-05 11:34 UTC  (3+ messages)

[PATCHv1 0/2] git-p4: disable sync after submit
 2018-06-05  8:47 UTC  (4+ messages)
` [PATCHv1 1/2] git-p4: disable-rebase: allow setting this via configuration
` [PATCHv1 2/2] git-p4: add option to disable syncing of p4/master with p4

[RFC PATCH 0/7] merge requirement: index matches head
 2018-06-05  7:14 UTC  (4+ messages)
` [RFC PATCH 4/7] merge-recursive: fix assumption that head tree being merged is HEAD

git-gui ignores core.hooksPath
 2018-06-05  5:48 UTC  (4+ messages)

[PATCH v7 0/2] http-backend: respect CONTENT_LENGTH as specified by rfc3875
 2018-06-05  2:30 UTC  (7+ messages)
` [PATCH v7 2/2] http-backend: respect CONTENT_LENGTH for receive-pack

[ANNOUNCE] Git v2.18.0-rc1
 2018-06-05  1:27 UTC  (2+ messages)

[PATCH 1/2] t7510-signed-commit: use 'test_must_fail'
 2018-06-04 22:33 UTC  (3+ messages)
` [PATCH 2/2] tests: make forging GPG signed commits and tags more robust


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