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

[PATCH 00/35] refactoring refspecs
 2018-06-04 17:36 UTC  (6+ messages)
` [PATCH v2 00/36] "
  ` [PATCH v2 05/36] refspec: convert valid_fetch_refspec to use parse_refspec
      ` [PATCH] refspec: initalize `refspec_item` in `valid_fetch_refspec()`

[PATCH/RFC/BUG] unpack-trees.c: do not use "the_index"
 2018-06-04 17:33 UTC  (5+ messages)

[PATCH 0/6] Refactor fetch negotiation into its own API
 2018-06-04 17:29 UTC  (7+ 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

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

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

[PATCH v4 00/21] Integrate commit-graph into 'fsck' and 'gc'
 2018-06-04 17:02 UTC  (23+ 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

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

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

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

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  (43+ messages)
` [PATCH v3 00/20] Integrate commit-graph into 'fsck' and 'gc'
  ` [PATCH v3 02/20] commit-graph: fix GRAPH_MIN_SIZE
  ` [PATCH v3 06/20] commit-graph: add 'verify' subcommand
  ` [PATCH v3 07/20] commit-graph: verify catches corrupt signature
  ` [PATCH v3 09/20] commit-graph: verify corrupt OID fanout and lookup
  ` [PATCH v3 11/20] commit-graph: verify root tree OIDs
  ` [PATCH v3 13/20] commit-graph: verify generation number
  ` [PATCH v3 15/20] commit-graph: test for corrupted octopus edge
  ` [PATCH v3 16/20] commit-graph: verify contents match checksum
  ` [PATCH v3 17/20] fsck: verify commit-graph
  ` [PATCH v3 18/20] commit-graph: add '--reachable' option
  ` [PATCH v3 19/20] gc: automatically write commit-graph files
  ` [PATCH v3 20/20] commit-graph: update design document

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

[ANNOUNCE] Git v2.18.0-rc1
 2018-06-04 13:53 UTC 

GDPR compliance best practices?
 2018-06-04 13:47 UTC  (23+ messages)

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

[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 

how exactly can git config section names contain periods?
 2018-06-04 12:09 UTC  (7+ messages)

does a stash *need* any reference to the branch on which it was created?
 2018-06-04 10:11 UTC  (4+ messages)

[PATCH v4] routines to generate JSON data
 2018-06-04  9:41 UTC  (5+ messages)
` [PATCH v4] json_writer: new routines to create data in JSON format

[PATCH] completion: complete remote names too
 2018-06-04  8:20 UTC  (2+ messages)

[PATCH 1/2] sequencer.c: plug leaks in do_pick_commit
 2018-06-04  5:00 UTC  (9+ messages)
` [PATCH 2/2] sequencer.c: plug mem leak in git_sequencer_config

[PATCH] update-ref --stdin: use skip_prefix()
 2018-06-04  3:39 UTC  (2+ messages)

[RFC PATCH 0/7] merge requirement: index matches head
 2018-06-04  3:19 UTC  (12+ messages)
` [RFC PATCH 1/7] t6044: verify that merges expected to abort actually abort
` [RFC PATCH 2/7] t6044: add a testcase for index matching head, when head doesn't match HEAD
` [RFC PATCH 3/7] merge-recursive: make sure when we say we abort that we actually abort
` [RFC PATCH 4/7] merge-recursive: fix assumption that head tree being merged is HEAD
` [RFC PATCH 5/7] t6044: add more testcases with staged changes before a merge is invoked
` [RFC PATCH 6/7] merge-recursive: enforce rule that index matches head before merging
` [RFC PATCH 7/7] merge: fix misleading pre-merge check documentation

[RFC PATCH 0/6] Fix commit-graph/graft/replace/shallow combo
 2018-06-04  2:19 UTC  (6+ messages)
` [RFC PATCH 4/6] commit-graph: avoid writing when repo is shallow

[PATCH v4 0/9] ambiguous checkout UI & checkout.defaultRemote
 2018-06-04  1:58 UTC  (7+ messages)
` [PATCH v3] checkout & worktree: introduce checkout.implicitRemote
  ` [PATCH v4 8/9] checkout: add advice for ambiguous "checkout <branch>"

[GSoC] GSoC with git, week 5
 2018-06-03 21:50 UTC 

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

git glob pattern in .gitignore and git command
 2018-06-03 17:43 UTC  (3+ messages)

[PATCH v2] sha1-file.c: correct $GITDIR to $GIT_DIR in a comment
 2018-06-03 14:32 UTC 

[PATCH] sha1-file.c: Correct $GITDIR to $GIT_DIR
 2018-06-03 14:29 UTC  (2+ messages)

[RFC/PATCH 0/7] rerere: handle nested conflicts
 2018-06-03 11:41 UTC  (4+ messages)
` [RFC/PATCH 3/7] rerere: add some documentation

[PATCH] t/perf/run: Use proper "--get-regexp", not "get-regex"
 2018-06-03 10:11 UTC 

[PATCH v5 0/8] ambiguous checkout UI & checkout.defaultRemote
 2018-06-03  7:58 UTC  (4+ messages)
` [PATCH v6 "
  ` [PATCH v6 8/8] checkout & worktree: introduce checkout.defaultRemote


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