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

[L10N] Kickoff of translation for Git 2.17.0 round 1
 2018-03-15 23:45 UTC 

[PATCH v12 00/10] convert: add support for different encodings
 2018-03-15 23:35 UTC  (13+ messages)
` [PATCH v12 01/10] strbuf: remove unnecessary NUL assignment in xstrdup_tolower()
` [PATCH v12 02/10] strbuf: add xstrdup_toupper()
` [PATCH v12 03/10] strbuf: add a case insensitive starts_with()
` [PATCH v12 04/10] utf8: teach same_encoding() alternative UTF encoding names
` [PATCH v12 05/10] utf8: add function to detect prohibited UTF-16/32 BOM
` [PATCH v12 06/10] utf8: add function to detect a missing "
` [PATCH v12 07/10] convert: add 'working-tree-encoding' attribute
` [PATCH v12 08/10] convert: check for detectable errors in UTF encodings
` [PATCH v12 09/10] convert: add tracing for 'working-tree-encoding' attribute
` [PATCH v12 10/10] convert: add round trip check based on 'core.checkRoundtripEncoding'

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

What's cooking in git.git (Mar 2018, #03; Wed, 14)
 2018-03-15 23:00 UTC  (7+ messages)

[PATCH v5 00/13] Serialized Git Commit Graph
 2018-03-15 22:50 UTC  (22+ messages)
` [PATCH v6 00/14] "
  ` [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

[RFC 1/4] ref-filter: start adding strbufs with errors
 2018-03-15 22:48 UTC  (10+ messages)
` [PATCH v2 1/5] "
  ` [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

[PATCH v11 00/10] convert: add support for different encodings
 2018-03-15 22:42 UTC  (7+ messages)
` [PATCH v11 06/10] convert: add 'working-tree-encoding' attribute
` [PATCH v11 08/10] convert: advise canonical UTF encoding names

[RFC PATCH v3 0/4] give more useful error messages while renaming branch
 2018-03-15 20:41 UTC  (8+ messages)
` [PATCH v4 0/3] give more useful error messages while renaming branch (reboot)
  ` [PATCH v4 1/3] branch: introduce dont_fail parameter for branchname validation
  ` [PATCH v4 2/3] builtin/branch: give more useful error messages when renaming
  ` [PATCH v4 3/3] t/t3200: fix a typo in a test description

[bug] git stash push {dir-pathspec} wipes untracked files
 2018-03-15 20:39 UTC  (4+ messages)

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

[PATCH/RFC 0/1] Avoid expensive 'repack -ad' in gc --auto
 2018-03-15 19:21 UTC  (11+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 3/5] gc --auto: exclude base pack if not enough mem to "repack -ad"

[PATCH v1] Fix bugs preventing adding updated cache entries to the name hash
 2018-03-15 18:58 UTC  (4+ messages)

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

[PATCH] filter-branch: return 2 when nothing to rewrite
 2018-03-15 17:59 UTC  (12+ messages)
` [PATCH v2] "

[PATCH 0/3] Makefile: add a INSTALL_SYMLINKS option
 2018-03-15 17:42 UTC  (8+ messages)
` [PATCH 3/3] Makefile: optionally symlink libexec/git-core binaries to bin/git

What's cooking in git.git (Mar 2018, #02; Tue, 6)
 2018-03-15 17:16 UTC  (8+ messages)
      ` Why don't we symlink libexec/git-core/* to bin/git?

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

[GSoC] [PATCH] test: avoid pipes in git related commands for test suite
 2018-03-15 17:04 UTC  (5+ messages)

[PATCH 0/3] git worktree prune improvements
 2018-03-15 16:44 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/3] gc.txt: more details about what gc does
  ` [PATCH v2 2/3] worktree: delete dead code
  ` [PATCH v2 3/3] worktree prune: improve prune logic when worktree is moved

How to debug a "git merge"?
 2018-03-15 15:51 UTC  (7+ messages)

submodule.<name>.ignore vs git add -u
 2018-03-15 14:28 UTC  (2+ messages)

[PATCH 1/2] rebase: support --signoff with implicit rebase
 2018-03-15 10:59 UTC  (8+ messages)
` [PATCH 2/2] rebase --root -k: fix when root commit is empty

allow "~" to be present in a tag name
 2018-03-15  8:39 UTC  (5+ messages)

[PATCH v3 00/36] object_id part 12
 2018-03-15  1:05 UTC  (6+ messages)

[PATCH] http: fix an unused variable warning for 'curl_no_proxy'
 2018-03-15  0:50 UTC  (5+ messages)

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

[PATCH 0/3] shortlog: do not accept revisions when run outside repo
 2018-03-14 21:34 UTC  (5+ messages)
` [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


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