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

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

[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 00/10] Hash-independent tests (part 3)
 2018-06-04 23:52 UTC  (11+ 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 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

[PATCH] config.c: fix regression for core.safecrlf false
 2018-06-04 20:17 UTC 

format-patch: no 'prerequisite-patch-id' info when specifying commit range
 2018-06-04 19:42 UTC  (3+ messages)
` [PATCH] format-patch: clear UNINTERESTING flag before prepare_bases

Regression (?) in core.safecrlf=false messaging
 2018-06-04 19:15 UTC  (5+ messages)

[RFC PATCH v1] http: add http.keepRejectedCredentials config
 2018-06-04 18:55 UTC  (4+ messages)

GDPR compliance best practices?
 2018-06-04 18:22 UTC  (12+ messages)

[PATCH 3/3] Inform about fast-forwarding of submodules during merge
 2018-06-04 18:48 UTC  (3+ messages)
` [PATCH v4 0/1] merge-recursive: give notice when submodule commit gets fast-forwarded
  ` [PATCH 1/1] "

Regression in patch add?
 2018-06-04 17:21 UTC  (5+ messages)
` [PATCH] add -p: fix counting empty context lines in edited patches

What's cooking in git.git (Jun 2018, #02; Mon, 4)
 2018-06-04 14:50 UTC  (5+ messages)

bug: --shallow-since misbehaves on old branch heads
 2018-06-04 14:44 UTC  (4+ messages)
` [PATCH] upload-pack: reject shallow requests that would return nothing

[PATCH v2 00/12] Integrate commit-graph into fsck and gc
 2018-06-04 14:42 UTC  (15+ messages)
` [PATCH v3 00/20] Integrate commit-graph into 'fsck' and 'gc'
  ` [PATCH v3 09/20] commit-graph: verify corrupt OID fanout and lookup
  ` [PATCH v3 15/20] commit-graph: test for corrupted octopus edge
  ` [PATCH v3 18/20] commit-graph: add '--reachable' option
  ` [PATCH v3 19/20] gc: automatically write commit-graph files

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

[PATCH v2] t/perf/run: Use proper "--get-regexp", not "--get-regex"
 2018-06-04 13:33 UTC  (6+ messages)

[PATCH] t5318-commit-graph.sh: use core.commitGraph
 2018-06-04 12:39 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).