git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-02-27 02:01:22 to 2018-02-28 12:11:07 UTC [more...]

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

Reduce pack-objects memory footprint?
 2018-02-28 11:24 UTC  (5+ messages)

[PATCH 0/4] Correct offsets of hunks when one is skipped
 2018-02-28 11:10 UTC  (16+ messages)
` [PATCH v3 0/9] "
  ` [PATCH v3 1/9] add -i: add function to format hunk header
  ` [PATCH v3 2/9] t3701: indent here documents
  ` [PATCH v3 3/9] t3701: use test_write_lines and write_script
  ` [PATCH v3 4/9] t3701: don't hard code sha1 hash values
  ` [PATCH v3 5/9] t3701: add failing test for pathological context lines
  ` [PATCH v3 6/9] add -p: Adjust offsets of subsequent hunks when one is skipped
  ` [PATCH v3 7/9] add -p: calculate offset delta for edited patches
  ` [PATCH v3 8/9] add -p: fix counting when splitting and coalescing
  ` [PATCH v3 9/9] add -p: don't rely on apply's '--recount' option

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

[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 v7 0/7] convert: add support for different encodings
 2018-02-28  8:20 UTC  (17+ messages)

[Problem] test_must_fail makes possibly questionable assumptions about exit_code
 2018-02-28  7:49 UTC  (6+ messages)

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

[RFC] Rebasing merges: a jorney to the ultimate solution (Road Clear)
 2018-02-28  6:14 UTC  (28+ messages)

[PATCH] hooks/pre-auto-gc-battery: allow gc to run on non-laptops
 2018-02-28  4:48 UTC 

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

[PATCH 00/11] Moving global state into the repository object (part 2)
 2018-02-28  2:15 UTC  (13+ 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 14/26] sha1_file: allow prepare_alt_odb to handle arbitrary repositories
 2018-02-28  1:37 UTC  (23+ messages)
` [PATCH 0/4] Delete ignore_env member in struct repository
  ` [PATCH 1/4] repository.c: move env-related setup code back to environment.c
  ` [PATCH v2 0/4] Delete ignore_env member in struct repository
    ` [PATCH v2 1/4] repository.c: move env-related setup code back to environment.c
    ` [PATCH v2 2/4] repository.c: delete dead functions
    ` [PATCH v2 3/4] sha1_file.c: move delayed getenv(altdb) back to setup_git_env()
    ` [PATCH v2 4/4] repository: delete ignore_env member
    ` [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] protocol: treat unrecognized protocol.version setting as 0
 2018-02-28  1:22 UTC  (5+ messages)

[PATCH 00/26] protocol version 2
 2018-02-28  1:08 UTC  (66+ messages)
` [PATCH v2 00/27] "
  ` [PATCH v2 12/27] serve: introduce git-serve
  ` [PATCH v3 00/35] protocol version 2
    ` [PATCH v3 02/35] pkt-line: introduce struct packet_reader
    ` [PATCH v3 06/35] transport: use get_refs_via_connect to get refs
    ` [PATCH v3 10/35] protocol: introduce enum protocol_version value protocol_v2
    ` [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 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 26/35] transport-helper: remove name parameter
    ` [PATCH v3 28/35] transport-helper: introduce stateless-connect
    ` [PATCH v3 29/35] pkt-line: add packet_buf_write_len function
    ` [PATCH v3 31/35] remote-curl: store the protocol version the server responded with
    ` [PATCH v3 34/35] remote-curl: implement stateless-connect command

[PATCH 00/11] Make the test suite pass with '-x' and /bin/sh
 2018-02-28  0:44 UTC  (10+ messages)
` [PATCH 04/11] t3030-merge-recursive: don't check the stderr of a subshell
      ` [PATCH] test_must_be_empty: make sure the file exists, not just empty

[PATCH 2/2] t5556: replace test_i18ngrep with a simple grep
 2018-02-28  0:42 UTC  (12+ messages)

[PATCH v4 0/2] diff: add --compact-summary (aka nd/diff-stat-with-summary)
 2018-02-27 23:24 UTC  (3+ messages)
` [PATCH v5 "

[PATCH] sha1_name: fix uninitialized memory errors
 2018-02-27 22:40 UTC  (5+ messages)
` [PATCH v2] "

[PATCH v1] convert: add support for 'encoding' attribute
 2018-02-27 22:39 UTC  (3+ messages)
` [PATCH/RFC 1/1] Auto diff of UTF-16 files in UTF-8

Is offloading to GPU a worthwhile feature?
 2018-02-27 22:08 UTC  (2+ messages)

[PATCH v3 00/12] rebase -i: offer to recreate merge commits
 2018-02-27 21:33 UTC  (4+ messages)
` [PATCH v5 "
  ` [PATCH v5 01/12] sequencer: avoid using errno clobbered by rollback_lock_file()

[PATCH v8 30/29] fixup! merge-recursive: apply necessary modifications for directory renames
 2018-02-27 21:18 UTC 

What's cooking in git.git (Feb 2018, #03; Wed, 21)
 2018-02-27 20:38 UTC  (8+ messages)

[PATCH v5 00/13] Serialized Git Commit Graph
 2018-02-27 20:15 UTC  (16+ messages)
` [PATCH v5 01/13] commit-graph: add format document
` [PATCH v5 02/13] graph: add commit graph design document
` [PATCH v5 03/13] commit-graph: create git-commit-graph builtin
` [PATCH v5 04/13] csum-file: add CSUM_KEEP_OPEN flag
` [PATCH v5 05/13] commit-graph: implement write_commit_graph()
` [PATCH v5 06/13] commit-graph: implement 'git-commit-graph write'
` [PATCH v5 07/13] commit-graph: implement git commit-graph read
` [PATCH v5 08/13] commit-graph: add core.commitGraph setting
` [PATCH v5 09/13] commit-graph: close under reachability
` [PATCH v5 10/13] commit: integrate commit graph with commit parsing
` [PATCH v5 11/13] commit-graph: read only from specific pack-indexes
` [PATCH v5 12/13] commit-graph: build graph from starting commits
` [PATCH v5 13/13] commit-graph: implement "--additive" option

[PATCH v8 0/7] convert: add support for different encodings
 2018-02-27 11:16 UTC  (8+ 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] git-p4: Fix depot path stripping
 2018-02-27 11:12 UTC  (3+ messages)

(no subject)
 2018-02-27 10:26 UTC  (2+ messages)
` 

[PATCH] test case highlighting possible strategy to rebase merge
 2018-02-27  8:10 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).