git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2015-05-23 17:45:52 to 2015-05-27 06:18:27 UTC [more...]

[RFC/WIP PATCH 00/11] Protocol version 2, again!
 2015-05-27  6:18 UTC  (25+ 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 v3 00/56] Convert parts of refs.c to struct object_id
 2015-05-27  5:12 UTC  (62+ messages)
` [PATCH v3 01/56] refs: convert struct ref_entry to use "
` [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 05/56] register_ref(): "
` [PATCH v3 06/56] append_ref(): "
` [PATCH v3 07/56] add_pending_uninteresting_ref(): "
` [PATCH v3 08/56] get_name(): "
` [PATCH v3 09/56] builtin/fetch: "
` [PATCH v3 10/56] grab_single_ref(): "
` [PATCH v3 11/56] name_ref(): "
` [PATCH v3 12/56] builtin/pack-objects: "
` [PATCH v3 13/56] show_ref_cb(): "
` [PATCH v3 14/56] builtin/reflog: rewrite ref functions "
` [PATCH v3 15/56] add_branch_for_removal(): rewrite "
` [PATCH v3 16/56] add_branch_for_removal(): don't set "util" field of string_list entries
` [PATCH v3 17/56] builtin/remote: rewrite functions to take object_id arguments
` [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 23/56] cmd_show_branch(): fix error message
` [PATCH v3 24/56] fsck: change functions to use object_id
` [PATCH v3 25/56] builtin/show-ref: rewrite "
` [PATCH v3 26/56] show_ref(): convert local variable peeled to 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 29/56] http-backend: "
` [PATCH v3 30/56] show_head_ref(): convert local variable "unused" to object_id
` [PATCH v3 31/56] add_ref_decoration(): rewrite to take an object_id argument
` [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 38/56] add_info_ref(): "
` [PATCH v3 39/56] handle_one_ref(): "
` [PATCH v3 40/56] shallow: rewrite functions to take object_id arguments
` [PATCH v3 41/56] submodule: rewrite to take an object_id argument
` [PATCH v3 42/56] write_refs_to_temp_dir(): convert local variable sha1 to object_id
` [PATCH v3 43/56] write_one_ref(): rewrite to take an object_id argument
` [PATCH v3 44/56] find_symref(): "
` [PATCH v3 45/56] find_symref(): convert local variable "unused" to object_id
` [PATCH v3 46/56] upload-pack: rewrite functions to take object_id arguments
` [PATCH v3 47/56] send_ref(): convert local variable "peeled" to object_id
` [PATCH v3 48/56] mark_complete(): rewrite to take an object_id argument
` [PATCH v3 49/56] clear_marks(): "
` [PATCH v3 50/56] mark_complete_oid(): new function, taking an object_oid
` [PATCH v3 51/56] mark_complete(): remove unneeded arguments
` [PATCH v3 52/56] rev_list_insert_ref_oid(): new function, taking an object_oid
` [PATCH v3 53/56] rev_list_insert_ref(): remove unneeded arguments
` [PATCH v3 54/56] each_ref_fn_adapter(): remove adapter
` [PATCH v3 55/56] warn_if_dangling_symref(): convert local variable "junk" to object_id
` [PATCH v3 56/56] struct ref_lock: convert old_sha1 member "

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

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 v6] send-email: Add sendmail email aliases format
 2015-05-26 21:32 UTC 

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

Staging commits with visual diff tools?
 2015-05-26 20:50 UTC 

[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

Mark trailing whitespace error in del lines of diff
 2015-05-26 19:46 UTC  (18+ 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 v11 0/5] group common commands by theme
 2015-05-26 19:13 UTC  (9+ messages)
` [PATCH v11 2/5] command-list.txt: add the common groups block
` [PATCH v11 5/5] help: respect new common command grouping

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

Query on git submodules
 2015-05-26 17:01 UTC  (2+ messages)

[PATCH] git-new-workdir: add windows compatibility
 2015-05-26 16:48 UTC  (5+ messages)

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

[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  (11+ 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)

Suggestion to add a new command(git print-tree)
 2015-05-25 16:25 UTC  (3+ messages)

[PATCH] Fixed a typographical error
 2015-05-25 15:07 UTC 

[PATCH] completion: suggest sequencer commands for revert
 2015-05-25  9:59 UTC 

[PATCH/RFC 0/3] --seed as an alias for --dissociate --reference
 2015-05-24 23:53 UTC  (8+ messages)
` [PATCH 3/3] clone: add `--seed` shorthand

git-p4: test t9820-git-p4-editor-handling.sh failing
 2015-05-24 18:56 UTC  (4+ messages)
` [PATCHv3 0/3] git-p4: fix handling of multi-word P4EDITOR
  ` [PATCHv3 3/3] git-p4: tests: use test-chmtime in place of touch

Troubleshoot clone issue to NFS
 2015-05-24  9:00 UTC  (16+ messages)
                ` [PATCH/RFC 0/3] using stat() to avoid re-scanning pack dir
                  ` [PATCH 1/3] stat_validity: handle non-regular files

'Minimal' diff-algorithm producing a different result than 'myers', 'patience' and 'histogram' ones
 2015-05-24  7:33 UTC  (2+ messages)

[BUG] "git commit --date" format parsing
 2015-05-23 23:24 UTC  (3+ messages)
  ` [RESOLVED NOTABUG] "

[WIP] [PATCH 0/4] Unifying git branch -l, git tag -l, and git for-each-ref
 2015-05-23 22:33 UTC  (10+ messages)
` [PATCH 2/4] ref-filter: add ref-filter API

What's cooking in git.git (May 2015, #06; Fri, 22)
 2015-05-23 19:24 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).