git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-01-24 11:14:27 to 2018-01-25 23:59:50 UTC [more...]

[PATCH 00/26] protocol version 2
 2018-01-25 23:58 UTC  (23+ messages)
` [PATCH v2 00/27] "
  ` [PATCH v2 01/27] pkt-line: introduce packet_read_with_status
  ` [PATCH v2 02/27] pkt-line: introduce struct packet_reader
  ` [PATCH v2 03/27] pkt-line: add delim packet support
  ` [PATCH v2 04/27] upload-pack: convert to a builtin
  ` [PATCH v2 06/27] transport: use get_refs_via_connect to get refs
  ` [PATCH v2 07/27] connect: convert get_remote_heads to use struct packet_reader
  ` [PATCH v2 08/27] connect: discover protocol version outside of get_remote_heads
  ` [PATCH v2 09/27] transport: store protocol version
  ` [PATCH v2 10/27] protocol: introduce enum protocol_version value protocol_v2
  ` [PATCH v2 12/27] serve: introduce git-serve
  ` [PATCH v2 13/27] ls-refs: introduce ls-refs server command
  ` [PATCH v2 14/27] connect: request remote refs using v2
  ` [PATCH v2 15/27] transport: convert get_refs_list to take a list of ref patterns
  ` [PATCH v2 16/27] transport: convert transport_get_remote_refs "
  ` [PATCH v2 17/27] ls-remote: pass ref patterns when requesting a remote's refs
  ` [PATCH v2 18/27] fetch: pass ref patterns when fetching
  ` [PATCH v2 19/27] push: pass ref patterns when pushing
  ` [PATCH v2 22/27] transport-helper: remove name parameter
  ` [PATCH v2 23/27] transport-helper: refactor process_connect_service
  ` [PATCH v2 24/27] transport-helper: introduce stateless-connect
  ` [PATCH v2 26/27] remote-curl: create copy of the service name

[PATCH 00/14] Serialized Commit Graph
 2018-01-25 23:35 UTC  (32+ messages)
` [PATCH 01/14] graph: add packed graph design document
` [PATCH 02/14] packed-graph: add core.graph setting
` [PATCH 03/14] packed-graph: create git-graph builtin
` [PATCH 04/14] packed-graph: add format document
` [PATCH 05/14] packed-graph: implement construct_graph()
` [PATCH 06/14] packed-graph: implement git-graph --write
` [PATCH 07/14] packed-graph: implement git-graph --read
` [PATCH 08/14] graph: implement git-graph --update-head
` [PATCH 09/14] packed-graph: implement git-graph --clear
` [PATCH 10/14] packed-graph: teach git-graph --delete-expired
` [PATCH 11/14] commit: integrate packed graph with commit parsing
` [PATCH 12/14] packed-graph: read only from specific pack-indexes
` [PATCH 13/14] packed-graph: close under reachability
` [PATCH 14/14] packed-graph: teach git-graph to read commits

[PATCH 0/6] off-by-one errors in git-daemon
 2018-01-25 21:38 UTC  (12+ messages)
` [PATCH 1/6] t5570: use ls-remote instead of clone for interp tests
` [PATCH 2/6] t/lib-git-daemon: record daemon log
` [PATCH 3/6] daemon: fix off-by-one in logging extended attributes
` [PATCH 4/6] daemon: handle NULs in extended attribute string
` [PATCH 5/6] t/lib-git-daemon: add network-protocol helpers
` [PATCH 6/6] daemon: fix length computation in newline stripping

Feature request: Improve diff algorithm
 2018-01-25 20:49 UTC  (10+ messages)

please resolve a mystery for me: what is j-c-diff exactly? ;)
 2018-01-25 20:37 UTC 

Please review my code
 2018-01-25 20:22 UTC  (2+ messages)

regression in output of git-pull --rebase --recurse-submodules=yes --quiet
 2018-01-25 19:18 UTC  (3+ messages)
` [PATCH] builtin/pull: respect verbosity settings in submodules

GIT 2.3.1 - Code Execution Vulnerability
 2018-01-25 19:01 UTC  (3+ messages)

[PATCH] Docs: split out long-running subprocess handshake
 2018-01-25 18:53 UTC 

[PATCH] merge: support --strategy '?' for git-completion.bash
 2018-01-25 18:49 UTC  (2+ messages)

git credential-osxkeychain bug/feature?
 2018-01-25 17:16 UTC 

prepare-commit-msg hook no longer run for cherry-pick?
 2018-01-25 16:33 UTC  (9+ messages)
` [PATCH v3 0/3] sequencer: run 'prepare-commit-msg' hook
  ` [PATCH v3 1/3] t7505: style fixes
  ` [PATCH v3 2/3] t7505: Add tests for cherry-pick and rebase -i/-p
  ` [PATCH v3 3/3] sequencer: run 'prepare-commit-msg' hook

pushing a delete-only commit consumes too much traffic
 2018-01-25 15:07 UTC  (3+ messages)

Bug, git rebase -i does not abort correctly
 2018-01-25 12:13 UTC 

[PATCH] format-patch: set diffstat width to 70 instead of default 80
 2018-01-25 11:59 UTC  (4+ messages)
` [PATCH v2 0/2] wrap format-patch diffstats around 72 columns
  ` [PATCH v2 1/2] format-patch: keep cover-letter diffstat wrapped in "
  ` [PATCH v2 2/2] format-patch: reduce patch diffstat width to 72

[BUG] git pull with pull.rebase and rebase.autoStash is not working anymore in 2.16
 2018-01-25 11:04 UTC  (3+ messages)

[PATCH] setup: recognise extensions.objectFormat
 2018-01-25 10:08 UTC  (3+ messages)

[PATCH v2 00/14] Some fixes and bunch of object_id conversions
 2018-01-25  9:53 UTC  (7+ messages)
` [PATCH v3 "
  ` [PATCH v3 04/14] dir: convert struct sha1_stat to use object_id

BUG: merge -s theirs is not in effect (does the same as -s ours)
 2018-01-25  4:35 UTC  (11+ messages)
    ` Re* "
      ` -X theirs does not resolve symlink conflict Was: BUG: merge -s theirs is not in effect
                ` [PATCH] merge: teach -Xours/-Xtheirs to symbolic link merge
                  ` external diff driver is not used for diff --stat?

[PATCH v2 0/6] Force pipes to flush immediately on NonStop platform
 2018-01-25  3:42 UTC  (6+ messages)

[RFC PATCH 0/1] Implement CMake build
 2018-01-25  2:16 UTC  (13+ messages)

git 2.16, Jenkins git client plugin, and ""
 2018-01-25  0:36 UTC  (3+ messages)

Git packs friendly to block-level deduplication
 2018-01-25  0:29 UTC  (13+ messages)

[PATCH v4 0/4] Force pipes to flush immediately on NonStop platform
 2018-01-24 23:39 UTC  (15+ messages)
` [PATCH v4 1/4] Add tar extract install options override in installation processing
` [PATCH v4 2/4] Define config options required for the HPE NonStop NSX and NSE platforms
` [PATCH v4 3/4] Bring NonStop platform definitions up to date in git-compat-util.h

[PATCH v3 00/11] document & test fetch pruning & add fetch.pruneTags
 2018-01-24 23:25 UTC  (10+ messages)
` [PATCH v2 00/12] "
  ` [PATCH v3 02/11] fetch: stop accessing "remote" variable indirectly
  ` [PATCH v3 11/11] fetch: add a --fetch-prune option and fetch.pruneTags config

(no subject)
 2018-01-24 22:46 UTC 

What's cooking in git.git (Jan 2018, #03; Tue, 23)
 2018-01-24 22:37 UTC  (3+ messages)

[PATCH 0/8] rebase -i: offer to recreate merge commits
 2018-01-24 22:01 UTC  (9+ messages)
` [PATCH 1/8] sequencer: introduce new commands to reset the revision
` [PATCH 3/8] sequencer: fast-forward merge commits, if possible

[PATCH] packed_ref_cache: don't use mmap() for small files
 2018-01-24 21:34 UTC  (21+ messages)
` [PATCH v3] "
          ` [PATCH 0/6] Yet another approach to handling empty snapshots
            ` [PATCH 1/6] struct snapshot: store `start` rather than `header_len`
            ` [PATCH 2/6] create_snapshot(): use `xmemdupz()` rather than a strbuf
            ` [PATCH 3/6] find_reference_location(): make function safe for empty snapshots
            ` [PATCH 4/6] packed_ref_iterator_begin(): make optimization more general
            ` [PATCH 5/6] load_contents(): don't try to mmap an empty file
            ` [PATCH 6/6] packed_ref_cache: don't use mmap() for small files

[PATCH 0/7] nd/worktree-move reboot
 2018-01-24 20:42 UTC  (2+ messages)

[PATCH] dir.c: print correct errno when opendir() fails
 2018-01-24 20:41 UTC  (4+ messages)
` [PATCH 0/5] nd/fix-untracked-cache-invalidation updates

[GSoC][QUERY] Regarding Git CI Improvement 3 microtask
 2018-01-24 19:54 UTC 

[PATCH 3/3] read-cache: don't write index twice if we can't write shared index
 2018-01-24 19:51 UTC  (18+ messages)
` [PATCH 0/5] Travis CI: don't run the test suite as root in the 32 bit Linux build
  ` [PATCH 2/5] travis-ci: use 'set -e' in the 32 bit Linux build job
  ` [PATCH 3/5] travis-ci: don't repeat the path of the cache directory
  ` [PATCH 4/5] travis-ci: don't run the test suite as root in the 32 bit Linux build
  ` [PATCH 5/5] travis-ci: don't fail if user already exists on 32 bit Linux build job

[PATCH] daemon: add --no-syslog to undo implicit --syslog
 2018-01-24 19:48 UTC  (6+ messages)

git merge-tree: bug report and some feature requests
 2018-01-24 19:39 UTC  (6+ messages)

[PATCH 3/3] read-cache: don't write index twice if we can't write shared index
 2018-01-24 18:09 UTC  (3+ messages)
` [PATCH 0/3] nd/shared-index-fix updates

[PATCH] mailinfo: avoid segfault when can't open files
 2018-01-24 18:06 UTC  (5+ messages)
  ` [PATCH v1] "

[PATCH v6] mru: Replace mru.[ch] with list.h implementation
 2018-01-24 18:02 UTC  (3+ messages)

Creating sparse checkout in a new linked git worktree
 2018-01-24 16:11 UTC 

Speed of git branch --contains
 2018-01-24 16:20 UTC  (2+ messages)

[ANNOUNCE] libgit2 summit: 9 March 2018, Barcelona
 2018-01-24 12:15 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).