git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-07-09 03:13:14 to 2018-07-10 15:50:27 UTC [more...]

[PATCH v2 00/18] Add `branch-diff`, a `tbdiff` lookalike
 2018-07-10 15:50 UTC  (23+ messages)
` [PATCH v3 00/20] Add `range-diff`, "
  ` [PATCH v3 01/20] linear-assignment: a function to solve least-cost assignment problems
              ` refs/notes/amlog problems, was "
                ` refs/notes/amlog woes, "
  ` [PATCH v3 14/20] diff: add an internal option to dual-color diffs of diffs
  ` [PATCH v3 16/20] range-diff --dual-color: work around bogus white-space warning
  ` [PATCH v3 17/20] range-diff: add a man page

[PATCH v2 0/9] X509 (gpgsm) commit signing support
 2018-07-10 15:49 UTC  (11+ messages)
` [PATCH v2 1/9] builtin/receive-pack: use check_signature from gpg-interface
` [PATCH v2 2/9] gpg-interface: make parse_gpg_output static and remove from interface header
` [PATCH v2 3/9] gpg-interface: add new config to select how to sign a commit
` [PATCH v2 4/9] t/t7510: check the validation of the new config gpg.format
` [PATCH v2 5/9] gpg-interface: introduce an abstraction for multiple gpg formats
` [PATCH v2 6/9] gpg-interface: do not hardcode the key string len anymore
` [PATCH v2 7/9] gpg-interface: introduce new config to select per gpg format program
` [PATCH v2 8/9] gpg-interface: introduce new signature format "x509" using gpgsm
` [PATCH v2 9/9] gpg-interface t: extend the existing GPG tests with GPGSM

[PATCH] sha1-name.c: for ":/", find detached HEAD commits
 2018-07-10 15:41 UTC 

[PATCH 0/6] Add merge recursive testcases with undetected conflicts
 2018-07-10 15:42 UTC  (5+ messages)

[PATCH 0/8] X509 (gpgsm) commit signing support
 2018-07-10 15:37 UTC  (16+ messages)
` [PATCH 1/8] builtin/receive-pack: use check_signature from gpg-interface
` [PATCH 4/8] gpg-interface: introduce an abstraction for multiple gpg formats
` [PATCH 5/8] t/t7510: check the validation of the new config gpg.format

git-gui ignores core.hooksPath
 2018-07-10 15:18 UTC  (6+ messages)

[PATCH 0/3] Add testcases showing suboptimal submodule/path conflict handling
 2018-07-10 15:28 UTC  (4+ messages)
` [PATCH 1/3] t7405: add a file/submodule conflict

Git 2.18: RUNTIME_PREFIX... is it working?
 2018-07-10 14:03 UTC  (16+ messages)

[PATCH 0/2] Fix --rebase-merges with custom commentChar
 2018-07-10 13:49 UTC  (16+ messages)
` [PATCH 2/2] t3430: update to test "

[PATCH 0/5] Object store refactoring: commit graph
 2018-07-10 13:18 UTC  (17+ messages)
` [PATCH v2 on ds/commit-graph-fsck 0/6] "
  ` [PATCH v2 1/6] commit-graph: refactor preparing "
  ` [PATCH v2 2/6] object-store: add missing include
  ` [PATCH v2 3/6] commit-graph: add missing forward declaration
  ` [PATCH v2 4/6] commit-graph: add free_commit_graph
  ` [PATCH v2 5/6] commit-graph: store graph in struct object_store
  ` [PATCH v2 6/6] commit-graph: add repo arg to graph readers

Subscribing Apple people to git-security@googlegroups.com
 2018-07-10 12:27 UTC  (7+ messages)

[GSoC][PATCH v2 0/7] rebase -i: rewrite some parts in C
 2018-07-10 12:23 UTC  (17+ messages)
` [GSoC][PATCH v3 00/13] "
  ` [GSoC][PATCH v3 01/13] sequencer: make two functions and an enum from sequencer.c public
  ` [GSoC][PATCH v3 02/13] rebase--interactive: rewrite append_todo_help() in C
  ` [GSoC][PATCH v3 03/13] editor: add a function to launch the sequence editor
  ` [GSoC][PATCH v3 04/13] rebase-interactive: rewrite the edit-todo functionality in C
  ` [GSoC][PATCH v3 05/13] sequencer: add a new function to silence a command, except if it fails
  ` [GSoC][PATCH v3 06/13] rebase -i: rewrite setup_reflog_action() in C
  ` [GSoC][PATCH v3 07/13] rebase -i: rewrite checkout_onto() "
  ` [GSoC][PATCH v3 08/13] sequencer: refactor append_todo_help() to write its message to a buffer
  ` [GSoC][PATCH v3 09/13] sequencer: change the way skip_unnecessary_picks() returns its result
  ` [GSoC][PATCH v3 10/13] rebase--interactive: rewrite complete_action() in C
  ` [GSoC][PATCH v3 11/13] rebase--interactive: remove unused modes and functions
  ` [GSoC][PATCH v3 12/13] rebase -i: implement the logic to initialize the variable $revision in C
  ` [GSoC][PATCH v3 13/13] rebase -i: rewrite the rest of init_revisions_and_shortrevisions "

Git log command doesn't run as expected
 2018-07-10 12:18 UTC  (2+ messages)

[PATCH 1/4] ref-filter: add info_source to valid_atom
 2018-07-10 10:41 UTC  (10+ messages)
` [PATCH 3/4] ref-filter: merge get_obj and get_object
` [PATCH 2/4] ref-filter: add empty values to technical fields
` [PATCH 4/4] ref-filter: use oid_object_info() to get object

[PATCH 0/4] Use oid_object_info() instead of read_object_file()
 2018-07-10  9:47 UTC  (3+ messages)

[RFC PATCH 0/6] Compile cleanly in pedantic mode
 2018-07-10  7:34 UTC  (33+ messages)
` [RFC PATCH 2/6] refs/refs-internal.h: avoid forward declaration of an enum
` [RFC PATCH 4/6] sequencer.c: avoid empty statements at top level
` [RFC PATCH 6/6] utf8.c: avoid char overflow
` [PATCH 0/6] Compile cleanly in pedantic mode
` [PATCH 1/6] connect.h: avoid forward declaration of an enum
` [PATCH 2/6] refs/refs-internal.h: "
` [PATCH 3/6] convert.c: replace "\e" escapes with "\033"
` [PATCH 4/6] sequencer.c: avoid empty statements at top level
` [PATCH 5/6] string-list.c: avoid conversion from void * to function pointer
` [PATCH 6/6] utf8.c: avoid char overflow

[BUG] git cherry-pick does not complain about unknown options
 2018-07-10  4:32 UTC  (13+ messages)
  ` [PATCH 0/2] de-confuse git cherry-pick --author behavior
    ` [PATCH 1/2] sequencer: handle empty-set cases consistently
    ` [PATCH 2/2] sequencer: don't say BUG on bogus input
          ` [PATCH v2 0/2] de-confuse git cherry-pick --author
            ` [PATCH v2 1/2] sequencer: handle empty-set cases consistently
            ` [PATCH v2 2/2] sequencer: don't say BUG on bogus input

I can do past and feature commits. It is a bug?
 2018-07-10  0:02 UTC 

[PATCH 00/17] object_id part 14
 2018-07-09 23:39 UTC  (16+ messages)
` [PATCH 01/17] cache: update object ID functions for the_hash_algo
` [PATCH 07/17] commit: increase commit message buffer size

[PATCH] gc --auto: release pack files before auto packing
 2018-07-09 21:10 UTC  (7+ messages)

Unexpected behavior with :/<text> references
 2018-07-09 20:52 UTC  (4+ messages)

[PATCH v2] gc --auto: clear repository before auto packing
 2018-07-09 20:37 UTC  (2+ messages)
` [PATCH v3] gc --auto: release pack files "

[PATCH v3 0/2] grep.c: teach --only-matching to 'git-grep(1)'
 2018-07-09 20:36 UTC  (3+ messages)
` [PATCH v4] grep.c: teach 'git grep --only-matching'

[PATCH 0/2] Fix protocol v2 tag following with CLI refspec
 2018-07-09 20:35 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/2] fetch: send "refs/tags/" prefix upon CLI refspecs

[PATCH 0/2] Avoiding errors when partial cloning a tagged blob
 2018-07-09 20:07 UTC  (8+ messages)

[PATCH v1 0/2] convert: add alias support for 'working-tree-encoding' attributes
 2018-07-09 20:01 UTC  (4+ messages)
` [PATCH v1 1/2] convert: refactor conversion driver config parsing

[PATCH] unicode: update the width tables to Unicode 11
 2018-07-09 19:44 UTC 

[PATCH v2 00/24] Multi-pack-index (MIDX)
 2018-07-09 19:08 UTC  (4+ messages)
` [PATCH v3 "
  ` [PATCH v3 06/24] multi-pack-index: load into memory

What's cooking in git.git (Jun 2018, #07; Thu, 28)
 2018-07-09 18:13 UTC  (3+ messages)

[GSoC] [PATCH 0/5] rebase: rewrite rebase in C
 2018-07-09 17:23 UTC  (11+ messages)
` [GSoC] [PATCH v4 0/4] "
  ` [PATCH v4 1/4] rebase: start implementing it as a builtin
  ` [PATCH v4 3/4] sequencer: refactor the code to detach HEAD to checkout.c

What's (not) cooking
 2018-07-09 16:13 UTC  (3+ messages)

[PATCH 00/15] Kill the_index part 1, expose it
 2018-07-09 14:35 UTC  (6+ messages)
` [PATCH 02/15] apply.c: stop using index compat macros


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