git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-02-28 00:37:09 to 2018-03-01 09:11:44 UTC [more...]

Reduce pack-objects memory footprint?
 2018-03-01  9:10 UTC  (12+ messages)
` [PATCH 00/11] Reduce pack-objects memory footprint
  ` [PATCH 01/11] pack-objects: document holes in struct object_entry.h
  ` [PATCH 02/11] pack-objects: turn type and in_pack_type to bitfields
  ` [PATCH 03/11] pack-objects: use bitfield for object_entry::dfs_state
  ` [PATCH 04/11] pack-objects: use bitfield for object_entry::depth

[Problem] test_must_fail makes possibly questionable assumptions about exit_code
 2018-03-01  8:16 UTC  (23+ messages)

[PATCH v7 0/7] convert: add support for different encodings
 2018-03-01  7:49 UTC  (16+ messages)

[PATCH v1] dir.c: don't flag the index as dirty for changes to the untracked cache
 2018-03-01  7:42 UTC  (4+ messages)

[PATCH 0/5] roll back locks in various code paths
 2018-03-01  7:41 UTC  (14+ messages)
` [PATCH 3/5] merge-recursive: always roll back lock in `merge_recursive_generic()`
    ` [PATCH v2 0/5] roll back locks in various code paths
      ` [PATCH v2 1/5] sequencer: make lockfiles non-static
      ` [PATCH v2 2/5] sequencer: always roll back lock in `do_recursive_merge()`
      ` [PATCH v2 3/5] merge-recursive: always roll back lock in `merge_recursive_generic()`
      ` [PATCH v2 4/5] merge: always roll back lock in `checkout_fast_forward()`
      ` [PATCH v2 5/5] sequencer: do not roll back lockfile unnecessarily

The case for two trees in a commit ("How to make rebase less modal")
 2018-03-01  7:25 UTC  (5+ messages)

[RFC] Rebasing merges: a jorney to the ultimate solution (Road Clear)
 2018-03-01  5:39 UTC  (34+ messages)

[PATCH] commit: run git gc --auto just before the pre-commit hook
 2018-02-28 23:39 UTC  (4+ messages)
  ` [PATCH v2] "

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

[GSoC][PATCH] userdiff: add built-in pattern for golang
 2018-02-28 22:43 UTC  (8+ messages)

[PATCH] hooks/pre-auto-gc-battery: allow gc to run on non-laptops
 2018-02-28 22:24 UTC  (6+ messages)
      ` [PATCH v2] "

Obsolete instruction in SubmittingPatches?
 2018-02-28 21:54 UTC  (2+ messages)

[PATCH v8 0/7] convert: add support for different encodings
 2018-02-28 21:34 UTC  (10+ messages)
` [PATCH v8 3/7] utf8: add function to detect prohibited UTF-16/32 BOM
` [PATCH v8 5/7] convert: add 'working-tree-encoding' attribute

[PATCH] sha1_name: fix uninitialized memory errors
 2018-02-28 21:06 UTC  (5+ messages)
` [PATCH v2] "

[PATCH 00/11] Moving global state into the repository object (part 2)
 2018-02-28 19:19 UTC  (23+ messages)
` [PATCH 01/11] packfile: allow prepare_packed_git_mru to handle arbitrary repositories
` [PATCH 02/11] packfile: allow rearrange_packed_git "
` [PATCH 03/11] packfile: allow install_packed_git "
` [PATCH 04/11] packfile: add repository argument to prepare_packed_git_one
` [PATCH 05/11] packfile: add repository argument to prepare_packed_git
` [PATCH 06/11] packfile: add repository argument to reprepare_packed_git
` [PATCH 07/11] packfile: allow prepare_packed_git_one to handle arbitrary repositories
` [PATCH 08/11] packfile: allow prepare_packed_git "
` [PATCH 09/11] packfile: allow reprepare_packed_git "
` [PATCH 10/11] packfile: add repository argument to find_pack_entry
` [PATCH 11/11] packfile: allow find_pack_entry to handle arbitrary repositories

[PATCH 0/4] Delete ignore_env member in struct repository
 2018-02-28 18:57 UTC  (12+ messages)
` [PATCH v2 "
  ` [PATCH v2 3/4] sha1_file.c: move delayed getenv(altdb) back to setup_git_env()
  ` [PATCH v3 0/4] Delete ignore_env member in struct repository
    ` [PATCH v3 1/4] repository.c: move env-related setup code back to environment.c
    ` [PATCH v3 2/4] repository.c: delete dead functions
    ` [PATCH v3 3/4] sha1_file.c: move delayed getenv(altdb) back to setup_git_env()
    ` [PATCH v3 4/4] repository: delete ignore_env member

[PATCH v3 00/14] Serialized Git Commit Graph
 2018-02-28 18:47 UTC  (4+ messages)
` [PATCH v4 00/13] "
  ` [PATCH v4 04/13] commit-graph: implement write_commit_graph()

[PATCH] protocol: treat unrecognized protocol.version setting as 0
 2018-02-28 18:07 UTC  (9+ messages)

[PATCH 2/2] t5556: replace test_i18ngrep with a simple grep
 2018-02-28 16:18 UTC  (14+ messages)

[PATCH 0/4] Correct offsets of hunks when one is skipped
 2018-02-28 15:37 UTC  (10+ messages)
` [PATCH v3 0/9] "
  ` [PATCH v3 2/9] t3701: indent here documents
  ` [PATCH v3 4/9] t3701: don't hard code sha1 hash values

[PATCH] revision.c: reduce object database queries
 2018-02-28 13:34 UTC  (6+ messages)

[BUG] [git 2.16.1] yeeek ... my files are gone .. by git pull <otherRepositoryUrl>
 2018-02-28 13:28 UTC  (6+ messages)

ref-filter: how to improve the code
 2018-02-28 13:25 UTC  (2+ messages)

[FEATURE] git-gui: Staging path(s) should re-select a new path in "Unstaged Changes"
 2018-02-28 12:59 UTC 

Worktree silently deleted on git fetch/gc/log
 2018-02-28 12:44 UTC 

git-gui, feature request: add hotkeys to focus different widgets
 2018-02-28 12:10 UTC  (2+ messages)
` [PATCH] git-gui: Add hotkeys to change focus between ui widgets

[PATCH] docs/pretty-formats: fix typo '% <(<N>)' -> '%<|(<N>)'
 2018-02-28  9:39 UTC  (3+ messages)

[PATCH v2 00/36] object_id part 12
 2018-02-28  9:38 UTC  (5+ messages)
` [PATCH v2 05/36] resolve-undo: convert struct resolve_undo_info to object_id

[PATCH] t: send verbose test-helper output to fd 4
 2018-02-28  2:30 UTC  (2+ messages)

[PATCH 00/11] Make the test suite pass with '-x' and /bin/sh
 2018-02-28  0:44 UTC  (4+ messages)
` [PATCH 04/11] t3030-merge-recursive: don't check the stderr of a subshell


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