git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2015-05-25 18:41:32 to 2015-05-27 20:14:41 UTC [more...]

[RFC/WIP PATCH 00/11] Protocol version 2, again!
 2015-05-27 20:14 UTC  (42+ messages)
` [RFC/WIP PATCH 01/11] upload-pack: make client capability parsing code a separate function
` [RFC/WIP PATCH 02/11] upload-pack: only accept capabilities on the first "want" line
` [RFC/WIP PATCH 03/11] upload-pack: move capabilities out of send_ref
` [RFC/WIP PATCH 04/11] upload-pack-2: Implement the version 2 of upload-pack
` [RFC/WIP PATCH 05/11] transport: add infrastructure to support a protocol version number
` [RFC/WIP PATCH 06/11] remote.h: add get_remote_capabilities, request_capabilities
` [RFC/WIP PATCH 07/11] fetch-pack: use the configured transport protocol
` [RFC/WIP PATCH 08/11] transport: connect_setup appends protocol version number
` [RFC/WIP PATCH 09/11] transport: get_refs_via_connect exchanges capabilities before refs
` [RFC/WIP PATCH 10/11] t5544: add a test case for the new protocol
` [RFC/WIP PATCH 11/11] Document protocol version 2

[PATCH 1/2] config: add options to list only variable names
 2015-05-27 20:11 UTC  (3+ messages)
` [PATCH 2/2] completion: use new 'git config' options to reliably list "
  ` [PATCH 1.5/2] config: add options to list only "

[PATCH v6] send-email: Add sendmail email aliases format
 2015-05-27 20:08 UTC  (2+ messages)

[PATCH 0/5] Fix verify_lock() to report errors via strbuf
 2015-05-27 19:55 UTC  (5+ messages)
` [PATCH 3/5] verify_lock(): report errors via a strbuf

[PATCHv3] submodule documentation: Reorder introductory paragraphs
 2015-05-27 19:48 UTC 

[PATCH/RFC 1/2] git-rebase -i: Add key word "drop" to remove a commit
 2015-05-27 19:44 UTC  (16+ messages)
` [PATCH/RFC 2/2] git rebase -i: Warn removed or dupplicated commits

[PATCH/RFC 0/3] --seed as an alias for --dissociate --reference
 2015-05-27 19:35 UTC  (9+ messages)
` [PATCH 3/3] clone: add `--seed` shorthand

[PATCH/WIP 0/8] Make git-am a builtin
 2015-05-27 19:03 UTC  (11+ messages)
` [PATCH/WIP 1/8] wrapper: implement xopen()
` [PATCH/WIP 2/8] wrapper: implement xfopen()
` [PATCH/WIP 3/8] am: implement patch queue mechanism
` [PATCH/WIP 4/8] am: split out mbox/maildir patches with git-mailsplit
` [PATCH/WIP 5/8] am: detect mbox patches
` [PATCH/WIP 6/8] am: extract patch, message and authorship with git-mailinfo
` [PATCH/WIP 7/8] am: apply patch with git-apply
` [PATCH/WIP 8/8] am: commit applied patch

Mark trailing whitespace error in del lines of diff
 2015-05-27 18:57 UTC  (25+ messages)
              ` [PATCH v2 0/5] showing existing ws breakage
                ` [PATCH v2 1/4] t4015: modernise style
                ` [PATCH v2 2/4] t4015: separate common setup and per-test expectation
                ` [PATCH v2 3/4] diff.c: add emit_del_line() and update callers of emit_line_0()
                ` [PATCH v2 4/4] diff.c: --ws-check-deleted option
                ` [PATCH v3 0/4] showing existing ws breakage
                  ` [PATCH v3 1/4] t4015: modernise style
                  ` [PATCH v3 2/4] t4015: separate common setup and per-test expectation
                  ` [PATCH v3 3/4] diff.c: add emit_del_line() and emit_context_line()
                  ` [PATCH v3 4/4] diff.c: --ws-error-highlight=<kind> option

Bug: .gitconfig folder
 2015-05-27 13:29 UTC 

Query on git submodules
 2015-05-27 13:20 UTC  (3+ messages)
    ` FW: "

Recovering from 'fatal: core.bare and core.worktree do not make sense'
 2015-05-27 10:31 UTC 

[PATCH] t7063: hide stderr from setup inside prereq
 2015-05-27  9:34 UTC 

[PATCH] git-new-workdir: add windows compatibility
 2015-05-27  8:17 UTC  (6+ messages)

Staging commits with visual diff tools?
 2015-05-27  7:34 UTC  (3+ messages)

[PATCH v3 00/56] Convert parts of refs.c to struct object_id
 2015-05-27  5:12 UTC  (35+ messages)
` [PATCH v3 02/56] each_ref_fn: change to take an object_id parameter
` [PATCH v3 03/56] builtin/rev-parse: rewrite to take an object_id argument
` [PATCH v3 04/56] handle_one_ref(): "
` [PATCH v3 07/56] add_pending_uninteresting_ref(): "
` [PATCH v3 08/56] get_name(): "
` [PATCH v3 09/56] builtin/fetch: "
` [PATCH v3 11/56] name_ref(): "
` [PATCH v3 12/56] builtin/pack-objects: "
` [PATCH v3 15/56] add_branch_for_removal(): "
` [PATCH v3 16/56] add_branch_for_removal(): don't set "util" field of string_list entries
` [PATCH v3 18/56] show_reference(): rewrite to take an object_id argument
` [PATCH v3 19/56] append_matching_ref(): "
` [PATCH v3 20/56] builtin/show-branch: rewrite functions to take object_id arguments
` [PATCH v3 21/56] append_one_rev(): rewrite to work with object_id
` [PATCH v3 22/56] builtin/show-branch: rewrite functions "
` [PATCH v3 24/56] fsck: change functions to use object_id
` [PATCH v3 27/56] builtin/show-ref: rewrite to take an object_id argument
` [PATCH v3 28/56] append_similar_ref(): "
` [PATCH v3 31/56] add_ref_decoration(): "
` [PATCH v3 32/56] add_ref_decoration(): convert local variable original_sha1 to object_id
` [PATCH v3 33/56] string_list_add_one_ref(): rewrite to take an object_id argument
` [PATCH v3 34/56] add_one_ref(): "
` [PATCH v3 35/56] remote: rewrite functions to take object_id arguments
` [PATCH v3 36/56] register_replace_ref(): rewrite to take an object_id argument
` [PATCH v3 37/56] handle_one_reflog(): "
` [PATCH v3 39/56] handle_one_ref(): "
` [PATCH v3 43/56] write_one_ref(): "
` [PATCH v3 47/56] send_ref(): convert local variable "peeled" to object_id
` [PATCH v3 49/56] clear_marks(): rewrite to take an object_id argument

What's cooking in git.git (May 2015, #07; Tue, 26)
 2015-05-26 22:06 UTC  (2+ messages)

[PATCH] submodule documentation: Reorder introductory paragraphs
 2015-05-26 21:58 UTC  (4+ messages)

[ANNOUNCE] Git v2.4.2
 2015-05-26 21:47 UTC 

[PATCH 1/3] t4150-am: refactor and clean common setup
 2015-05-26 21:32 UTC  (3+ messages)
` [PATCH 2/3] t4150-am: refactor am -3 tests
` [PATCH 3/3] git-am: add am.threeWay config variable

[PATCH v5 1/1] send-email: Add sendmail email aliases format
 2015-05-26 21:04 UTC  (18+ messages)

[PATCH 0/2] Re: Bug: git-p4 edit_template() and P4EDITOR w/options
 2015-05-26 20:21 UTC  (12+ messages)
` [PATCH 2/2] git-p4: fix handling of multi-word P4EDITOR

[PATCH v11 0/5] group common commands by theme
 2015-05-26 19:13 UTC  (6+ messages)
` [PATCH v11 2/5] command-list.txt: add the common groups block

Implementation of git rebase --status
 2015-05-26 18:21 UTC  (3+ messages)

[WIP][Patch v2 0/2] Ref-filter: unification of 'tag -l', 'branch -l' and 'for-each-ref'
 2015-05-26 15:49 UTC  (7+ messages)
` [PATCH v2 1/2] for-each-ref: re-structure code for moving to 'ref-filter'

[PATCH v3 0/4] submodule config lookup API
 2015-05-26 15:46 UTC  (5+ messages)
  `  "

Pushing and pulling the result of `git replace` and objects/info/alternates
 2015-05-26 15:14 UTC  (6+ messages)

git clone --depth: shallow clone problems
 2015-05-26 14:54 UTC  (3+ messages)

LED WALL MOUNT
 2015-05-26 14:09 UTC 

recovering from "unordered stage entries in index" error
 2015-05-26 13:37 UTC  (10+ messages)

[PATCH 0/2] commit -t appends newline after template file
 2015-05-26  6:15 UTC  (3+ messages)
` [PATCH 1/2] t750*: make tests for commit messages more pedantic
` [PATCH 2/2] commit: fix ending newline for template files

[PATCH v2 0/3] fix http deadlock on giant ref negotiations
 2015-05-26  3:43 UTC  (5+ messages)
` [PATCH v2 3/3] http-backend: spool ref negotiation requests to buffer

Implementing git-am -3 with git-apply -3?
 2015-05-26  3:29 UTC  (2+ 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).