git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-07-24 10:50:13 to 2018-07-26 16:35:47 UTC [more...]

[PATCH v1 0/3] [RFC] Speeding up checkout (and merge, rebase, etc)
 2018-07-26 16:35 UTC  (14+ messages)

[PATCH v1 0/3] add -p: select individual hunk lines
 2018-07-26 15:58 UTC  (11+ messages)
` [RFC PATCH v4 0/4] "
  ` [PATCH v4 1/4] "
  ` [RFC PATCH v4 2/4] add -p: select modified lines correctly
  ` [PATCH v4 3/4] add -p: allow line selection to be inverted
  ` [PATCH v4 4/4] add -p: optimize line selection for short hunks
` [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] format-patch: automate cover letter range-diff
 2018-07-26 15:57 UTC  (7+ messages)
` [RFC PATCH 2/5] format-patch: add --range-diff option to embed diff in cover letter

[PATCH] name_rev: add support for --cherry-picks
 2018-07-26 15:37 UTC  (4+ messages)
` [PATCH v2] "

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

[PATCH] negotiator/skipping: skip commits during fetch
 2018-07-26 14:14 UTC  (3+ messages)

[PATCH 1/1] add hook pre-p4-submit
 2018-07-26 13:41 UTC  (10+ messages)

State of NewHash work, future directions, and discussion
 2018-07-26 13:41 UTC  (25+ messages)
` Hash algorithm analysis
            ` [PATCH 0/2] document that NewHash is now SHA-256
            ` [PATCH 1/2] doc hash-function-transition: note the lack of a changelog
            ` [PATCH 2/2] doc hash-function-transition: pick SHA-256 as NewHash
                    ` [PATCH v2 "

[RFC PATCH 0/5] Add delta islands support
 2018-07-26 13:34 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

[PATCH] sequencer.c: terminate the last line of author-script properly
 2018-07-26 12:39 UTC  (10+ messages)

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

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

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

[PATCH v3 00/20] Add `range-diff`, a `tbdiff` lookalike
 2018-07-26  9:47 UTC  (6+ messages)
` [PATCH v4 00/21] "

[PATCH v1 00/25] RFC: structured logging
 2018-07-26  9:09 UTC  (3+ messages)
` [PATCH v1 03/25] structured-logging: add structured logging framework

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

Fwd: Git Help !!!
 2018-07-26  8:32 UTC  (3+ messages)
  `  "

[PATCH] pack-objects: fix performance issues on packing large deltas
 2018-07-26  8:12 UTC  (3+ messages)
` [PATCH v2] "

What's cooking in git.git (Jul 2018, #03; Wed, 25)
 2018-07-26  7:24 UTC  (9+ messages)

[PATCH v2 0/4] fail compilation with strcpy
 2018-07-26  7:21 UTC  (5+ messages)
` [PATCH v2 1/4] automatically ban strcpy()
      ` [PATCH v3 "

[PATCH 0/6] use size_t in iconv/strbuf
 2018-07-26  6:09 UTC  (9+ 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 v8 0/3] http-backend: respect CONTENT_LENGTH as specified by rfc3875
 2018-07-26  4:37 UTC  (6+ messages)
` [PATCH v8 3/3] http-backend: respect CONTENT_LENGTH for receive-pack

[PATCH] git-rebase--interactive.sh: Remove superfluous tab in rebase
 2018-07-26  4:16 UTC  (4+ messages)

[PATCH v2 0/1] Pedantic fix for Apple clang
 2018-07-26  0:44 UTC  (3+ messages)
` [PATCH v2] packfile: ensure that enum object_type is defined

[GSoC][PATCH v3 00/13] rebase -i: rewrite some parts in C
 2018-07-25 22:43 UTC  (24+ 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 0/2] Pedantic fixes for Apple clang
 2018-07-25 21:16 UTC  (8+ messages)
` [PATCH 1/2] packfile: drop a repeated enum declaration
` [PATCH 2/2] remote-odb: un-inline function remote_odb_reinit

[PATCH 00/14] format-patch: add --interdiff and --range-diff options
 2018-07-25 21:07 UTC  (16+ messages)
` [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 11/14] format-patch: extend --range-diff to accept revision range
` [PATCH 14/14] format-patch: allow --range-diff to apply to a lone-patch

No rule to make target `git-daemon'
 2018-07-25 19:59 UTC  (5+ messages)

[PATCH v2 15/18] test-reach: test commit_contains
 2018-07-25 18:30 UTC  (4+ messages)

[RFC] push: add documentation on push v2
 2018-07-25 17:46 UTC  (10+ messages)

[PATCH v2] Makefile: add a DEVOPTS flag to get pedantic compilation
 2018-07-25 17:38 UTC  (8+ messages)
      ` [PATCH v3] "
        ` [PATCH v4] "

Using Git for applications other than code development
 2018-07-25 14:48 UTC  (3+ messages)

[PATCH v1] config.c: fix msvc compile error
 2018-07-25 12:51 UTC  (9+ messages)

[PATCH v1] msvc: fix non-standard escape sequence in source
 2018-07-25 12:30 UTC  (5+ messages)

[PATCH v8 3/3] http-backend: respect CONTENT_LENGTH for receive-pack
 2018-07-25 12:02 UTC 

[RFC] notes.<REF>.rewriteMode configuration option
 2018-07-25  9:19 UTC 

[PATCH 00/10] Hash-independent tests (part 3)
 2018-07-25  8:33 UTC  (5+ messages)
` [PATCH 01/10] t: add tool to translate hash-related values

[PATCH] diff: --color-moved: rename "dimmed_zebra" to "dimmed-zebra"
 2018-07-25  8:21 UTC  (4+ messages)

[PATCH 0/9] Add support to develop Git in Visual Studio Code
 2018-07-25  7:32 UTC  (3+ messages)
` [PATCH 7/9] vscode: use 8-space tabs, no trailing ws, etc for Git's source code

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

[GSoC] GSoC with git, week 12
 2018-07-24 22:48 UTC  (2+ messages)

[PATCH] pack-protocol: mention and point to docs for protocol v2
 2018-07-24 22:19 UTC  (6+ messages)

de-alphabetizing the documentation
 2018-07-24 21:11 UTC  (7+ messages)

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

What's cooking in git.git (Jul 2018, #02; Wed, 18)
 2018-07-24 19:38 UTC  (4+ 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).