git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-02-06 13:06:07 to 2018-02-08 15:37:42 UTC [more...]

How to produce a loose ref+size explosion via pruning + git-gc
 2018-02-08 15:37 UTC 

How juggle branches?
 2018-02-08 14:22 UTC  (3+ messages)
` Automatic parameters completion

Bug Report: Subtrees and GPG Signed Commits
 2018-02-08 13:53 UTC  (10+ messages)

[PATCH 0/8] rebase -i: offer to recreate merge commits
 2018-02-08 12:34 UTC  (10+ messages)
` [PATCH 5/8] rebase: introduce the --recreate-merges option

[PATCH v2 00/41] Automate updating git-completion.bash a bit
 2018-02-08 12:05 UTC  (12+ messages)
` [PATCH v2 01/41] parse-options: support --git-completion-helper

Unexpected git diff output during merge conflict
 2018-02-08 11:50 UTC  (3+ messages)

"git branch" issue in 2.16.1
 2018-02-08 11:27 UTC  (13+ messages)

[PATCH v1] dir.c: don't flag the index as dirty for changes to the untracked cache
 2018-02-08 10:33 UTC  (10+ messages)

[PATCHv4] tag: add --edit option
 2018-02-08  8:22 UTC  (2+ messages)

[PATCH v5] send-email: --batch-size to work around some SMTP server limit
 2018-02-08  8:08 UTC  (6+ messages)
` [PATCH] send-email: have default batch size when relogin delay is given
    ` [PATCH] send-email: error out when relogin delay is missing

[PATCH] docs/interpret-trailers: fix agreement error
 2018-02-08  2:56 UTC 

[PATCH v2 00/12] object_id part 11 (the_hash_algo)
 2018-02-08  2:48 UTC  (5+ messages)
  ` [PATCH v2] hash: update obsolete reference to SHA1_HEADER

[RFC PATCH 000/194] Moving global state into the repository object
 2018-02-08  1:47 UTC  (34+ messages)
` [PATCH 021/194] pack: add repository argument to reprepare_packed_git
  ` [PATCH 025/194] object-store: allow prepare_alt_odb to handle arbitrary repositories
  ` [PATCH 038/194] pack: allow sha1_loose_object_info "
  ` [PATCH 042/194] object-store: move alternates API to new alternates.h
  ` [PATCH 059/194] refs: store the main ref store inside the repository struct
  ` [PATCH 075/194] fetch, push: do not use submodule as alternate in has_commits check
  ` [PATCH 076/194] push: add test showing bad interaction of replace refs and submodules
  ` [PATCH 092/194] object: move grafts to object parser

[PATCH v1] name-hash: properly fold directory names in adjust_dirname_case()
 2018-02-08  1:02 UTC  (2+ messages)

Fetch-hooks
 2018-02-08  0:06 UTC  (3+ messages)

What's cooking in git.git (Feb 2018, #01; Wed, 7)
 2018-02-07 23:13 UTC 

[PATCH v2 0/3] fixes for split index mode
 2018-02-07 22:41 UTC  (7+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/3] read-cache: fix reading the shared index for other repos

categorization, documentation and packaging of "git core" commands
 2018-02-07 21:18 UTC  (8+ messages)

[PATCH] files-backend: unlock packed store only if locked
 2018-02-07 20:53 UTC  (4+ messages)

[PATCHv3] tag: add --edit option
 2018-02-07 20:47 UTC  (3+ messages)

Bug? Error during commit
 2018-02-07 20:45 UTC  (3+ messages)

feature-request: git "cp" like there is git mv
 2018-02-07 20:27 UTC  (4+ messages)

[ANNOUNCE] Git for Windows 2.16.1(4)
 2018-02-07 20:01 UTC 

[PATCH] rebase: add --allow-empty-message option
 2018-02-07 19:26 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] t0050: remove the unused $test_case variable
 2018-02-07 19:08 UTC  (5+ messages)

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

[PATCH v3 0/2] diff: add --stat-with-summary (was --compact-summary)
 2018-02-07 18:19 UTC  (8+ messages)

BUG: fetch in certain repo always gives "did not send all necessary objects"
 2018-02-07 18:17 UTC  (10+ messages)

[PATCH v4 0/6] convert: add support for different encodings
 2018-02-07 18:12 UTC  (9+ messages)
` [PATCH/RFC v5 7/7] Careful with CRLF when using e.g. UTF-16 for working-tree-encoding

BUG: On some Linux systems, "Stage To Commit" hotkey in git-gui stages one file only, even if multiple files are selected
 2018-02-07 18:11 UTC  (2+ messages)

git: CVE-2018-1000021: client prints server sent ANSI escape codes to the terminal, allowing for unverified messages to potentially execute arbitrary commands
 2018-02-07 17:15 UTC  (4+ messages)

[PATCH] dir.c: ignore paths containing .git when invalidating untracked cache
 2018-02-07 16:59 UTC  (4+ messages)
` [PATCH v2] "

Shawn Pearce has died
 2018-02-07 16:40 UTC  (6+ messages)

[PATCH v2 00/14] Serialized Git Commit Graph
 2018-02-07 15:10 UTC  (17+ messages)
` [PATCH v2 04/14] commit-graph: implement construct_commit_graph()
` [PATCH v2 05/14] commit-graph: implement git-commit-graph --write
` [PATCH v2 11/14] commit: integrate commit graph with commit parsing

Bug report: Subtree split including extra commits
 2018-02-07 14:51 UTC 

[PATCH 00/10] 'test_i18ngrep'-related fixes and improvements
 2018-02-07 14:38 UTC  (5+ messages)
` [PATCH 02/10] t5812: add 'test_i18ngrep's missing filename parameter

[bug report]: error doing_rebase
 2018-02-07 14:12 UTC  (3+ messages)

is http://git-scm.com an *official* git-affiliated site?
 2018-02-07 13:10 UTC  (11+ messages)

Windows: mintty.exe classified as exploit by AV software
 2018-02-07  9:18 UTC 

[PATCH] worktree: teach "add" to check out existing branches
 2018-02-07  8:51 UTC  (5+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] worktree: improve message when creating a new worktree

[PATCH v1 0/5] Incremental rewrite of git-submodules
 2018-02-06 23:11 UTC  (5+ messages)
` [PATCH v1 1/5] submodule foreach: correct '$path' in nested submodules from a subdirectory

An option to ignore submodules in stash push?
 2018-02-06 22:24 UTC  (2+ messages)

Are concurrent git operations on the same repo safe?
 2018-02-06 20:26 UTC  (5+ messages)

[PATCH 0/7] nd/worktree-move reboot
 2018-02-06 20:05 UTC  (7+ messages)
` [PATCH 3/7] worktree move: new command

Missing git options
 2018-02-06 18:27 UTC  (4+ messages)

[PATCH v2 00/12] document & test fetch pruning & add fetch.pruneTags
 2018-02-06 16:23 UTC  (3+ messages)
` [PATCH v3 00/11] "

[ANNOUNCE] Git for Windows 2.16.1(3)
 2018-02-06 16:17 UTC  (2+ messages)

Cloned repository has file changes -> bug?
 2018-02-06 14:36 UTC  (9+ messages)

cherry-pick '-m' curiosity
 2018-02-06 13:05 UTC  (3+ 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).