git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-03-13 09:59:46 to 2018-03-14 23:11:33 UTC [more...]

[RFC] Rebasing merges: a jorney to the ultimate solution (Road Clear)
 2018-03-14 23:11 UTC  (35+ messages)
                      ` [RFC] Rebasing merges: a jorney to the ultimate solution(RoadClear)

[PATCH] http: fix an unused variable warning for 'curl_no_proxy'
 2018-03-14 23:01 UTC  (4+ messages)

[PATCH 0/3] Switch the default PCRE from v1 to v2 + configure fixes
 2018-03-14 22:41 UTC  (2+ messages)

[PATCH 0/2] Make partial clone/fetch work when transfer.fsckobjects=1
 2018-03-14 22:24 UTC  (5+ messages)
` [PATCH 1/2] index-pack: support checking objects but not links
` [PATCH 2/2] fetch-pack: do not check links for partial fetch

How to debug a "git merge"?
 2018-03-14 22:20 UTC  (4+ messages)

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

git stash push -u always warns "pathspec '...' did not match any files"
 2018-03-14 21:46 UTC  (3+ messages)
` [PATCH v2 1/2] stash push: avoid printing errors
  ` [PATCH v2 2/2] stash push -u: don't create empty stash

[PATCH 0/3] shortlog: do not accept revisions when run outside repo
 2018-03-14 21:34 UTC  (13+ messages)
` [PATCH 1/3] git-shortlog.txt: reorder usages
` [PATCH 3/3] shortlog: do not accept revisions when run outside repo
` [PATCH v2 0/3] shortlog: disallow left-over arguments "
  ` [PATCH v2 1/3] git-shortlog.txt: reorder usages
  ` [PATCH v2 2/3] shortlog: add usage-string for stdin-reading
  ` [PATCH v2 3/3] shortlog: disallow left-over arguments outside repo

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

[PATCH v3 00/36] object_id part 12
 2018-03-14 19:46 UTC  (4+ messages)

[RFC 1/4] ref-filter: start adding strbufs with errors
 2018-03-14 19:04 UTC  (14+ messages)
` [RFC 2/4] ref-filter: add return value && strbuf to handlers
` [RFC 3/4] ref-filter: change parsing function error handling
` [RFC 4/4] ref-filter: add return value to parsers
` [PATCH v2 1/5] ref-filter: start adding strbufs with errors
  ` [PATCH v2 3/5] ref-filter: change parsing function error handling
  ` [PATCH v2 4/5] ref-filter: add return value to parsers
  ` [PATCH v2 5/5] ref-filter: get_ref_atom_value() error handling
  ` [PATCH v2 2/5] ref-filter: add return value && strbuf to handlers

[GSoC] [PATCH] test: avoid pipes in git related commands for test suite
 2018-03-14 18:22 UTC  (4+ messages)

[PATCH 1/2] rebase: support --signoff with implicit rebase
 2018-03-14 17:48 UTC  (3+ messages)
` [PATCH 2/2] rebase --root -k: fix when root commit is empty

[PATCH v3 00/35] protocol version 2
 2018-03-14 17:36 UTC  (36+ messages)
` [PATCH v4 "
  ` [PATCH v4 01/35] pkt-line: introduce packet_read_with_status
  ` [PATCH v4 04/35] upload-pack: convert to a builtin
  ` [PATCH v4 08/35] connect: discover protocol version outside of get_remote_heads
  ` [PATCH v4 12/35] serve: introduce git-serve
  ` [PATCH v4 13/35] ls-refs: introduce ls-refs server command
  ` [PATCH v4 16/35] transport: convert transport_get_remote_refs to take a list of ref patterns
  ` [PATCH v4 20/35] upload-pack: introduce fetch server command
  ` [PATCH v4 27/35] transport-helper: introduce stateless-connect
  ` [PATCH v4 29/35] remote-curl: create copy of the service name
  ` [PATCH v4 31/35] http: allow providing extra headers for http requests
  ` [PATCH v4 35/35] remote-curl: don't request v2 when pushing

What's cooking in git.git (Mar 2018, #02; Tue, 6)
 2018-03-14 17:21 UTC  (16+ messages)
      ` Why don't we symlink libexec/git-core/* to bin/git?
          ` [PATCH 0/3] Makefile: add a INSTALL_SYMLINKS option
          ` [PATCH 1/3] Makefile: fix broken bindir_relative variable
          ` [PATCH 2/3] Makefile: add a gitexecdir_relative variable
          ` [PATCH 3/3] Makefile: optionally symlink libexec/git-core binaries to bin/git

[PATCH/RFC v2 0/9] Reduce pack-objects memory footprint
 2018-03-14 16:18 UTC  (4+ messages)
` [PATCH/RFC v3 00/12] "
  ` [PATCH/RFC v3 08/12] pack-objects: refer to delta objects by index instead of pointer

[git-sizer] Implications of a large commit object
 2018-03-14 14:56 UTC  (4+ messages)

Running some tests with -x fails
 2018-03-14 14:50 UTC  (2+ messages)

[RFC 0/4] ref-filter: remove printing from formatting logic
 2018-03-14 13:44 UTC  (3+ messages)

[PATCH v1 0/3] add -p: select individual hunk lines
 2018-03-14 11:02 UTC  (9+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/3] add -p: allow line selection to be inverted

[PATCH v4] fetch-pack.c: use oidset to check existence of loose object
 2018-03-14  6:32 UTC  (5+ messages)
` [PATCH v5] "
` [PATCH v6] "
  ` [PATCH v7] "

[PATCH v2 1/1] fetch-pack.c: use oidset to check existence of loose object
 2018-03-14  6:26 UTC  (6+ messages)
` [PATCH v3] "

[GSoC][PATCH] git-ci: use pylint to analyze the git-p4 code
 2018-03-14  3:28 UTC  (6+ messages)
    ` [GSoC][PATCH 1/2] git-ci: add .pylintrc file
      ` [GSoC][PATCH 2/2] git-ci: update .pylintrc to ignore current warning

[PATCH] Documentation/githooks: Clarify the behavior of post-checkout hook
 2018-03-14  0:38 UTC  (2+ messages)

allow "~" to be present in a tag name
 2018-03-14  0:07 UTC  (6+ messages)

Opinions on changing add/add conflict resolution?
 2018-03-13 23:30 UTC  (20+ messages)
    ` Fwd: "

recent glob expansion breakage on Windows?
 2018-03-13 23:12 UTC  (4+ messages)

[PATCH] git{,-blame}.el: remove old bitrotting Emacs code
 2018-03-13 22:14 UTC  (7+ messages)
` [PATCH v2] "
      ` [PATCH v3] "

git-log bug: --grep and -number args are at odds
 2018-03-13 21:57 UTC  (2+ messages)

Bug in "revision.c: --all adds HEAD from all worktrees" ?
 2018-03-13 20:29 UTC  (2+ messages)

Bug, git rebase -i does not abort correctly
 2018-03-13 18:26 UTC  (4+ messages)

Rename of file is causing changes to be lost
 2018-03-13 18:02 UTC  (4+ messages)

[GSoC][Project Idea] Multipart and resumable download while using git clone or pull
 2018-03-13 18:01 UTC 

[GSoC] [PATCH] travis-ci: added clang static analysis
 2018-03-13 17:52 UTC  (4+ messages)

[PATCH] fetch-pack.c: use oidset to check existence of loose object
 2018-03-13 15:30 UTC  (2+ messages)
` [PATCH] sha1_file: restore OBJECT_INFO_QUICK functionality

Will Coverity for FOSS be in scheduled maintenance mode forever?
 2018-03-13 14:00 UTC 

Bug in "revision.c: --all adds HEAD from all worktrees" ?
 2018-03-13 11:22 UTC  (6+ 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).