git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-07-21 23:09:55 to 2018-07-24 16:34:34 UTC [more...]

[GSoC][PATCH v3 00/13] rebase -i: rewrite some parts in C
 2018-07-24 16:32 UTC  (15+ 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

[RFC PATCH 0/5] Add delta islands support
 2018-07-24 16:19 UTC  (14+ 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 4/5] repack: "
` [RFC PATCH 5/5] t: add t9930-delta-islands.sh

[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 v1] config.c: fix msvc compile error
 2018-07-24 15:30 UTC 

[PATCH v1] msvc: fix non-standard escape sequence in source
 2018-07-24 14:42 UTC 

[PATCH v2] Makefile: add a DEVOPTS flag to get pedantic compilation
 2018-07-24 13:21 UTC  (4+ messages)

[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/2] fail compilation with strcpy
 2018-07-24  9:28 UTC  (6+ 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() "

[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] pack-protocol: mention and point to docs for protocol v2
 2018-07-24  4:52 UTC  (2+ messages)

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

[PATCH v3 00/20] Add `range-diff`, a `tbdiff` lookalike
 2018-07-24  1:27 UTC  (16+ 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 v4 18/21] completion: support `git range-diff`

[PATCH 00/14] format-patch: add --interdiff and --range-diff options
 2018-07-23 23:20 UTC  (29+ messages)
` [PATCH 01/14] format-patch: allow additional generated content in make_cover_letter()
` [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 04/14] interdiff: teach show_interdiff() to indent interdiff
` [PATCH 05/14] log-tree: show_log: make commentary block delimiting reusable
` [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 08/14] range-diff: publish default creation factor
` [PATCH 09/14] range-diff: relieve callers of low-level configuration burden
` [PATCH 10/14] format-patch: add --range-diff option to embed diff in cover letter
` [PATCH 11/14] format-patch: extend --range-diff to accept revision range
` [PATCH 12/14] format-patch: teach --range-diff to respect -v/--reroll-count
` [PATCH 13/14] format-patch: add --creation-factor tweak for --range-diff
` [PATCH 14/14] format-patch: allow --range-diff to apply to a lone-patch

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

State of NewHash work, future directions, and discussion
 2018-07-23 18:35 UTC  (18+ messages)
` Hash algorithm analysis

[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

What's cooking in git.git (Jul 2018, #02; Wed, 18)
 2018-07-23 18:21 UTC  (2+ messages)

t7406-submodule-update shaky ?
 2018-07-23 17:01 UTC  (2+ 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 

[PATCH v5 0/8] Allocate cache entries from mem_pool
 2018-07-22  9:23 UTC  (4+ messages)
` [PATCH v6 "
  ` [PATCH v6 3/8] block alloc: add lifecycle APIs for cache_entry structs

[GSoC] [PATCH 0/5] rebase: rewrite rebase in C
 2018-07-22  9:14 UTC  (4+ messages)
` [GSoC] [PATCH v4 0/4] "
  ` [PATCH v4 1/4] rebase: start implementing it as a builtin

[PATCH] fetch-pack: support negotiation tip whitelist
 2018-07-22  9:09 UTC  (3+ messages)
` [PATCH v4] "

[PATCH v3 0/9] Introducing remote ODBs
 2018-07-22  9:05 UTC  (3+ messages)
` [PATCH v3 6/9] Use remote_odb_get_direct() and has_remote_odb()

Receiving console output from GIT 10mins after abort/termination?
 2018-07-22  8:56 UTC  (2+ messages)

[PATCH] fixup! builtin/rebase: support running "git rebase <upstream>"
 2018-07-22  4:51 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).