git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-07-07 09:42:06 to 2018-07-09 22:24:04 UTC [more...]

[PATCH v2 00/18] Add `branch-diff`, a `tbdiff` lookalike
 2018-07-09 22:23 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 "
  ` [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 v3 18/20] completion: support `git range-diff`

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

[PATCH 0/5] Object store refactoring: commit graph
 2018-07-09 21:47 UTC  (10+ 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

[PATCH 0/3] Add testcases showing suboptimal submodule/path conflict handling
 2018-07-09 21:11 UTC  (5+ messages)
` [PATCH 1/3] t7405: add a file/submodule conflict
` [PATCH 2/3] t7405: add a directory/submodule conflict
` [PATCH 3/3] t7405: verify 'merge --abort' works after submodule/path conflicts

[BUG] git cherry-pick does not complain about unknown options
 2018-07-09 21:11 UTC  (9+ 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] gc --auto: release pack files before auto packing
 2018-07-09 21:10 UTC  (10+ messages)
` [PATCH v2] gc --auto: clear repository "
  ` [PATCH v3] gc --auto: release pack files "

Git 2.18: RUNTIME_PREFIX... is it working?
 2018-07-09 21:05 UTC  (10+ messages)

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

[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/6] Add merge recursive testcases with undetected conflicts
 2018-07-09 20:22 UTC  (3+ messages)

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

[PATCH 0/2] Fix --rebase-merges with custom commentChar
 2018-07-09 20:05 UTC  (12+ messages)
` [PATCH 1/2] sequencer: fix "
` [PATCH 2/2] t3430: update to test "

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

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

[PATCH 00/17] object_id part 14
 2018-07-09 17:45 UTC  (29+ messages)
` [PATCH 01/17] cache: update object ID functions for the_hash_algo
` [PATCH 02/17] tree-walk: replace hard-coded constants with the_hash_algo
` [PATCH 03/17] hex: switch to using the_hash_algo
` [PATCH 04/17] commit: express tree entry constants in terms of the_hash_algo
` [PATCH 05/17] strbuf: allocate space with GIT_MAX_HEXSZ
` [PATCH 06/17] sha1-name: use the_hash_algo when parsing object names
` [PATCH 07/17] commit: increase commit message buffer size
` [PATCH 08/17] refs/files-backend: use the_hash_algo for writing refs
` [PATCH 09/17] builtin/update-index: convert to using the_hash_algo
` [PATCH 10/17] builtin/update-index: simplify parsing of cacheinfo
` [PATCH 11/17] builtin/fmt-merge-msg: make hash independent
` [PATCH 12/17] builtin/merge: switch to use the_hash_algo
` [PATCH 13/17] builtin/merge-recursive: make hash independent
` [PATCH 14/17] diff: switch GIT_SHA1_HEXSZ to use the_hash_algo
` [PATCH 15/17] log-tree: switch GIT_SHA1_HEXSZ to the_hash_algo->hexsz
` [PATCH 16/17] sha1-file: convert constants to uses of the_hash_algo
` [PATCH 17/17] pretty: switch hard-coded constants to the_hash_algo

[GSoC] [PATCH 0/5] rebase: rewrite rebase in C
 2018-07-09 17:23 UTC  (20+ messages)
` [GSoC] [PATCH v3 0/4] "
  ` [PATCH v3 4/4] builtin/rebase: support running "git rebase <upstream>"
` [GSoC] [PATCH v4 0/4] rebase: rewrite rebase in C
  ` [PATCH v4 1/4] rebase: start implementing it as a builtin
  ` [PATCH v4 2/4] rebase: refactor common shell functions into their own file
  ` [PATCH v4 3/4] sequencer: refactor the code to detach HEAD to checkout.c
  ` [PATCH v4 4/4] builtin/rebase: support running "git rebase <upstream>"

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

[PATCH 0/8] X509 (gpgsm) commit signing support
 2018-07-09 15:55 UTC  (15+ 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

[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

[PATCH 0/4] Use oid_object_info() instead of read_object_file()
 2018-07-09  8:27 UTC 

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

[PATCH 0/3] Automatic transfer encoding for patches
 2018-07-08 22:22 UTC  (7+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 1/4] send-email: add an auto option for transfer encoding
  ` [PATCH v2 2/4] send-email: accept long lines with suitable "
  ` [PATCH v2 3/4] send-email: automatically determine transfer-encoding
  ` [PATCH v2 4/4] docs: correct RFC specifying email line length

Croatian version of Pro Git book
 2018-07-08 11:48 UTC  (3+ messages)

de-alphabetizing the documentation
 2018-07-08  1:09 UTC  (5+ messages)

[PATCH] builtin/config: work around an unsized array forward declaration
 2018-07-07 23:58 UTC  (6+ messages)

[RFC PATCH] Add 'human' date format
 2018-07-07 22:02 UTC  (4+ messages)
` [RFC PATCH v2] "

[GSoC][PATCH v2 0/7] rebase -i: rewrite some parts in C
 2018-07-07 16:40 UTC  (8+ messages)
` [GSoC][PATCH v2 6/7] rebase -i: rewrite setup_reflog_action() "


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