git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-06-11 23:27:27 to 2018-06-14 16:07:35 UTC [more...]

[PATCH] fetch-pack: demonstrate --all breakage when remote have tags to non-commit objects
 2018-06-14 16:07 UTC  (20+ messages)
  ` [PATCH] fetch-pack: don't try to fetch peeled values with --all
      ` [PATCH v2] fetch-pack: don't try to fetch peel "
              ` [PATCH] fetch-pack: test explicitly that --all can fetch tag references pointing to non-commits
              ` [PATCH] fetch-pack: demonstrate --all failure when remote is empty

[PATCH 00/20] unconditional O(1) SHA-1 abbreviation
 2018-06-14 15:50 UTC  (14+ messages)
` [PATCH 03/20] blame doc: explicitly note how --abbrev=40 gives 39 chars
` [PATCH 04/20] abbrev tests: add tests for core.abbrev and --abbrev
` [PATCH 19/20] abbrev: support relative abbrev values
` [PATCH 20/20] abbrev: add a core.validateAbbrev setting

BUG: submodule code prints '(null)'
 2018-06-14 15:44 UTC  (6+ messages)

OAuth2 support in git?
 2018-06-14 15:15 UTC  (3+ messages)

[PATCH] t3200-branch.sh: use "--set-upstream-to" in test
 2018-06-14 14:06 UTC  (2+ messages)
` [PATCH] t3200: clarify description of --set-upstream test

(Bug report + fix) gitk "IgnCase" search doesn't ignore case
 2018-06-14 12:53 UTC 

[RFC PATCH 0/4] Fix occasional test failures in http tests
 2018-06-14 12:31 UTC  (5+ messages)
` [PATCH 1/4] t5541: avoid empty line when truncating access log
` [PATCH 2/4] t/lib-httpd: add the strip_access_log() helper function
` [PATCH 3/4] t/lib-httpd: add minor and patch version to $HTTPD_VERSION
` [RFC PATCH 4/4] t/lib-httpd: sort log based on timestamp to avoid occasional failure

[GSoC][PATCH 0/1] rebase -i: rewrite the edit-todo functionality in C
 2018-06-14  9:53 UTC  (11+ messages)
` [GSoC][PATCH 1/1] rebase--interactive: "
` [GSoC][PATCH v2 0/2] rebase -i: "
  ` [GSoC][PATCH v2 1/2] editor: add a function to launch the sequence editor
  ` [GSoC][PATCH v2 2/2] rebase--interactive: rewrite the edit-todo functionality in C

[RFC PATCH 00/35] object-store: lookup_commit
 2018-06-14  1:42 UTC  (42+ messages)
` [PATCH 03/35] object: add repository argument to lookup_unknown_object
` [PATCH 28/35] commit.c: migrate the commit buffer to the parsed object store
` [PATCH v2 00/31] object-store: lookup_commit
  ` [PATCH v2 01/31] object: add repository argument to lookup_object
  ` [PATCH v2 02/31] object: add repository argument to parse_object_buffer
  ` [PATCH v2 03/31] object: add repository argument to object_as_type
  ` [PATCH v2 04/31] blob: add repository argument to lookup_blob
  ` [PATCH v2 05/31] tree: add repository argument to lookup_tree
  ` [PATCH v2 06/31] commit: add repository argument to lookup_commit_reference_gently
  ` [PATCH v2 07/31] commit: add repository argument to lookup_commit_reference
  ` [PATCH v2 08/31] commit: add repository argument to lookup_commit
  ` [PATCH v2 09/31] commit: add repository argument to parse_commit_buffer
  ` [PATCH v2 10/31] commit: add repository argument to set_commit_buffer
  ` [PATCH v2 11/31] commit: add repository argument to get_cached_commit_buffer
  ` [PATCH v2 12/31] tag: add repository argument to lookup_tag
  ` [PATCH v2 13/31] tag: add repository argument to parse_tag_buffer
  ` [PATCH v2 14/31] tag: add repository argument to deref_tag
  ` [PATCH v2 15/31] object: allow object_as_type to handle arbitrary repositories
  ` [PATCH v2 16/31] object: allow lookup_object "
  ` [PATCH v2 17/31] blob: allow lookup_blob "
  ` [PATCH v2 18/31] tree: allow lookup_tree "
  ` [PATCH v2 19/31] commit: allow lookup_commit "
  ` [PATCH v2 20/31] tag: allow lookup_tag "
  ` [PATCH v2 21/31] tag: allow parse_tag_buffer "
  ` [PATCH v2 22/31] commit.c: allow parse_commit_buffer "
  ` [PATCH v2 23/31] commit-slabs: remove realloc counter outside of slab struct
  ` [PATCH v2 24/31] commit.c: migrate the commit buffer to the parsed object store
  ` [PATCH v2 25/31] commit.c: allow set_commit_buffer to handle arbitrary repositories
  ` [PATCH v2 26/31] commit.c: allow get_cached_commit_buffer "
  ` [PATCH v2 27/31] object.c: allow parse_object_buffer "
  ` [PATCH v2 28/31] object.c: allow parse_object "
  ` [PATCH v2 29/31] tag.c: allow deref_tag "
  ` [PATCH v2 30/31] commit.c: allow lookup_commit_reference_gently "
  ` [PATCH v2 31/31] commit.c: allow lookup_commit_reference "

[PATCH] doc: update the order of the syntax `git merge --continue`
 2018-06-14  1:33 UTC  (3+ messages)
  ` [PATCH v2] "

[PATCH 00/10] Hash-independent tests (part 3)
 2018-06-14  0:22 UTC  (9+ messages)
` [PATCH 01/10] t: add tool to translate hash-related values
` [PATCH 05/10] t0064: make hash size independent

State of NewHash work, future directions, and discussion
 2018-06-13 23:58 UTC  (15+ messages)
` Hash algorithm analysis

[GSoC] GSoC with git, week 6
 2018-06-13 22:23 UTC  (3+ messages)

fatal: could not reset submodule index
 2018-06-13 22:17 UTC 

[ANNOUNCE] Git v2.18.0-rc2
 2018-06-13 22:12 UTC 

[PATCH v2] packfile: Correct zlib buffer handling
 2018-06-13 21:56 UTC  (7+ messages)

[PATCH 0/8] ref-in-want
 2018-06-13 21:39 UTC  (10+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/8] test-pkt-line: add unpack-sideband subcommand
  ` [PATCH v2 2/8] upload-pack: implement ref-in-want
  ` [PATCH v2 3/8] upload-pack: test negotiation with changing repository
  ` [PATCH v2 4/8] fetch: refactor the population of peer ref OIDs
  ` [PATCH v2 5/8] fetch: refactor fetch_refs into two functions
  ` [PATCH v2 6/8] fetch: refactor to make function args narrower
  ` [PATCH v2 7/8] fetch-pack: put shallow info in output parameter
  ` [PATCH v2 8/8] fetch-pack: implement ref-in-want

[RFC PATCH 0/3] submodules with no working tree shall unset core.worktree
 2018-06-13 18:52 UTC  (6+ messages)
` [PATCH 1/3] submodule: unset core.worktree if no working tree is present
` [PATCH 2/3] submodule: ensure core.worktree is set after update
` [PATCH 3/3] submodule deinit: unset core.worktree

[RFC PATCH 0/2] contrib/credential/netrc Makefile & test improvements
 2018-06-13 17:43 UTC  (18+ messages)
          ` [PATCH] git-credential-netrc: remove use of "autodie"
` [RFC PATCH v2 0/4] contrib/credential/netrc Makefile & test improvements
` [RFC PATCH v2 1/4] git-credential-netrc: make "all" default target of Makefile
` [RFC PATCH v2 2/4] git-credential-netrc: minor whitespace cleanup in test script
` [RFC PATCH v2 3/4] git-credential-netrc: use in-tree Git.pm for tests
` [RFC PATCH v2 4/4] git-credential-netrc: fix exit status when tests fail

[PATCH] Use hyphenated "remote-tracking branch" (docs and comments)
 2018-06-13 16:57 UTC  (2+ messages)

What's cooking in git.git (Jun 2018, #03; Tue, 12)
 2018-06-13 16:05 UTC  (4+ messages)

[PATCH] RelNotes 2.18: clarify where directory rename detection applies
 2018-06-13 16:01 UTC  (2+ messages)

GDPR compliance best practices?
 2018-06-13 14:48 UTC  (17+ messages)

[PATCH v10] json_writer V10
 2018-06-13 13:14 UTC  (2+ messages)
` [PATCH v10] json_writer: new routines to create JSON data

is there a canonical doc about how to deal with whitespace issues?
 2018-06-13 12:26 UTC  (4+ messages)

[PATCH] checkout files in-place
 2018-06-13  7:39 UTC  (5+ messages)

[PATCH] config.c: fix regression for core.safecrlf false
 2018-06-13  1:19 UTC  (8+ messages)

[PATCH] packfile: Correct zlib buffer handling
 2018-06-13  1:04 UTC  (7+ messages)

`git merge --abort` does not run `git rerere clear`
 2018-06-12 22:35 UTC  (3+ messages)

[PATCHv2 0/6] git-p4: some small fixes updated
 2018-06-12 22:23 UTC  (7+ messages)

[PATCH] t7400: encapsulate setup code in test_expect_success
 2018-06-12 21:36 UTC  (2+ messages)

[PATCH v9] json_writer V9
 2018-06-12 20:49 UTC  (4+ messages)
` [PATCH v9] json_writer: new routines to create JSON data

How to delete files and directories from git commit history?
 2018-06-12 20:36 UTC  (5+ messages)

[PATCH] builtin/send-pack: populate the default configs
 2018-06-12 18:22 UTC  (8+ messages)
  ` [PATCH] builtin/send-pack: report gpg config errors

[PATCH] list-objects: check if filter is NULL before using
 2018-06-12 17:47 UTC  (2+ messages)

[PATCH v5 00/21] Integrate commit-graph into 'fsck' and 'gc'
 2018-06-12 16:55 UTC  (4+ messages)
` [PATCH v6 "
  ` [PATCH v6 12/21] commit-graph: verify parent list

[ANNOUNCE] Git v2.16.0-rc0
 2018-06-12 16:29 UTC  (5+ messages)

[RFC PATCH v1] telemetry design overview (part 1)
 2018-06-12 16:04 UTC  (9+ messages)

[PATCH 00/23] Multi-pack-index (MIDX)
 2018-06-12 15:00 UTC  (3+ messages)
` [PATCH 05/23] midx: write header information to lockfile

[BUG] git-rebase: reword squashes commits in case of merge-conflicts
 2018-06-12 10:08 UTC  (2+ messages)

RFC: rebase inconsistency in 2.18 -- course of action?
 2018-06-12  9:53 UTC  (12+ messages)
` [PATCH 1/2] t3422: new testcases for checking when incompatible options passed
  ` [PATCH 2/2] git-rebase: error out "
` [PATCH] git-rebase.sh: handle keep-empty like all other options

[PATCH] completion: reduce overhead of clearing cached --options
 2018-06-12  9:51 UTC  (8+ messages)
` [PATCH v2] "
      ` [PATCH] completion: correct zsh detection when run from git-completion.zsh (Re: [PATCH v2] completion: reduce overhead of clearing cached --options)

[PATCH] fsck: avoid looking at NULL blob->object
 2018-06-12  9:51 UTC  (5+ messages)

"linking" to files from another repo
 2018-06-12  9:35 UTC  (2+ messages)

git-gui ignores core.hooksPath
 2018-06-12  6:09 UTC  (6+ messages)

[PATCH 0/2] Object store refactoring: make bitmap_git not global
 2018-06-12  0:00 UTC  (2+ messages)

[PATCH 2/2] builtin/blame: highlight recently changed lines
 2018-06-11 23:56 UTC  (5+ messages)
` [PATCH 1/2] builtin/blame: dim uninteresting metadata lines


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