git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-05-30 08:04:37 to 2018-06-01 08:23:22 UTC [more...]

[PATCH 00/18] Add `branch-diff`, a `tbdiff` lookalike
 2018-06-01  8:23 UTC  (34+ messages)
` [PATCH 02/18] Add a new builtin: branch-diff
` [PATCH v2 00/18] Add `branch-diff`, a `tbdiff` lookalike
  ` [PATCH v2 01/18] Add a function to solve least-cost assignment problems
  ` [PATCH v2 02/18] Add a new builtin: branch-diff
  ` [PATCH v2 12/18] branch-diff: use color for the commit pairs

[PATCH v2] checkout & worktree: introduce checkout.implicitRemote
 2018-06-01  8:04 UTC  (24+ messages)
` [PATCH v3] "
    ` [PATCH v4 0/9] ambiguous checkout UI & checkout.defaultRemote
    ` [PATCH v4 1/9] checkout tests: index should be clean after dwim checkout
    ` [PATCH v4 2/9] checkout.h: wrap the arguments to unique_tracking_name()
    ` [PATCH v4 3/9] checkout.[ch]: move struct declaration into *.h
    ` [PATCH v4 4/9] checkout.[ch]: introduce an *_INIT macro
    ` [PATCH v4 5/9] checkout.[ch]: change "unique" member to "num_matches"
    ` [PATCH v4 6/9] checkout: pass the "num_matches" up to callers
    ` [PATCH v4 7/9] builtin/checkout.c: use "ret" variable for return
    ` [PATCH v4 8/9] checkout: add advice for ambiguous "checkout <branch>"
    ` [PATCH v4 9/9] checkout & worktree: introduce checkout.defaultRemote

[PATCH 0/1] git-p4: add options --commit and --disable-rebase
 2018-06-01  7:46 UTC  (2+ messages)
` [PATCH 1/1] "

What's cooking in git.git (Jun 2018, #01; Fri, 1)
 2018-06-01  7:21 UTC 

does a new repo actually *need* default template content?
 2018-06-01  7:06 UTC  (3+ messages)

[RFC] git gc "--prune=now" semantics considered harmful
 2018-06-01  7:04 UTC  (3+ messages)

Is origin/HEAD only being created on clone a bug? #leftoverbits
 2018-06-01  6:51 UTC  (6+ messages)

Bug: Install from .tar.xz fails without write permission on /usr/local/share/man/man3
 2018-06-01  6:33 UTC  (3+ messages)

[PATCH] fsckObjects tests: show how v2.17.1 can exploit downstream
 2018-06-01  5:57 UTC  (9+ messages)

[PATCH 0/4] color.ui docs & add color.ui=isatty
 2018-06-01  5:53 UTC  (18+ messages)
` [PATCH 1/4] config doc: move color.ui documentation to one place
` [PATCH 2/4] config doc: clarify "to a terminal" in color.ui
` [RFC PATCH 3/4] color.ui config: don't die on unknown values
` [RFC PATCH 4/4] color.ui config: add "isatty" setting

[PATCH] f4b04cf65 ("git-subtree: I suggest to add following lines into commit message", 2018-05-31)
 2018-06-01  5:09 UTC 

[PATCH] t9104: kosherly remove remote refs
 2018-06-01  5:08 UTC 

[PATCH v2 00/36] refactoring refspecs
 2018-06-01  2:49 UTC  (9+ messages)
` [PATCH 0/2] generating ref-prefixes for configured refspecs
  ` [PATCH 1/2] refspec: consolidate ref-prefix generation logic
    ` [PATCH] fetch: do not pass ref-prefixes for fetch by exact SHA1

[PATCH 5/5] refspec.c: use rhs in parse_refspec instead of potentially uninitialized item->dst
 2018-06-01  2:46 UTC  (3+ messages)

[RFC PATCH 0/6] Fix commit-graph/graft/replace/shallow combo
 2018-06-01  2:30 UTC  (13+ messages)
` [RFC PATCH 1/6] DO NOT MERGE: compute commit-graph on every commit
` [RFC PATCH 2/6] DO NOT MERGE: write commit-graph on every fetch
` [RFC PATCH 3/6] commit-graph: enable replace-object and grafts
` [RFC PATCH 4/6] commit-graph: avoid writing when repo is shallow
` [RFC PATCH 5/6] fetch: destroy commit graph on shallow parameters
` [RFC PATCH 6/6] commit-graph: revert to odb on missing parents

is there a reason pre-commit.sample uses "git diff-index"?
 2018-06-01  2:23 UTC  (8+ messages)

[L10N] Kickoff of translation for Git 2.18.0 round 1
 2018-06-01  1:46 UTC 

What's cooking in git.git (May 2018, #02; Thu, 17)
 2018-06-01  1:35 UTC  (21+ messages)
` jk/branch-l-0-deprecation (was Re: What's cooking in git.git (May 2018, #02; Thu, 17))
          ` [PATCH] branch: issue "-l" deprecation warning after pager starts

[PATCH v6 1/2] blame: prevent error if range ends past end of file
 2018-06-01  1:27 UTC  (4+ messages)
` [PATCH v6 2/2] log: prevent error if line "

[PATCH] RelNotes: remove duplicate release note
 2018-06-01  1:08 UTC  (2+ messages)

BUG: No way to set fsck.<msg-id> when cloning
 2018-06-01  0:11 UTC  (17+ messages)
` [PATCH 0/4] fsck: doc fixes & fetch.fsck.* implementation
  ` [PATCH 3/4] config doc: elaborate on what transfer.fsckObjects does
  ` [PATCH v2 0/5] fsck: doc fixes & fetch.fsck.* implementation
    ` [PATCH v2 2/5] config doc: unify the description of fsck.* and receive.fsck.*
  ` [PATCH v2 5/5] fetch: implement fetch.fsck.*

What's cooking in git.git (May 2018, #04; Wed, 30)
 2018-05-31 23:58 UTC  (7+ messages)

[PATCH 0/2] index-pack out-of-repo fixups
 2018-05-31 22:45 UTC  (3+ messages)
` [PATCH 1/2] prepare_commit_graft: treat non-repository as a noop
` [PATCH 2/2] index-pack: handle --strict checks of non-repo packs

[GSoC][PATCH 0/2] rebase -i: rewrite append_todo_help() in C
 2018-05-31 19:41 UTC  (8+ messages)
` [GSoC][PATCH 1/2] rebase--interactive: "
` [GSoC][PATCH 2/2] sequencer: remove newlines from append_todo_help() messages

[PATCH] README: note git-security@googlegroups.com
 2018-05-31 19:22 UTC  (5+ messages)
` [PATCH v2 1/2] SubmittingPatches: replace numbered attributes with names
  ` [PATCH v2 2/2] note git-security@googlegroups.com in more places

[PATCH 1/3] refs/packed-backend.c: close fd of empty file
 2018-05-31 18:55 UTC  (10+ messages)
` [PATCH 2/3] sequencer.c: free author variable when merging fails
` [PATCH 3/3] submodule--helper: plug mem leak in print_default_remote

Git Vulnerability Announced?
 2018-05-31 16:39 UTC  (4+ messages)

Weird revision walk behaviour
 2018-05-31 14:54 UTC  (10+ messages)

[PATCH v2 00/12] Integrate commit-graph into fsck and gc
 2018-05-31 13:16 UTC  (16+ messages)
` [PATCH v3 00/20] Integrate commit-graph into 'fsck' and 'gc'
  ` [PATCH v3 06/20] commit-graph: add 'verify' subcommand
  ` [PATCH v3 09/20] commit-graph: verify corrupt OID fanout and lookup
  ` [PATCH v3 10/20] commit-graph: verify objects exist
  ` [PATCH v3 11/20] commit-graph: verify root tree OIDs
  ` [PATCH v3 16/20] commit-graph: verify contents match checksum

Git installer bugs
 2018-05-31 12:10 UTC  (3+ messages)

[PATCH] sequencer: ensure labels that are object IDs are rewritten
 2018-05-31 11:49 UTC  (4+ messages)

[PATCH] branch: issue "-l" deprecation warning after pager starts
 2018-05-31  6:07 UTC  (17+ messages)
` [RFC PATCH 0/3] usage: prefix all lines in `vreportf()`, not just the first
  ` [RFC PATCH 1/3] usage: extract `prefix_suffix_lines()` from `advise()`
  ` [RFC PATCH 2/3] usage: prefix all lines in `vreportf()`, not just the first

[PATCH v4 1/2] blame: prevent error if range ends past end of file
 2018-05-31  5:07 UTC  (7+ messages)
` [PATCH v5 0/2] blame and log: "
  ` [PATCH] blame: "
  ` [PATCH] log: prevent error if line "

[PATCH] Announce: unset GIT_PAGER and add minimal usage in header
 2018-05-30 23:27 UTC 

[ANNOUNCE] Git v2.18.0-rc0
 2018-05-30 22:47 UTC 

[RFC PATCH 00/35] object-store: lookup_commit
 2018-05-30 22:19 UTC  (13+ messages)
` [PATCH 03/35] object: add repository argument to lookup_unknown_object
` [PATCH 04/35] object: add repository argument to parse_object_buffer
` [PATCH 06/35] blob: add repository argument to lookup_blob
` [PATCH 27/35] commit-slabs: remove realloc counter outside of slab struct

[RFC PATCH 0/5] format-patch: automate cover letter range-diff
 2018-05-30 21:14 UTC  (11+ messages)
` [RFC PATCH 3/5] format-patch: extend --range-diff to accept revision range
` [RFC PATCH 4/5] format-patch: teach --range-diff to respect -v/--reroll-count
` [RFC PATCH 5/5] format-patch: add --creation-weight tweak for --range-diff

git push requires a worktree?
 2018-05-30 18:50 UTC  (3+ messages)

[bug-ish] [convenience] fatal: only [12] (reference)s? expected, [12] given
 2018-05-30 18:11 UTC  (2+ messages)

verifying syntax for optional and replaceable content in man pages
 2018-05-30 18:08 UTC  (3+ messages)

[PATCH] completion: complete remote names too
 2018-05-30 15:37 UTC  (2+ messages)

[PATCH] p4.txt: Use backquotes for variable names
 2018-05-30 13:04 UTC 

[PATCH] config.c: "incoherent" should say "inconsistent"
 2018-05-30 12:04 UTC 

some (fairly simple) questions about hooks
 2018-05-30 11:14 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).