git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-07-26 10:22:43 to 2018-07-29 19:04:07 UTC [more...]

[PATCH v3 00/20] Add `range-diff`, a `tbdiff` lookalike
 2018-07-29 19:03 UTC  (8+ messages)
` [PATCH v4 00/21] "
  ` [PATCH v4 01/21] linear-assignment: a function to solve least-cost assignment problems
  ` [PATCH v4 03/21] range-diff: first rudimentary implementation
  ` [PATCH v4 05/21] range-diff: also show the diff between patches

git broken for AIX somewhere between 2.13.2 and 2.13.3
 2018-07-29 18:10 UTC  (2+ messages)

[PATCH] pack-objects: document about thread synchronization
 2018-07-29 15:46 UTC  (2+ messages)

[PATCH] t5562: avoid non-portable "export FOO=bar" construct
 2018-07-29 15:32 UTC  (3+ messages)

[PATCH 0/8] Clarify commit-graph and grafts/replace/shallow incompatibilities
 2018-07-29 13:44 UTC  (4+ messages)
` [PATCH 3/8] commit-graph: update design document

[BUG] fetching sometimes doesn't update refs
 2018-07-29 12:19 UTC 

Proposed approaches to supporting HTTP remotes in "git archive"
 2018-07-29 11:54 UTC  (6+ messages)

[PATCH v1 0/3] [RFC] Speeding up checkout (and merge, rebase, etc)
 2018-07-29 10:33 UTC  (24+ messages)
                      ` [PATCH v2 0/4] Speed up unpack_trees()
                        ` [PATCH v2 1/4] unpack-trees.c: add performance tracing
                        ` [PATCH v2 2/4] unpack-trees: optimize walking same trees with cache-tree
                        ` [PATCH v2 3/4] unpack-trees: reduce malloc in cache-tree walk
                        ` [PATCH v2 4/4] unpack-trees: cheaper index update when walking by cache-tree

Git clone and case sensitivity
 2018-07-29  9:28 UTC  (11+ messages)

[PATCH v3 0/3] Fix --short/--porcelain options for git commit
 2018-07-23  2:09 UTC  (6+ messages)
` [PATCH v4 0/4] Rerolling patch series to fix t7501
` [PATCH v4 1/4] t7501: add coverage for flags which imply dry runs
` [PATCH v4 2/4] wt-status: rename commitable to committable
` [PATCH v4 3/4] wt-status: teach wt_status_collect about merges in progress
` [PATCH v4 4/4] commit: fix exit code when doing a dry run

[PATCH] doc: fix want-capability separator
 2018-07-28 21:16 UTC 

[PATCH v2 0/5] fsck: doc fixes & fetch.fsck.* implementation
 2018-07-28 14:09 UTC  (26+ messages)
` [PATCH v3 00/10] "
` [PATCH v3 01/10] receive.fsck.<msg-id> tests: remove dead code
` [PATCH v3 02/10] config doc: don't describe *.fetchObjects twice
` [PATCH v3 03/10] config doc: unify the description of fsck.* and receive.fsck.*
` [PATCH v3 04/10] config doc: elaborate on what transfer.fsckObjects does
` [PATCH v3 05/10] config doc: elaborate on fetch.fsckObjects security
` [PATCH v3 06/10] transfer.fsckObjects tests: untangle confusing setup
` [PATCH v3 07/10] fetch: implement fetch.fsck.*
` [PATCH v3 08/10] fsck: test & document {fetch,receive}.fsck.* config fallback
` [PATCH v3 09/10] fsck: add stress tests for fsck.skipList
` [PATCH v3 10/10] fsck: test and document unknown fsck.<msg-id> values

[PATCH v1 0/3] add -p: select individual hunk lines
 2018-07-28 12:40 UTC  (17+ messages)
` [RFC PATCH v4 0/4] "
  ` [RFC PATCH v4 2/4] add -p: select modified lines correctly
` [RFC PATCH v5 0/4] add -p: select individual hunk lines
  ` [PATCH v5 1/4] "
  ` [RFC PATCH v5 2/4] add -p: select modified lines correctly
  ` [PATCH v5 3/4] add -p: allow line selection to be inverted
  ` [PATCH v5 4/4] add -p: optimize line selection for short hunks

[RFC PATCH 0/5] Add delta islands support
 2018-07-28 12:12 UTC  (17+ messages)
` [RFC PATCH 1/5] packfile: make get_delta_base() non static
` [RFC PATCH 2/5] Add delta-islands.{c,h}
` [RFC PATCH 3/5] pack-objects: add delta-islands support

[PATCH] config: fix case sensitive subsection names on writing
 2018-07-28 10:53 UTC  (11+ messages)

[PATCH v2 0/4] fail compilation with strcpy
 2018-07-28  9:24 UTC  (9+ messages)
` [PATCH v2 1/4] automatically ban strcpy()
      ` [PATCH v3 "

[PATCH 0/8] Add color test for range-diff, simplify diff.c
 2018-07-28  6:33 UTC  (12+ messages)
` [PATCH 1/8] test_decode_color: understand FAINT and ITALIC
` [PATCH 2/8] t3206: add color test for range-diff --dual-color
` [PATCH 3/8] diff.c: simplify caller of emit_line_0
` [PATCH 4/8] diff.c: reorder arguments for emit_line_ws_markup
` [PATCH 5/8] diff.c: add set_sign to emit_line_0
` [PATCH 6/8] diff: use emit_line_0 once per line
` [PATCH 7/8] diff.c: compute reverse locally in emit_line_0
` [PATCH 8/8] diff.c: rewrite emit_line_0 more understandably

[PATCH] xdiff: reduce indent heuristic overhead
 2018-07-27 22:23 UTC  (2+ messages)

Multiple consecutive null bytes with log -z --name-only
 2018-07-27 22:12 UTC  (2+ messages)

[PATCH v7 1/8] checkout tests: index should be clean after dwim checkout
 2018-07-27 21:50 UTC  (3+ messages)
` [PATCH] tests: make use of the test_must_be_empty function

[PATCH 1/1] add hook pre-p4-submit
 2018-07-27 18:15 UTC  (12+ messages)
      ` [PATCH 1/1] Add the `p4-pre-submit` hook

[BUG] merge-recursive overly aggressive when skipping updating the working tree
 2018-07-27 18:14 UTC  (5+ messages)
` [PATCH v2 0/2] Preserve skip_worktree bit in merges when necessary
  ` [PATCH v2 1/2] t3507: add a testcase showing failure with sparse checkout
  ` [PATCH v2 2/2] merge-recursive: preserve skip_worktree bit when necessary

[RFC PATCH 0/3] Migrate the refs API to take the repository argument
 2018-07-27 18:04 UTC  (8+ messages)
` [PATCH 1/3] refs.c: migrate internal ref iteration to pass thru "
` [PATCH 2/3] refs: introduce new API, wrap old API shallowly around new API
` [PATCH 3/3] replace: migrate to for_each_replace_repo_ref

[PATCH v8 0/3] http-backend: respect CONTENT_LENGTH as specified by rfc3875
 2018-07-27 17:49 UTC  (7+ messages)
` [PATCH v9 "
  ` [PATCH v9 1/3] http-backend: cleanup writing to child process
  ` [PATCH v9 2/3] http-backend: respect CONTENT_LENGTH as specified by rfc3875
  ` [PATCH v9 3/3] http-backend: respect CONTENT_LENGTH for receive-pack

What's cooking in git.git (Jul 2018, #03; Wed, 25)
 2018-07-27 17:28 UTC  (11+ messages)

[PATCH] name_rev: add support for --cherry-picks
 2018-07-27 15:55 UTC  (8+ messages)
` [PATCH v2] "

[PATCH] sequencer.c: terminate the last line of author-script properly
 2018-07-27 15:49 UTC  (13+ messages)

[PATCH] negotiator/skipping: skip commits during fetch
 2018-07-27 15:48 UTC  (5+ messages)

[RFC PATCH 0/5] format-patch: automate cover letter range-diff
 2018-07-27 15:18 UTC  (9+ messages)
` [RFC PATCH 2/5] format-patch: add --range-diff option to embed diff in cover letter

[PATCH v1 00/25] RFC: structured logging
 2018-07-27 12:45 UTC  (4+ messages)
` [PATCH v1 03/25] structured-logging: add structured logging framework

[PATCH] sequencer.c: terminate the last line of author-scriptproperly
 2018-07-27 12:37 UTC  (5+ messages)
` [RFC PATCH] sequencer: fix quoting in write_author_script

[PATCH v1] checkout: optionally speed up "git checkout -b foo"
 2018-07-26 19:08 UTC  (6+ messages)

[PATCH] RFC Highlight keywords in remote sideband output
 2018-07-26 18:50 UTC  (3+ messages)

[PATCH v2 0/6] git-submodule.sh: convert part of cmd_update to C
 2018-07-26 18:14 UTC  (5+ messages)

[PATCH 0/2] travis-ci: fail if Coccinelle found something to transform
 2018-07-26 16:49 UTC  (4+ messages)
` [PATCH 2/2] travis-ci: fail if Coccinelle static analysis "

[PATCH 2/2] doc hash-function-transition: pick SHA-256 as NewHash
 2018-07-26 13:41 UTC  (2+ messages)
` [PATCH v2 "

fatal: could not read '': No such file or directory
 2018-07-26 12:03 UTC 

State of NewHash work, future directions, and discussion
 2018-07-26 10:31 UTC  (8+ messages)
` Hash algorithm analysis


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