git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2017-12-03 23:30:25 to 2017-12-05 22:21:23 UTC [more...]

[PATCH 0/5] rebase -i: add config to abbreviate command names
 2017-12-05 22:21 UTC  (29+ messages)
` [PATCH v2 0/9] "
  ` [PATCH v2 4/9] rebase -i: refactor transform_todo_ids
  ` [PATCH v2 6/9] rebase -i: update functions to use a flags parameter
  ` [PATCH v3 1/9] Documentation: move rebase.* configs to new file
  ` [PATCH v3 2/9] Documentation: use preferred name for the 'todo list' script
  ` [PATCH v3 3/9] rebase -i: set commit to null in exec commands
  ` [PATCH v3 4/9] rebase -i: refactor transform_todo_ids
  ` [PATCH v3 5/9] rebase -i: replace reference to sha1 with oid
  ` [PATCH v3 6/9] rebase -i: update functions to use a flags parameter
  ` [PATCH v3 7/9] rebase -i -x: add exec commands via the rebase--helper
  ` [PATCH v3 8/9] rebase -i: learn to abbreviate command names
  ` [PATCH v3 9/9] t3404: add test case for abbreviated commands

[RFE] Inverted sparseness (amended)
 2017-12-05 22:19 UTC  (2+ messages)

gitattributes not read for diff-tree anymore in 2.15?
 2017-12-05 22:13 UTC  (6+ messages)
        ` [PATCH] diff-tree: read the index so attribute checks work in bare repositories

[PATCH v6 00/12] Partial clone part 2: fsck and promisors
 2017-12-05 22:02 UTC  (17+ messages)
` [PATCH v6 01/12] extension.partialclone: introduce partial clone extension
` [PATCH v6 02/12] fsck: introduce partialclone extension
` [PATCH v6 03/12] fsck: support refs pointing to promisor objects
` [PATCH v6 04/12] fsck: support referenced "
` [PATCH v6 05/12] fsck: support promisor objects as CLI argument
` [PATCH v6 06/12] index-pack: refactor writing of .keep files
` [PATCH v6 07/12] introduce fetch-object: fetch one promisor object
` [PATCH v6 08/12] sha1_file: support lazily fetching missing objects
` [PATCH v6 09/12] fixup: sha1_file: convert gotos to break/continue
` [PATCH v6 10/12] fixup: sha1_file: add TODO
` [PATCH v6 11/12] rev-list: support termination at promisor objects
` [PATCH v6 12/12] gc: do not repack promisor packfiles

[PATCH v4 0/4] RUNTIME_PREFIX relocatable Git
 2017-12-05 21:35 UTC  (9+ messages)
` [PATCH v4 1/4] Makefile: generate Perl header from template file

How hard would it be to implement sparse fetching/pulling?
 2017-12-05 20:07 UTC  (16+ messages)

[WIP 0/2] Submodule ref backend that mirrors superproject
 2017-12-05 19:57 UTC  (3+ messages)
` [WIP 1/2] submodule: refactor acquisition of superproject info

[PATCH v1 1/2] t/README: remove mention of adding copyright notices
 2017-12-05 19:49 UTC  (4+ messages)
` [PATCH v1 2/2] t/README: document test_cmp_rev

Bug in pathspec handling (in conjunction with submodules)
 2017-12-05 19:19 UTC  (6+ messages)
` [PATCH] pathspec: only match across submodule boundaries when requested
  ` [PATCH v2] "

[PATCH] Documentation/git-clone: improve description for submodule recursing
 2017-12-05 17:09 UTC  (2+ messages)

[PATCH v6 00/14] Parial clone part 3: clone, fetch, fetch-pack, upload-pack, and tests
 2017-12-05 17:02 UTC  (15+ messages)
` [PATCH v6 01/14] upload-pack: add object filtering for partial clone
` [PATCH v6 02/14] fetch-pack, index-pack, transport: "
` [PATCH v6 03/14] fetch-pack: add --no-filter
` [PATCH v6 04/14] fetch-pack: test support excluding large blobs
` [PATCH v6 05/14] fetch: refactor calculation of remote list
` [PATCH v6 06/14] fetch: support filters
` [PATCH v6 07/14] fixup: fetch: update error messages from --blob-max-bytes to --filter
` [PATCH v6 08/14] fixup: fetch: update --blob-max-bytes to --fitler
` [PATCH v6 09/14] fixup: connected: conditionally pass --exclude-promisor-objects to rev-list
` [PATCH v6 10/14] partial-clone: define partial clone settings in config
` [PATCH v6 11/14] clone: partial clone
` [PATCH v6 12/14] unpack-trees: batch fetching of missing blobs
` [PATCH v6 13/14] fetch-pack: restore save_commit_buffer after use
` [PATCH v6 14/14] t5616: end-to-end tests for partial clone

[PATCH v6 0/3] Partial clone part 1: object filtering
 2017-12-05 16:50 UTC  (4+ messages)
` [PATCH v6 1/3] list-objects-filter-options: fix 'keword' typo in comment
` [PATCH v6 2/3] list-objects-filter-options: support --no-filter
` [PATCH v6 3/3] rev-list: support --no-filter argument

[PATCH 0/4] SHA1DC fixes & fully moving to a git.git submodule
 2017-12-05 16:32 UTC  (12+ messages)
` [PATCH 1/4] Makefile: don't error out under DC_SHA1_EXTERNAL if DC_SHA1_SUBMODULE=auto
` [PATCH 2/4] sha1dc_git.h: re-arrange an ifdef chain for a subsequent change
` [PATCH 3/4] Makefile: use the sha1collisiondetection submodule by default
  ` [PATCH 4/4] sha1dc: remove in favor of using sha1collisiondetection as a submodule

[PATCH v5 00/10] Partial clone part 2: fsck and promisors
 2017-12-05 16:18 UTC  (10+ messages)
` [PATCH v5 07/10] introduce fetch-object: fetch one promisor object
` [PATCH v5 08/10] sha1_file: support lazily fetching missing objects
` [PATCH v5 10/10] gc: do not repack promisor packfiles

[PATCH v5 1/7] Documentation: revisions: fix typo: "three dot" ---> "three-dot" (in line with "two-dot")
 2017-12-05 16:03 UTC  (22+ messages)
` [PATCH v3 1/5] checkout: describe_detached_head: remove ellipsis after committish
  ` [PATCH v2 1/6] config: introduce core.printsha1ellipsis
    ` [PATCH 1/3] checkout: describe_detached_head: remove 3dots after committish
        ` [PATCH v2 3/6] diff: diff_aligned_abbrev: remove ellipsis after abbreviated SHA-1 value
            ` [PATCH v3 5/5] Testing: provide tests requiring them with ellipses after SHA-1 values
                      ` [PATCH v3 2/5] diff: diff_aligned_abbrev: remove ellipsis after abbreviated SHA-1 value
                        ` [PATCH v3 3/5] Documentation: user-manual: limit usage of ellipsis
                          ` [PATCH v4 1/6] diff: diff_aligned_abbrev: remove ellipsis after abbreviated SHA-1 value
                                ` [PATCH v5 4/7] checkout: describe_detached_head: remove ellipsis after committish
                                    ` [PATCH v6 "

imap-send with gmail: curl_easy_perform() failed: URL using bad/illegal format or missing URL
 2017-12-05 15:30 UTC  (4+ messages)
` [PATCH] imap-send: URI encode server folder

[PATCH v2] git-gui: Prevent double UTF-8 conversion
 2017-12-05 14:23 UTC  (3+ messages)
  ` [PATCH v3] "

[PATCH] git-prompt: fix reading files with windows line endings
 2017-12-05 13:06 UTC  (11+ messages)
` [PATCH v2 1/2] git-prompt: make __git_eread intended use explicit
  ` [PATCH v2 2/2] git-prompt: fix reading files with windows line endings
  ` [PATCH v3 1/2] git-prompt: make __git_eread intended use explicit
    ` [PATCH v3 2/2] git-prompt: fix reading files with windows line endings

[PATCH v1] progress: print progress output for all operations taking longer than 2s
 2017-12-05 12:28 UTC  (11+ messages)
    ` [PATCH 0/2] fix v2.15 progress regression
      ` [PATCH 1/2] progress: set default delay threshold to 100%, not 0%
      ` [PATCH 2/2] progress: drop delay-threshold code

[RFC PATCH 0/8] sequencer: dont't fork git commit
 2017-12-05 12:13 UTC  (9+ messages)
` [PATCH v4 0/9] sequencer: don't "
  ` [PATCH v4 7/9] sequencer: load commit related config
  ` [PATCH v4 9/9] t3512/t3513: remove KNOWN_FAILURE_CHERRY_PICK_SEES_EMPTY_COMMIT=1

[PATCH] docs: checking out using @{-N} can lead to detached state
 2017-12-05  5:20 UTC  (9+ messages)
` [PATCH v2 1/2] Doc/checkout: "
  ` [PATCH v2 2/2] Doc/check-ref-format: clarify information about @{-N} syntax

What's cooking in git.git (Dec 2017, #01; Mon, 4)
 2017-12-05  0:30 UTC  (5+ messages)

[RFC] protocol version 2
 2017-12-04 23:58 UTC  (17+ messages)
` [WIP 00/15] "
  ` [WIP 01/15] pkt-line: introduce packet_read_with_status
  ` [WIP 02/15] pkt-line: introduce struct packet_reader
  ` [WIP 03/15] pkt-line: add delim packet support
  ` [WIP 04/15] upload-pack: convert to a builtin
  ` [WIP 05/15] upload-pack: factor out processing lines
  ` [WIP 06/15] transport: use get_refs_via_connect to get refs
  ` [WIP 07/15] connect: convert get_remote_heads to use struct packet_reader
  ` [WIP 08/15] connect: discover protocol version outside of get_remote_heads
  ` [WIP 09/15] transport: store protocol version
  ` [WIP 10/15] protocol: introduce enum protocol_version value protocol_v2
  ` [WIP 11/15] serve: introduce git-serve
  ` [WIP 12/15] ls-refs: introduce ls-refs server command
  ` [WIP 13/15] connect: request remote refs using v2
  ` [WIP 14/15] upload_pack: introduce fetch server command
  ` [WIP 15/15] fetch-pack: perform a fetch using v2

[PATCH v4 0/2] launch_editor(): indicate that Git waits for user input
 2017-12-04 22:09 UTC  (20+ messages)
` [PATCH v4 2/2] "

submodule modify/delete wrong message
 2017-12-04 21:39 UTC 

submodules and merging (Was: Re: [PATCH 02/30] merge-recursive: Fix logic ordering issue)
 2017-12-04 20:16 UTC  (7+ messages)

git-clone ignores submodule.recurse configuration
 2017-12-04 20:02 UTC  (3+ messages)

[PATCH] Makefile: replace perl/Makefile.PL with simple make rules
 2017-12-04 19:51 UTC  (6+ messages)
` [PATCH v2] "

[PATCH v2] diff: support anchoring line(s)
 2017-12-04 19:45 UTC  (5+ messages)
` [PATCH v3] "

[PATCH] hashmap: adjust documentation to reflect reality
 2017-12-04 19:08 UTC  (4+ messages)

RFC: Native clean/smudge filter for UTF-16 files
 2017-12-04 17:23 UTC  (4+ messages)

[PATCH v6 0/2] http-backend: respect CONTENT_LENGTH as specified by rfc3875
 2017-12-04 17:13 UTC  (8+ messages)
` [PATCH v6 1/2] "
          ` AW: "

[PATCH] sha1_file: use strbuf_add() instead of strbuf_addf()
 2017-12-04 17:12 UTC  (4+ messages)
` [PATCH v2] "

bug deleting "unmerged" branch (2.12.3)
 2017-12-04 15:57 UTC  (7+ messages)
  ` Antw: "
    `  "

[PATCH v2 1/4] git-compat-util: introduce skip_to_optional_val()
 2017-12-04 14:31 UTC  (7+ messages)
` [PATCH v2 2/4] index-pack: use skip_to_optional_val()
` [PATCH v2 3/4] diff: "
` [PATCH v2 4/4] diff: use skip_to_optional_val_default()

[PATCH] send-email: extract email-parsing code into a subroutine
 2017-12-04 13:45 UTC  (4+ messages)

[PATCH 1/3] git-compat-util: introduce skip_to_opt_val()
 2017-12-04 13:35 UTC  (6+ messages)

[RFE] Inverted sparseness
 2017-12-04 11:54 UTC  (6+ messages)

Git stash (or git rev-parse) doesn't inherit the '--work-tree' parameter
 2017-12-04 10:55 UTC  (2+ messages)

Bug in git-completion.bash in __git_heads() function
 2017-12-04  9:43 UTC  (2+ messages)

git-completion.bash: Show list of local branches instead of refs for git checkout
 2017-12-04  9:29 UTC  (2+ messages)

[PATCH v4 4/4] builtin/branch: strip refs/heads/ using skip_prefix
 2017-12-04  4:29 UTC  (3+ messages)
` [PATCH v5 "

[SCRIPT/RFC 0/3] git-commit --onto-parent (three-way merge, no working tree file changes)
 2017-12-04  2:33 UTC  (7+ 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).