git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-02-06 00:20:00 to 2018-02-07 01:14:37 UTC [more...]

[PATCH 00/26] protocol version 2
 2018-02-07  1:13 UTC  (34+ messages)
` [PATCH 12/26] ls-refs: introduce ls-refs server command
` [PATCH v2 00/27] protocol version 2
  ` [PATCH v3 00/35] "
    ` [PATCH v3 01/35] pkt-line: introduce packet_read_with_status
    ` [PATCH v3 02/35] pkt-line: introduce struct packet_reader
    ` [PATCH v3 03/35] pkt-line: add delim packet support
    ` [PATCH v3 04/35] upload-pack: convert to a builtin
    ` [PATCH v3 05/35] upload-pack: factor out processing lines
    ` [PATCH v3 06/35] transport: use get_refs_via_connect to get refs
    ` [PATCH v3 08/35] connect: discover protocol version outside of get_remote_heads
    ` [PATCH v3 09/35] transport: store protocol version
    ` [PATCH v3 10/35] protocol: introduce enum protocol_version value protocol_v2
    ` [PATCH v3 11/35] test-pkt-line: introduce a packet-line test helper
    ` [PATCH v3 12/35] serve: introduce git-serve
    ` [PATCH v3 13/35] ls-refs: introduce ls-refs server command
    ` [PATCH v3 14/35] connect: request remote refs using v2
    ` [PATCH v3 16/35] transport: convert transport_get_remote_refs to take a list of ref patterns
    ` [PATCH v3 17/35] ls-remote: pass ref patterns when requesting a remote's refs
    ` [PATCH v3 18/35] fetch: pass ref patterns when fetching
    ` [PATCH v3 19/35] push: pass ref patterns when pushing
    ` [PATCH v3 21/35] fetch-pack: perform a fetch using v2
    ` [PATCH v3 22/35] upload-pack: support shallow requests
    ` [PATCH v3 23/35] fetch-pack: "
    ` [PATCH v3 27/35] transport-helper: refactor process_connect_service
    ` [PATCH v3 28/35] transport-helper: introduce stateless-connect
    ` [PATCH v3 29/35] pkt-line: add packet_buf_write_len function
    ` [PATCH v3 30/35] remote-curl: create copy of the service name
    ` [PATCH v3 32/35] http: allow providing extra headers for http requests
    ` [PATCH v3 33/35] http: don't always add Git-Protocol header

BUG: fetch in certain repo always gives "did not send all necessary objects"
 2018-02-07  0:00 UTC  (3+ messages)

[RFC PATCH 000/194] Moving global state into the repository object
 2018-02-06 23:46 UTC  (115+ messages)
` [PATCH 021/194] pack: add repository argument to reprepare_packed_git
  ` [PATCH 025/194] object-store: allow prepare_alt_odb to handle arbitrary repositories
  ` [PATCH 042/194] object-store: move alternates API to new alternates.h
  ` [PATCH 050/194] replace-object: check_replace_refs is safe in multi repo environment
  ` [PATCH 059/194] refs: store the main ref store inside the repository struct
  ` [PATCH 065/194] object-store: add repository argument to sha1_object_info
  ` [PATCH 075/194] fetch, push: do not use submodule as alternate in has_commits check
  ` [PATCH 076/194] push: add test showing bad interaction of replace refs and submodules
  ` [PATCH 092/194] object: move grafts to object parser
` [PATCH 099/194] object: allow grow_object_hash to handle arbitrary repositories
  ` [PATCH 112/194] object-store: add repository argument to read_sha1_file_extended
  ` [PATCH 113/194] object-store: add repository argument to read_sha1_file
  ` [PATCH 114/194] object: move read_object_with_reference to object.h
  ` [PATCH 115/194] packfile: add repository argument to has_packed_and_bad
  ` [PATCH 116/194] packfile: allow has_packed_and_bad to handle arbitrary repositories
  ` [PATCH 117/194] streaming: add repository argument to open_istream_fn
  ` [PATCH 119/194] streaming: add repository argument to istream_source
  ` [PATCH 120/194] streaming: allow istream_source to handle arbitrary repositories
  ` [PATCH 121/194] sha1_file: allow read_object "
  ` [PATCH 122/194] object-store.h: allow read_sha1_file{_extended} "
  ` [PATCH 123/194] streaming: allow open_istream_incore "
  ` [PATCH 124/194] streaming: allow open_istream_pack_non_delta "
  ` [PATCH 125/194] streaming: allow open_istream_loose "
  ` [PATCH 126/194] streaming: allow open_istream "
  ` [PATCH 127/194] alternates: convert add_to_alternates_memory to handle arbitrary repos
  ` [PATCH 128/194] object: add repository argument to object_as_type
  ` [PATCH 129/194] alloc: add repository argument to alloc_blob_node
  ` [PATCH 130/194] alloc: add repository argument to alloc_tree_node
  ` [PATCH 131/194] alloc: add repository argument to alloc_commit_node
  ` [PATCH 132/194] alloc: add repository argument to alloc_tag_node
  ` [PATCH 133/194] alloc: add repository argument to alloc_object_node
  ` [PATCH 134/194] alloc: add repository argument to alloc_report
  ` [PATCH 135/194] alloc: add repository argument to alloc_commit_index
  ` [PATCH 136/194] alloc: allow arbitrary repositories for alloc functions
  ` [PATCH 137/194] object: allow object_as_type to handle arbitrary repositories
  ` [PATCH 138/194] commit: allow lookup_commit "
  ` [PATCH 139/194] sha1_file: allow add_to_alternates_file "
  ` [PATCH 140/194] commit: convert commit_graft_pos() "
  ` [PATCH 141/194] commit: convert register_commit_graft "
  ` [PATCH 142/194] commit: convert read_graft_file "
  ` [PATCH 143/194] object: add repository argument to parse_commit_gently
  ` [PATCH 144/194] commit: add repository argument to parse_commit
  ` [PATCH 145/194] commit: add repository argument to set_commit_buffer
  ` [PATCH 146/194] commit: add repository argument to get_cached_commit_buffer
  ` [PATCH 147/194] commit: add repository argument to unuse_commit_buffer
  ` [PATCH 148/194] commit: add repository argument to free_commit_buffer
  ` [PATCH 149/194] commit: allow commit buffer functions to handle arbitrary repositories
  ` [PATCH 150/194] tree: allow lookup_tree "
  ` [PATCH 151/194] cache: convert get_graft_file "
  ` [PATCH 152/194] shallow: add repository argument to set_alternate_shallow_file
  ` [PATCH 153/194] shallow: add repository argument to register_shallow
  ` [PATCH 154/194] shallow: add repository argument to check_shallow_file_for_update
  ` [PATCH 155/194] shallow: add repository argument to is_repository_shallow
  ` [PATCH 156/194] migrate cached path to use the_repository
  ` [PATCH 157/194] shallow: migrate shallow information into the object parser
  ` [PATCH 158/194] commit: allow prepare_commit_graft to handle arbitrary repositories
  ` [PATCH 159/194] commit: allow lookup_commit_graft "
  ` [PATCH 160/194] commit: allow arbitrary repository argument for parse_commit_buffer
  ` [PATCH 161/194] commit: allow parse_commit_gently to handle arbitrary repository
  ` [PATCH 162/194] commit: add repository argument to get_merge_bases_many_0
  ` [PATCH 163/194] commit: add repository argument to merge_bases_many
  ` [PATCH 164/194] commit: add repository argument to paint_down_to_common
  ` [PATCH 165/194] commit: allow parse_commit to handle arbitrary repositories
  ` [PATCH 166/194] commit: allow paint_down_to_common "
  ` [PATCH 167/194] commit: allow merge_bases_many "
  ` [PATCH 168/194] commit: add repository argument to remove_redundant
  ` [PATCH 169/194] commit: allow remove_redundant to handle arbitrary repositories
  ` [PATCH 170/194] commit: allow get_merge_bases_many_0 "
  ` [PATCH 171/194] commit: add repository argument to get_merge_bases
  ` [PATCH 172/194] commit: allow get_merge_bases to handle arbitrary repositories
  ` [PATCH 173/194] blob: allow lookup_blob "
  ` [PATCH 174/194] tag: allow lookup_tag "
  ` [PATCH 175/194] tag: allow parse_tag_buffer "
  ` [PATCH 176/194] object: allow parse_object_buffer "
  ` [PATCH 177/194] objects: allow check_sha1_signature "
  ` [PATCH 178/194] object: allow parse_object "
  ` [PATCH 179/194] tag: allow deref_tag "
  ` [PATCH 180/194] commit: allow lookup_commit_reference_gently "
  ` [PATCH 181/194] commit: allow lookup_commit_reference "
  ` [PATCH 182/194] commit: add repository argument to get_commit_buffer
  ` [PATCH 183/194] commit: add repository argument to logmsg_reencode
  ` [PATCH 184/194] pretty: add repository argument to format_commit_message
  ` [PATCH 185/194] commit: allow get_commit_buffer to handle arbitrary repositories
  ` [PATCH 186/194] pretty: allow logmsg_reencode "
  ` [PATCH 187/194] commit: add repository argument to in_merge_bases_many
  ` [PATCH 188/194] commit: add repository argument to in_merge_bases
  ` [PATCH 189/194] commit: allow in_merge_bases_many to handle arbitrary repositories
  ` [PATCH 190/194] commit: allow in_merge_bases "
  ` [PATCH 191/194] pretty: allow format_commit_message "
  ` [PATCH 192/194] submodule: add repository argument to print_submodule_summary
  ` [PATCH 193/194] submodule: Reorder open_submodule function
  ` [PATCH 194/194] submodule: use submodule repos for object lookup

[PATCH] t0050: remove the unused $test_case variable
 2018-02-06 23:13 UTC 

[PATCH v1 0/5] Incremental rewrite of git-submodules
 2018-02-06 23:11 UTC  (5+ messages)
` [PATCH v1 1/5] submodule foreach: correct '$path' in nested submodules from a subdirectory

git: CVE-2018-1000021: client prints server sent ANSI escape codes to the terminal, allowing for unverified messages to potentially execute arbitrary commands
 2018-02-06 22:54 UTC  (2+ messages)

An option to ignore submodules in stash push?
 2018-02-06 22:24 UTC  (2+ messages)

[PATCH] files-backend: unlock packed store only if locked
 2018-02-06 20:36 UTC 

Are concurrent git operations on the same repo safe?
 2018-02-06 20:26 UTC  (5+ messages)

"git branch" issue in 2.16.1
 2018-02-06 20:05 UTC  (4+ messages)

[PATCH 0/7] nd/worktree-move reboot
 2018-02-06 20:05 UTC  (7+ messages)
` [PATCH 3/7] worktree move: new command

[PATCH v2 00/14] Serialized Git Commit Graph
 2018-02-06 18:55 UTC  (12+ messages)
` [PATCH v2 05/14] commit-graph: implement git-commit-graph --write
` [PATCH v2 11/14] commit: integrate commit graph with commit parsing

Missing git options
 2018-02-06 18:27 UTC  (5+ messages)

[PATCH v2 00/12] document & test fetch pruning & add fetch.pruneTags
 2018-02-06 16:23 UTC  (3+ messages)
` [PATCH v3 00/11] "

[ANNOUNCE] Git for Windows 2.16.1(3)
 2018-02-06 16:17 UTC  (2+ messages)

[PATCH] rebase: add --allow-empty-message option
 2018-02-06 14:53 UTC  (3+ messages)
` [PATCH v2] "

[PATCH v2 00/12] object_id part 11 (the_hash_algo)
 2018-02-06 14:52 UTC  (4+ messages)

[PATCH v1] dir.c: don't flag the index as dirty for changes to the untracked cache
 2018-02-06 14:50 UTC  (8+ messages)

Cloned repository has file changes -> bug?
 2018-02-06 14:36 UTC  (9+ messages)

cherry-pick '-m' curiosity
 2018-02-06 13:05 UTC  (5+ messages)

Some rough edges of core.fsmonitor
 2018-02-06 12:02 UTC  (4+ messages)
` [PATCH] dir.c: ignore paths containing .git when invalidating untracked cache

[PATCH] worktree: teach "add" to check out existing branches
 2018-02-06 11:53 UTC  (6+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 3/3] "

[PATCH 0/2] minor GETTEXT_POISON fixes
 2018-02-06 11:22 UTC  (5+ messages)
` [PATCH 1/2] t0205: drop redundant test
` [PATCH 2/2] git-sh-i18n: check GETTEXT_POISON before USE_GETTEXT_SCHEME

[PATCH v3 0/2] diff: add --stat-with-summary (was --compact-summary)
 2018-02-06 10:20 UTC  (5+ messages)

repository history?
 2018-02-06 10:01 UTC  (3+ messages)

[bug report]: error doing_rebase
 2018-02-06  9:47 UTC  (2+ messages)

[PATCHv3] tag: add --edit option
 2018-02-06  8:36 UTC 

[PATCH 0/1] Marked end user messages for translation
 2018-02-06  7:38 UTC  (5+ messages)
` [PATCH 0/1] Mark messages for translations
` [PATCH 1/1] "

[GSoC][PATCH] commit: add a commit.signOff config variable
 2018-02-06  7:01 UTC  (3+ messages)

[PATCH v2 00/41] Automate updating git-completion.bash a bit
 2018-02-06  5:04 UTC  (9+ messages)
` [PATCH v2 01/41] parse-options: support --git-completion-helper

[RFH/PATCH] blame: tighten command line parser
 2018-02-06  4:42 UTC  (2+ messages)

[GSoC][PATCH v2] commit: add a commit.signOff config variable
 2018-02-06  4:37 UTC  (3+ messages)


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