git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-07-22 21:05:23 to 2018-07-24 20:49:25 UTC [more...]

State of NewHash work, future directions, and discussion
 2018-07-24 20:49 UTC  (15+ messages)
` Hash algorithm analysis

[PATCH v1] checkout: optionally speed up "git checkout -b foo"
 2018-07-24 20:47 UTC  (5+ messages)

[PATCH] pack-protocol: mention and point to docs for protocol v2
 2018-07-24 20:47 UTC  (5+ messages)

[PATCH] Documentation/diff-options: explain different diff algorithms
 2018-07-24 20:06 UTC  (4+ messages)

[PATCH v1] config.c: fix msvc compile error
 2018-07-24 19:56 UTC  (8+ messages)

de-alphabetizing the documentation
 2018-07-24 19:52 UTC  (6+ messages)

What's cooking in git.git (Jul 2018, #02; Wed, 18)
 2018-07-24 19:38 UTC  (4+ messages)

[RFC] push: add documentation on push v2
 2018-07-24 19:28 UTC  (8+ messages)

[PATCH v2] Makefile: add a DEVOPTS flag to get pedantic compilation
 2018-07-24 19:26 UTC  (6+ messages)
      ` [PATCH v3] "
        ` [PATCH v4] "

[GSoC] GSoC with git, week 12
 2018-07-24 18:55 UTC 

[PATCH v1] msvc: fix non-standard escape sequence in source
 2018-07-24 18:13 UTC  (4+ messages)

[PATCH 0/2] fail compilation with strcpy
 2018-07-24 17:20 UTC  (7+ messages)
` [PATCH v2 0/4] "
  ` [PATCH v2 1/4] automatically ban strcpy()
  ` [PATCH v2 2/4] banned.h: mark strcat() as banned
  ` [PATCH v2 3/4] banned.h: mark sprintf() "
  ` [PATCH v2 4/4] banned.h: mark strncpy() "

[RFC PATCH 0/5] Add delta islands support
 2018-07-24 17:20 UTC  (15+ 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
` [RFC PATCH 5/5] t: add t9930-delta-islands.sh

[GSoC][PATCH v3 00/13] rebase -i: rewrite some parts in C
 2018-07-24 16:32 UTC  (22+ messages)
` [GSoC][PATCH v4 00/20] rebase -i: rewrite "
  ` [GSoC][PATCH v4 01/20] sequencer: make two functions and an enum from sequencer.c public
  ` [GSoC][PATCH v4 02/20] rebase -i: rewrite append_todo_help() in C
  ` [GSoC][PATCH v4 03/20] editor: add a function to launch the sequence editor
  ` [GSoC][PATCH v4 04/20] rebase -i: rewrite the edit-todo functionality in C
  ` [GSoC][PATCH v4 05/20] sequencer: add a new function to silence a command, except if it fails
  ` [GSoC][PATCH v4 06/20] rebase -i: rewrite setup_reflog_action() in C
  ` [GSoC][PATCH v4 07/20] rebase -i: rewrite checkout_onto() "
  ` [GSoC][PATCH v4 08/20] sequencer: refactor append_todo_help() to write its message to a buffer
  ` [GSoC][PATCH v4 09/20] sequencer: change the way skip_unnecessary_picks() returns its result
  ` [GSoC][PATCH v4 10/20] t3404: todo list with commented-out commands only aborts
  ` [GSoC][PATCH v4 11/20] rebase -i: rewrite complete_action() in C
  ` [GSoC][PATCH v4 12/20] rebase -i: remove unused modes and functions
  ` [GSoC][PATCH v4 13/20] rebase -i: implement the logic to initialize $revisions in C
  ` [GSoC][PATCH v4 14/20] rebase -i: rewrite the rest of init_revisions_and_shortrevisions() "
  ` [GSoC][PATCH v4 15/20] rebase -i: rewrite write_basic_state() "
  ` [GSoC][PATCH v4 16/20] rebase -i: rewrite init_basic_state() "
  ` [GSoC][PATCH v4 17/20] rebase -i: implement the main part of interactive rebase as a builtin
  ` [GSoC][PATCH v4 18/20] rebase--interactive2: rewrite the submodes of interactive rebase in C
  ` [GSoC][PATCH v4 19/20] rebase -i: remove git-rebase--interactive.sh
  ` [GSoC][PATCH v4 20/20] rebase -i: move rebase--helper modes to rebase--interactive

[PATCH v1 0/3] [RFC] Speeding up checkout (and merge, rebase, etc)
 2018-07-24 15:33 UTC  (10+ messages)

[PATCH] sequencer.c: terminate the last line of author-scriptproperly
 2018-07-24 15:31 UTC  (3+ messages)
` [RFC PATCH] sequencer: fix quoting in write_author_script

[PATCH 0/6] use size_t in iconv/strbuf
 2018-07-24 10:52 UTC  (7+ messages)
` [PATCH 1/6] reencode_string: use st_add/st_mult helpers
` [PATCH 2/6] reencode_string: use size_t for string lengths
` [PATCH 3/6] strbuf: use size_t for length in intermediate variables
` [PATCH 4/6] strbuf_readlink: use ssize_t
` [PATCH 5/6] pass st.st_size as hint for strbuf_readlink()
` [PATCH 6/6] strbuf_humanise: use unsigned variables

[PATCH v3 01/20] linear-assignment: a function to solve least-cost assignment problems
 2018-07-24  9:45 UTC  (13+ messages)
  ` refs/notes/amlog problems, was "

[PATCH 0/1] t7406: avoid failures solely due to timing issues
 2018-07-24  9:00 UTC  (7+ messages)
` [PATCH 1/1] "

Gitk doesn't work on macOS Mojave
 2018-07-24  6:51 UTC  (2+ messages)
` [PATCH] gitk: fix MacOS 10.14 "Mojave" crash on launch

[PATCH v3 00/20] Add `range-diff`, a `tbdiff` lookalike
 2018-07-24  1:27 UTC  (13+ messages)
` [PATCH v4 00/21] "
  ` [PATCH v4 11/21] range-diff: add tests
  ` [PATCH v4 14/21] diff: add an internal option to dual-color diffs of diffs
  ` [PATCH v4 16/21] range-diff --dual-color: fix bogus white-space warning

[PATCH 00/14] format-patch: add --interdiff and --range-diff options
 2018-07-23 23:20 UTC  (19+ messages)
` [PATCH 02/14] format-patch: add --interdiff option to embed diff in cover letter
` [PATCH 03/14] format-patch: teach --interdiff to respect -v/--reroll-count
` [PATCH 06/14] format-patch: allow --interdiff to apply to a lone-patch
` [PATCH 07/14] range-diff: respect diff_option.file rather than assuming 'stdout'
` [PATCH 10/14] format-patch: add --range-diff option to embed diff in cover letter

[PATCH v5 0/8] ref-in-want
 2018-07-23 23:00 UTC  (13+ messages)
` [PATCH v6 "
  ` [PATCH v6 8/8] fetch-pack: implement ref-in-want
      ` [PATCH] fetch-pack: mark die strings for translation

2.18.0 Regression: packing performance and effectiveness
 2018-07-23 21:37 UTC  (10+ messages)
` [PATCH] pack-objects: fix performance issues on packing large deltas
  ` [PATCH v2] "

[PATCH 0/9] Add support to develop Git in Visual Studio Code
 2018-07-23 21:37 UTC  (14+ messages)
` [PATCH 1/9] contrib: add a script to initialize VS Code configuration
` [PATCH 2/9] vscode: hard-code a couple defines
` [PATCH 3/9] cache.h: extract enum declaration from inside a struct declaration
` [PATCH 4/9] mingw: define WIN32 explicitly
` [PATCH 5/9] vscode: only overwrite C/C++ settings
` [PATCH 6/9] vscode: wrap commit messages at column 72 by default
` [PATCH 7/9] vscode: use 8-space tabs, no trailing ws, etc for Git's source code
` [PATCH 8/9] vscode: add a dictionary for cSpell
` [PATCH 9/9] vscode: let cSpell work on commit messages, too

[PATCH v2 17/18] commit-reach: make can_all_from_reach... linear
 2018-07-23 20:41 UTC  (2+ messages)

[PATCH v2 15/18] test-reach: test commit_contains
 2018-07-23 20:35 UTC  (2+ messages)

[PATCH 0/5] Misc Coccinelle-related improvements
 2018-07-23 19:40 UTC  (17+ messages)
` [PATCH 1/5] coccinelle: mark the 'coccicheck' make target as .PHONY
` [PATCH 2/5] coccinelle: use $(addsuffix) in 'coccicheck' make target
` [PATCH 3/5] coccinelle: exclude sha1dc source files from static analysis
` [PATCH 4/5] coccinelle: put sane filenames into output patches
` [PATCH 5/5] coccinelle: extract dedicated make target to clean Coccinelle's results

[PATCH] l10n: de.po: translate 108 new messages
 2018-07-23 19:12 UTC  (2+ messages)

[PATCH] Makefile: add a DEVOPTS flag to get pedantic compilation
 2018-07-23 18:51 UTC  (3+ messages)

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

t7406-submodule-update shaky ?
 2018-07-23 17:01 UTC  (2+ messages)

[PATCH] pack-objects: fix performance issues on packing large deltas
 2018-07-23 15:50 UTC  (3+ messages)

[PATCH 0/2] travis-ci: fail if Coccinelle found something to transform
 2018-07-23 13:25 UTC  (7+ messages)
` [PATCH 1/2] travis-ci: run Coccinelle static analysis with two parallel jobs
` [PATCH 2/2] travis-ci: fail if Coccinelle static analysis found something to transform
` [PATCH 3/2 for pb/bisect-helper-2] squash! bisect--helper: `bisect_start` shell function partially in C

[PATCH 01/15] contrib: add cocci script to replace index compat macros
 2018-07-23 12:56 UTC  (5+ messages)

[PATCH 1/1] add hook pre-p4-submit
 2018-07-23 11:27 UTC 


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