git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-05-31 12:04:51 to 2018-06-02 12:39:34 UTC [more...]

[PATCH v2 00/12] Integrate commit-graph into fsck and gc
 2018-06-02 12:39 UTC  (18+ messages)
` [PATCH v3 00/20] Integrate commit-graph into 'fsck' and 'gc'
  ` [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 12/20] commit-graph: verify parent list
  ` [PATCH v3 13/20] commit-graph: verify generation number
  ` [PATCH v3 14/20] commit-graph: verify commit date
  ` [PATCH v3 15/20] commit-graph: test for corrupted octopus edge

[PATCH] t9104: kosherly remove remote refs
 2018-06-02 12:28 UTC  (4+ messages)

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

how exactly can git config section names contain periods?
 2018-06-02  9:26 UTC  (8+ messages)

What's cooking in git.git (May 2018, #02; Thu, 17)
 2018-06-02  8:10 UTC  (16+ 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] fast-export: fix regression skipping some merge-commits
 2018-06-02  6:48 UTC  (6+ messages)
` [PATCH v3] "

[PATCH 00/22] Mark more strings for translation
 2018-06-02  6:17 UTC  (24+ messages)
` [PATCH 01/22] archive-tar.c: mark "
` [PATCH 02/22] archive-zip.c: "
` [PATCH 03/22] builtin/config.c: "
` [PATCH 04/22] builtin/grep.c: mark strings for translation and no full stops
` [PATCH 05/22] builtin/pack-objects.c: mark more strings for translation
` [PATCH 06/22] builtin/replace.c: "
` [PATCH 07/22] commit-graph.c: "
` [PATCH 08/22] config.c: "
` [PATCH 09/22] connect.c: "
` [PATCH 10/22] convert.c: "
` [PATCH 11/22] dir.c: "
` [PATCH 12/22] environment.c: "
` [PATCH 13/22] exec-cmd.c: "
` [PATCH 14/22] object.c: "
` [PATCH 15/22] pkt-line.c: "
` [PATCH 16/22] refs.c: "
` [PATCH 17/22] refspec.c: "
` [PATCH 18/22] replace-object.c: "
` [PATCH 19/22] sequencer.c: "
` [PATCH 20/22] sha1-file.c: "
` [PATCH 21/22] transport.c: "
` [PATCH 22/22] transport-helper.c: "

bug: --shallow-since misbehaves on old branch heads
 2018-06-02  6:06 UTC  (5+ messages)
` [PATCH] upload-pack: reject shallow requests that would return nothing

[PATCH v4] routines to generate JSON data
 2018-06-02  5:13 UTC  (4+ messages)
` [PATCH v4] json_writer: new routines to create data in JSON format

[PATCH/RFC/BUG] unpack-trees.c: do not use "the_index"
 2018-06-02  5:03 UTC  (5+ messages)

What's cooking in git.git (Jun 2018, #01; Fri, 1)
 2018-06-02  0:41 UTC  (5+ messages)
` ds/generation-numbers (was Re: What's cooking in git.git (Jun 2018, #01; Fri, 1))

Regression in patch add?
 2018-06-01 20:03 UTC  (4+ messages)
` [PATCH] add -p: fix counting empty context lines in edited patches

[PATCH 1/2] sequencer.c: plug leaks in do_pick_commit
 2018-06-01 20:01 UTC  (2+ messages)
` [PATCH 2/2] sequencer.c: plug mem leak in git_sequencer_config

[GSoC][PATCH 0/2] rebase -i: rewrite append_todo_help() in C
 2018-06-01 19:46 UTC  (9+ messages)

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

[PATCH v1 0/5] Allocate cache entries from memory pool
 2018-06-01 19:28 UTC  (4+ messages)
` [PATCH v3 0/7] allocate "
  ` [PATCH v3 5/7] mem-pool: fill out functionality

[PATCH] sequencer: ensure labels that are object IDs are rewritten
 2018-06-01 19:01 UTC  (3+ messages)
` [PATCH v2] "

t5318-commit-graph.sh breaks travis gettext poison job
 2018-06-01 17:16 UTC  (2+ messages)

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

[RFC PATCH 0/6] Fix commit-graph/graft/replace/shallow combo
 2018-06-01 11:46 UTC  (14+ 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

[RFC] git gc "--prune=now" semantics considered harmful
 2018-06-01 11:07 UTC  (4+ messages)

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

[PATCH 00/18] Add `branch-diff`, a `tbdiff` lookalike
 2018-06-01  8:28 UTC  (38+ 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 0/1] git-p4: add options --commit and --disable-rebase
 2018-06-01  7:46 UTC  (2+ messages)
` [PATCH 1/1] "

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  (6+ messages)

[PATCH 0/4] color.ui docs & add color.ui=isatty
 2018-06-01  5:53 UTC  (13+ messages)
` [PATCH 1/4] config doc: move color.ui documentation to one place
` [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 v2 00/36] refactoring refspecs
 2018-06-01  2:49 UTC  (7+ 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

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 

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

[PATCH 0/4] fsck: doc fixes & fetch.fsck.* implementation
 2018-06-01  0:11 UTC  (9+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 2/5] config doc: unify the description of fsck.* and receive.fsck.*

What's cooking in git.git (May 2018, #04; Wed, 30)
 2018-05-31 23:58 UTC  (5+ 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

[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

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

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

Git installer bugs
 2018-05-31 12:10 UTC  (3+ 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).