git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-06-01 07:05:01 to 2018-06-03 17:13:18 UTC [more...]

[PATCH 00/35] refactoring refspecs
 2018-06-03 17:13 UTC  (4+ messages)
` [PATCH v2 00/36] "
  ` [PATCH v2 05/36] refspec: convert valid_fetch_refspec to use parse_refspec

[PATCH] Use ZSH_NAME instead of ZSH_VERSION because it's redefined by git-completion.zsh
 2018-06-03 16:38 UTC 

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

[PATCH v2] t/perf/run: Use proper "--get-regexp", not "--get-regex"
 2018-06-03 15:33 UTC  (4+ messages)

GDPR compliance best practices?
 2018-06-03 15:28 UTC  (8+ messages)

[PATCH] update-ref --stdin: use skip_prefix()
 2018-06-03 14:36 UTC 

[PATCH v2] sha1-file.c: correct $GITDIR to $GIT_DIR in a comment
 2018-06-03 14:32 UTC 

[PATCH] sha1-file.c: Correct $GITDIR to $GIT_DIR
 2018-06-03 14:29 UTC  (2+ messages)

[RFC PATCH 0/7] merge requirement: index matches head
 2018-06-03 13:52 UTC  (9+ messages)
` [RFC PATCH 1/7] t6044: verify that merges expected to abort actually abort
` [RFC PATCH 2/7] t6044: add a testcase for index matching head, when head doesn't match HEAD
` [RFC PATCH 3/7] merge-recursive: make sure when we say we abort that we actually abort
` [RFC PATCH 4/7] merge-recursive: fix assumption that head tree being merged is HEAD
` [RFC PATCH 5/7] t6044: add more testcases with staged changes before a merge is invoked
` [RFC PATCH 6/7] merge-recursive: enforce rule that index matches head before merging
` [RFC PATCH 7/7] merge: fix misleading pre-merge check documentation

[RFC/PATCH 0/7] rerere: handle nested conflicts
 2018-06-03 11:41 UTC  (4+ messages)
` [RFC/PATCH 3/7] rerere: add some documentation

how exactly can git config section names contain periods?
 2018-06-03 10:44 UTC  (12+ messages)

[PATCH] t/perf/run: Use proper "--get-regexp", not "get-regex"
 2018-06-03 10:11 UTC 

[PATCH v3] checkout & worktree: introduce checkout.implicitRemote
 2018-06-03  7:58 UTC  (42+ messages)
` [PATCH v4 0/9] ambiguous checkout UI & checkout.defaultRemote
  ` [PATCH v4 8/9] checkout: add advice for ambiguous "checkout <branch>"
  ` [PATCH v4 9/9] checkout & worktree: introduce checkout.defaultRemote
  ` [PATCH v5 0/8] ambiguous checkout UI & checkout.defaultRemote
    ` [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 3/9] checkout.[ch]: move struct declaration into *.h

format-patch: no 'prerequisite-patch-id' info when specifying commit range
 2018-06-03  6:07 UTC  (2+ messages)

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

git glob pattern in .gitignore and git command
 2018-06-03  0:58 UTC 

[PATCH v2 00/12] Integrate commit-graph into fsck and gc
 2018-06-02 22:50 UTC  (38+ messages)
` [PATCH v3 00/20] Integrate commit-graph into 'fsck' and 'gc'
  ` [PATCH v3 02/20] commit-graph: fix GRAPH_MIN_SIZE
  ` [PATCH v3 06/20] commit-graph: add 'verify' subcommand
  ` [PATCH v3 07/20] commit-graph: verify catches corrupt signature
  ` [PATCH v3 09/20] commit-graph: verify corrupt OID fanout and lookup
  ` [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 v3 16/20] commit-graph: verify contents match checksum
  ` [PATCH v3 17/20] fsck: verify commit-graph
  ` [PATCH v3 18/20] commit-graph: add '--reachable' option
  ` [PATCH v3 19/20] gc: automatically write commit-graph files
  ` [PATCH v3 20/20] commit-graph: update design document

[PATCH v7 0/2] http-backend: respect CONTENT_LENGTH as specified by rfc3875
 2018-06-02 21:27 UTC  (3+ messages)
` [PATCH v7 1/2] "
` [PATCH v7 2/2] http-backend: respect CONTENT_LENGTH for receive-pack

does a stash *need* any reference to the branch on which it was created?
 2018-06-02 20:46 UTC  (2+ messages)

[RFC PATCH 0/6] Fix commit-graph/graft/replace/shallow combo
 2018-06-02 18:39 UTC  (5+ messages)
` [RFC PATCH 4/6] commit-graph: avoid writing when repo is shallow

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

What's cooking in git.git (May 2018, #02; Thu, 17)
 2018-06-02  8:10 UTC  (11+ 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] "

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

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  (7+ 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] 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  (5+ messages)
` [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  (33+ messages)
` [PATCH 02/18] Add a new builtin: branch-diff
` [PATCH v2 00/18] Add `branch-diff`, a `tbdiff` lookalike
  ` [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] "


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