git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2019-04-04 12:11:08 to 2019-04-06 11:38:00 UTC [more...]

[PATCH 00/31] Kill the_repository in sha1-name.c
 2019-04-06 11:34 UTC  (40+ messages)
` [PATCH v2 00/32] nd/sha1-name-c-wo-the-repository updates
  ` [PATCH v2 01/32] rebase: 'make coccicheck' cleanup
  ` [PATCH v2 10/32] commit.c: add repo_get_commit_tree()
  ` [PATCH v3 00/33] nd/sha1-name-c-wo-the-repository updates
    ` [PATCH v3 01/33] builtin rebase: use FREE_AND_NULL
    ` [PATCH v3 02/33] builtin rebase: use oideq()
    ` [PATCH v3 03/33] packfile.c: add repo_approximate_object_count()
    ` [PATCH v3 04/33] refs.c: add refs_ref_exists()
    ` [PATCH v3 05/33] refs.c: add refs_shorten_unambiguous_ref()
    ` [PATCH v3 06/33] refs.c: remove the_repo from substitute_branch_name()
    ` [PATCH v3 07/33] refs.c: remove the_repo from expand_ref()
    ` [PATCH v3 08/33] refs.c: add repo_dwim_ref()
    ` [PATCH v3 09/33] refs.c: add repo_dwim_log()
    ` [PATCH v3 10/33] refs.c: remove the_repo from read_ref_at()
    ` [PATCH v3 11/33] commit.c: add repo_get_commit_tree()
    ` [PATCH v3 12/33] sha1-name.c: remove the_repo from sort_ambiguous()
    ` [PATCH v3 13/33] sha1-name.c: remove the_repo from find_abbrev_len_packed()
    ` [PATCH v3 14/33] sha1-name.c: add repo_find_unique_abbrev_r()
    ` [PATCH v3 15/33] sha1-name.c: store and use repo in struct disambiguate_state
    ` [PATCH v3 16/33] sha1-name.c: add repo_for_each_abbrev()
    ` [PATCH v3 17/33] sha1-name.c: remove the_repo from get_short_oid()
    ` [PATCH v3 18/33] sha1-name.c: remove the_repo from interpret_nth_prior_checkout()
    ` [PATCH v3 19/33] sha1-name.c: remove the_repo from interpret_branch_mark()
    ` [PATCH v3 20/33] sha1-name.c: add repo_interpret_branch_name()
    ` [PATCH v3 21/33] sha1-name.c: remove the_repo from get_oid_oneline()
    ` [PATCH v3 22/33] sha1-name.c: remove the_repo from get_describe_name()
    ` [PATCH v3 23/33] sha1-name.c: remove the_repo from get_oid_basic()
    ` [PATCH v3 24/33] sha1-name.c: remove the_repo from get_oid_1()
    ` [PATCH v3 25/33] sha1-name.c: remove the_repo from handle_one_ref()
    ` [PATCH v3 26/33] sha1-name.c: remove the_repo from diagnose_invalid_index_path()
    ` [PATCH v3 27/33] sha1-name.c: remove the_repo from resolve_relative_path()
    ` [PATCH v3 28/33] sha1-name.c: remove the_repo from get_oid_with_context_1()
    ` [PATCH v3 29/33] sha1-name.c: add repo_get_oid()
    ` [PATCH v3 30/33] submodule-config.c: use repo_get_oid for reading .gitmodules

[RFC PATCH] t5551: delete auth-for-pack-but-not-refs test
 2019-04-06 11:31 UTC  (3+ messages)
` [PATCH v2] t5551: mark half-auth no-op fetch test as v0-only

[PATCH v1 0/2] minor asciidoc/tor formatting fixes
 2019-04-06  9:31 UTC  (18+ messages)
` [PATCH v1 1/2] Documentation/rev-list-options: wrap --date=<format> block with "--"
` [PATCH v1 2/2] Documentation/git-status: fix titles in porcelain v2 section
      ` [PATCH 0/2] a few more minor asciidoc/tor formatting fixes
      ` [PATCH 1/2] Documentation/git-show-branch: drop last use of {apostrophe}
      ` [PATCH 2/2] Documentation/git-svn: improve asciidoctor compatibility

[PATCH 0/7] harden unexpected object types checks
 2019-04-06  5:36 UTC  (20+ messages)
` [PATCH 1/7] t: move 'hex2oct' into test-lib-functions.sh
` [PATCH 2/7] t: introduce tests for unexpected object types
` [PATCH 3/7] list-objects.c: handle unexpected non-blob entries
` [PATCH 4/7] list-objects.c: handle unexpected non-tree entries
` [PATCH 5/7] get_commit_tree(): return NULL for broken tree
` [PATCH 6/7] rev-list: let traversal die when --missing is not in use
` [PATCH 7/7] rev-list: detect broken root trees

[PATCH] diff: batch fetching of missing blobs
 2019-04-06  4:17 UTC  (14+ messages)
` [PATCH v2 0/2] Batch fetching of missing blobs in diff and show
  ` [PATCH v2 1/2] sha1-file: support OBJECT_INFO_FOR_PREFETCH
  ` [PATCH v2 2/2] diff: batch fetching of missing blobs
      ` [PATCH] fixup! "

[PATCH v2 0/4] Progress display fixes
 2019-04-05 22:21 UTC  (7+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/4] progress: make display_progress() return void
  ` [PATCH v3 2/4] progress: assemble percentage and counters in a strbuf before printing
  ` [PATCH v3 3/4] progress: clear previous progress update dynamically
  ` [PATCH v3 4/4] progress: break too long progress bar lines

Feature request: Add --no-edit to git tag command
 2019-04-05 22:21 UTC  (7+ messages)

[PATCH v2] rebase: teach rebase --keep-base
 2019-04-05 21:40 UTC  (16+ messages)
` [PATCH v3 0/4] "
  ` [PATCH v3 1/4] t3431: add rebase --fork-point tests
  ` [PATCH v4 0/4] rebase: teach rebase --keep-base
    ` [PATCH v4 1/4] t3431: add rebase --fork-point tests
    ` [PATCH v4 2/4] t3432: test rebase fast-forward behavior
    ` [PATCH v4 3/4] rebase: fast-forward --onto in more cases
    ` [PATCH v4 4/4] rebase: teach rebase --keep-base

[GSoC] Introduction
 2019-04-05 21:31 UTC  (2+ messages)
` [GSoC][RFC v3] Proposal: Improve consistency of sequencer commands

[PATCH] clone: send server options when using protocol v2
 2019-04-05 20:44 UTC 

[PATCH/docs] make slash-rules more readable
 2019-04-05 20:00 UTC 

[PATCH 0/12] a rabbit hole of update-server-info fixes
 2019-04-05 20:18 UTC  (44+ messages)
` [PATCH 01/12] t5319: fix bogus cat-file argument
` [PATCH 02/12] t5319: drop useless --buffer from cat-file
` [PATCH 03/12] packfile: factor out .pack to .idx name conversion
` [PATCH 04/12] packfile: check midx coverage with .idx rather than .pack
` [PATCH 05/12] http: simplify parsing of remote objects/info/packs
` [PATCH 06/12] server-info: fix blind pointer arithmetic
` [PATCH 07/12] server-info: simplify cleanup in parse_pack_def()
` [PATCH 08/12] server-info: use strbuf to read old info/packs file
` [PATCH 09/12] server-info: drop nr_alloc struct member
` [PATCH 10/12] packfile.h: drop extern from function declarations
` [PATCH 11/12] server-info: drop objdirlen pointer arithmetic
` [PATCH 12/12] update_info_refs(): drop unused force parameter
` [PATCH v2 0/13] a rabbit hole of update-server-info (and midx!) fixes
  ` [PATCH v2 01/13] packfile.h: drop extern from function declarations
  ` [PATCH v2 02/13] pack-revindex: open index if necessary
  ` [PATCH v2 03/13] t5319: fix bogus cat-file argument
  ` [PATCH v2 04/13] t5319: drop useless --buffer from cat-file
  ` [PATCH v2 05/13] midx: check both pack and index names for containment
  ` [PATCH v2 06/13] packfile: fix pack basename computation
  ` [PATCH v2 07/13] http: simplify parsing of remote objects/info/packs
  ` [PATCH v2 08/13] server-info: fix blind pointer arithmetic
  ` [PATCH v2 09/13] server-info: simplify cleanup in parse_pack_def()
  ` [PATCH v2 10/13] server-info: use strbuf to read old info/packs file
  ` [PATCH v2 11/13] server-info: drop nr_alloc struct member
  ` [PATCH v2 12/13] server-info: drop objdirlen pointer arithmetic
  ` [PATCH v2 13/13] update_info_refs(): drop unused force parameter

[PATCH v4 00/11] Many promisor remotes
 2019-04-05 20:07 UTC  (5+ messages)
` [PATCH v4 09/11] t0410: test fetching from many "

[PATCH] asciidoctor-extensions: provide `<refmiscinfo/>`
 2019-04-05 18:46 UTC  (12+ messages)

[[GSoC][PATCH …]] In notes-merge.c updated notes_merge_commit()
 2019-04-05 16:58 UTC 

[PATCH v2 00/15] Switch directory rename detection default
 2019-04-05 16:32 UTC  (18+ messages)
` [PATCH v3 "
  ` [PATCH v3 01/15] Use 'unsigned short' for mode, like diff_filespec does
  ` [PATCH v3 02/15] merge-recursive: rename merge_options argument from 'o' to 'opt'
  ` [PATCH v3 03/15] merge-recursive: rename diff_filespec 'one' to 'o'
  ` [PATCH v3 04/15] merge-recursive: rename locals 'o' and 'a' to 'obuf' and 'abuf'
  ` [PATCH v3 05/15] merge-recursive: use 'ci' for rename_conflict_info variable name
  ` [PATCH v3 06/15] merge-recursive: move some struct declarations together
  ` [PATCH v3 07/15] merge-recursive: shrink rename_conflict_info
  ` [PATCH v3 08/15] merge-recursive: remove ren[12]_other fields from rename_conflict_info
  ` [PATCH v3 09/15] merge-recursive: track branch where rename occurred in rename struct
  ` [PATCH v3 10/15] merge-recursive: cleanup handle_rename_* function signatures
  ` [PATCH v3 11/15] merge-recursive: switch from (oid,mode) pairs to a diff_filespec
  ` [PATCH v3 12/15] t6043: fix copied test description to match its purpose
  ` [PATCH v3 13/15] merge-recursive: track information associated with directory renames
  ` [PATCH v3 14/15] merge-recursive: give callers of handle_content_merge() access to contents
  ` [PATCH v3 15/15] merge-recursive: switch directory rename detection default

Questions on GSoC 2019 Ideas
 2019-04-05 16:28 UTC  (15+ messages)

"commit --author=..." does not work if global email and name is not set
 2019-04-05  8:11 UTC  (2+ messages)

[PATCH] promisor-remote.h: fix an 'hdr-check' warning
 2019-04-05  5:44 UTC  (3+ messages)

What's cooking in git.git (Apr 2019, #01; Thu, 4)
 2019-04-05  5:41 UTC  (5+ messages)

[PATCH v2 2/2] tag: prevent nested tags
 2019-04-05  5:29 UTC  (17+ messages)
` [PATCH v2.5 "

"Problems" with git format-patch --thread email header ordering
 2019-04-05  5:24 UTC  (5+ messages)

[PATCH] clone: do faster object check for partial clones
 2019-04-05  0:09 UTC  (6+ messages)
` [PATCH v2] rev-list: exclude promisor objects at walk time

[PATCH v2 0/2] tag: prevent nested tags
 2019-04-04 18:25 UTC  (4+ messages)
` [PATCH v3 0/2] tag: advise on recursive tagging
` [PATCH v3 1/2] tag: fix formatting
` [PATCH v3 2/2] tag: advise on nested tags

[PATCH v5 0/6] blame: add the ability to ignore commits
 2019-04-04 16:37 UTC  (3+ messages)
` [PATCH v5 6/6] RFC blame: use a fingerprint heuristic to match ignored lines

[PATCH] [WIP/RFC] add git pull and git fetch --set-upstream
 2019-04-04 15:43 UTC 

[PATCH] [WIP/RFC] add git pull and git fetch --set-upstream
 2019-04-04 12:22 UTC 

[PATCH] send-email: don't cc *-by lines with '-' prefix
 2019-04-04 12:14 UTC  (9+ messages)

[GSoC] [RFC] Unify ref-filter formats with other --pretty formats
 2019-04-04 12:02 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).