git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2019-04-13 05:32:49 to 2019-04-16 14:51:21 UTC [more...]

What's cooking in git.git (Apr 2019, #03; Tue, 16)
 2019-04-16 14:51 UTC  (2+ messages)

[PATCH 00/14] nd/diff-parseopt part 1
 2019-04-16 14:24 UTC  (5+ messages)
` [PATCH 07/14] parse-options: allow ll_callback with OPTION_CALLBACK

[PATCH 0/1] Fix a bug in ref-filter
 2019-04-16 14:13 UTC  (5+ messages)
` [PATCH 1/1] Fix %(push:track) "

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

[PATCH 0/2] A couple of cherry-pick related fixes
 2019-04-16 10:18 UTC  (4+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] commit/reset: try to clean up sequencer state
  ` [PATCH v2 2/2] fix cherry-pick/revert status after commit

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

regression in output of git-pull --rebase --recurse-submodules=yes --quiet
 2019-04-16  7:48 UTC  (9+ messages)
` regression AGAIN "
  ` [PATCH] submodule foreach: fix "<command> --quiet" not being respected

[BUG] GIT_SSH_COMMAND is not being decomposed
 2019-04-16  4:24 UTC  (10+ messages)

[PATCH 0/7] Assorted Documentation-related fixes
 2019-04-16  4:12 UTC  (18+ messages)
` [PATCH 1/7] remote-testgit: move it into the support directory for t5801
` [PATCH 2/7] help -a: do not list commands that are excluded from the build
` [PATCH 3/7] check-docs: do not pretend that commands are listed which are excluded
` [PATCH 4/7] docs: exclude documentation for commands that have been excluded
` [PATCH 5/7] check-docs: do not bother checking for legacy scripts' documentation
` [PATCH 7/7] Turn `git serve` into a test helper

[PATCH v6 0/6] blame: add the ability to ignore commits
 2019-04-16  4:10 UTC  (23+ messages)
` [PATCH v6 1/6] Move init_skiplist() outside of fsck
` [PATCH v6 3/6] blame: add the ability to ignore commits and their changes
` [PATCH v6 4/6] blame: add config options to handle output for ignored lines
` [PATCH v6 6/6] blame: use a fingerprint heuristic to match "

feature request: .blameignore
 2019-04-15 21:56 UTC  (3+ messages)

(no subject)
 2019-04-15 21:49 UTC 

[PATCH 0/2] Avoid spawning gzip in git archive
 2019-04-15 21:36 UTC  (13+ messages)
` [PATCH 1/2] archive: replace write_or_die() calls with write_block_or_die()
` [PATCH 2/2] archive: avoid spawning `gzip`

[PATCH 0/7] some fetch reachability-error fixes
 2019-04-15 21:06 UTC  (9+ messages)
` [PATCH 1/7] t5516: drop ok=sigpipe from unreachable-want tests
` [PATCH 2/7] t5530: check protocol response for "not our ref"
` [PATCH 3/7] upload-pack: send ERR packet for non-tip objects
` [PATCH 4/7] pkt-line: prepare buffer before handling ERR packets
` [PATCH 5/7] fetch: use free_refs()
` [PATCH 6/7] remote.c: make singular free_ref() public
` [PATCH 7/7] fetch: do not consider peeled tags as advertised tips

[PATCH v2 0/7] trace2: load trace2 settings from system config
 2019-04-15 20:39 UTC  (16+ messages)
` [PATCH v3 00/10] "
  ` [PATCH v3 01/10] config: initialize opts structure in repo_read_config()
  ` [PATCH v4 00/10] trace2: load trace2 settings from system config
    ` [PATCH v4 01/10] config: initialize opts structure in repo_read_config()
    ` [PATCH v4 02/10] trace2: refactor setting process starting time
    ` [PATCH v4 03/10] trace2: add absolute elapsed time to start event
    ` [PATCH v4 04/10] trace2: find exec-dir before trace2 initialization
    ` [PATCH v4 05/10] config: add read_very_early_config()
    ` [PATCH v4 06/10] trace2: use system/global config for default trace2 settings
    ` [PATCH v4 07/10] trace2: report peak memory usage of the process
    ` [PATCH v4 08/10] trace2: clarify UTC datetime formatting
    ` [PATCH v4 09/10] trace2: make SIDs more unique
    ` [PATCH v4 10/10] trace2: update docs to describe system/global config settings

incorrect range-diff output?
 2019-04-15 19:25 UTC  (26+ messages)
  ` [RFC PATCH 0/4] output improvements for git range-diff
    ` [RFC PATCH 1/4] range-diff: fix function parameter indentation
    ` [RFC PATCH 2/4] range-diff: don't remove funcname from inner diff
    ` [RFC PATCH 3/4] range-diff: add section header instead of diff header
    ` [RFC PATCH 4/4] range-diff: add section headers to the outer hunk header

[PATCH] git-submodule.txt: mention that 'git submodule update' fetches missing commits
 2019-04-15 19:24 UTC 

[RFC PATCH] *.h: remove extern from function declarations
 2019-04-15 19:19 UTC  (8+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] *.[ch]: remove extern from function declarations using spatch
  ` [PATCH v2 2/3] *.[ch]: remove extern from function declarations using sed
  ` [PATCH v2 3/3] cocci: prevent extern function declarations

[PATCH 0/1] documentation: add lab for first contribution
 2019-04-15 17:26 UTC  (6+ messages)
` [PATCH 1/1] "

bug report
 2019-04-15 15:18 UTC 

[PATCH 0/3] some prune optimizations
 2019-04-15 15:00 UTC  (3+ messages)
` [PATCH 2/3] prune: use bitmaps for reachability traversal

[PATCH v5 0/1] config: allow giving separate author and committer
 2019-04-15 14:24 UTC  (3+ messages)
` [PATCH v6 2/2] config: allow giving separate author and committer idents

[PATCH 0/8] Do not use abbreviated options in tests
 2019-04-15 13:45 UTC  (8+ messages)
` [PATCH v2 "
  ` [PATCH v2 8/8] tests: disallow the use of abbreviated options (by default)

[PATCH 0/2] Prepare our git-p4 tests for running on APFS
 2019-04-15 12:53 UTC  (9+ messages)
` [PATCH 1/2] t9822: skip tests if file names cannot be ISO-8895-1 encoded
` [PATCH v2 0/2] Prepare our git-p4 tests for running on APFS
  ` [PATCH v2 1/2] t9822: skip tests if file names cannot be ISO-8859-1 encoded
  ` [PATCH v2 2/2] macOS: make sure that gettext is found

[PATCH v5 00/16] Many promisor remotes
 2019-04-15 10:39 UTC  (5+ messages)

[PATCH] clone: send server options when using protocol v2
 2019-04-15  9:43 UTC  (7+ messages)
` [PATCH v4 0/2] Server options when cloning
  ` [PATCH v4 1/2] transport: die if server options are unsupported
      ` Re* "

allow a differn't diff.context config for git format-patch
 2019-04-14 21:48 UTC 

Supporting untracked files with `git pull --autostash`
 2019-04-14 18:20 UTC 

[BUG] rebase --interactive silently overwrites ignored files
 2019-04-14 13:24 UTC  (4+ messages)

What's cooking in git.git (Apr 2019, #02; Wed, 10)
 2019-04-14  3:55 UTC  (3+ messages)

[PATCH] send-email: default to quoted-printable when CR is present
 2019-04-13 22:45 UTC  (2+ messages)
` [PATCH v2] "

[PATCH v2] rebase: teach rebase --keep-base
 2019-04-13 21:10 UTC  (5+ messages)
` [PATCH v3 0/4] "

Repositories stucture
 2019-04-13 15:23 UTC  (2+ messages)

[PATCH/RFC v1 1/1] Use size_t instead of unsigned long
 2019-04-13 15:18 UTC  (2+ messages)
` [PATCH v3 1/1] Use size_t instead of 'unsigned long' for data in memory

[PATCH v1 00/11] And new command "restore"
 2019-04-13 10:39 UTC  (4+ messages)
` [PATCH v2 00/16] Add new command 'restore'

What's cooking in git.git (Apr 2019, #01; Thu, 4)
 2019-04-13 10:19 UTC  (4+ messages)
` [PATCH] Introduce "precious" file concept

fatal: unable to read after commit
 2019-04-13  9:21 UTC  (3+ messages)
  ` fatal: unable to read after commit - deeper analysis

[PATCH] clone: do faster object check for partial clones
 2019-04-13  5:34 UTC  (7+ messages)
` [PATCH v3] rev-list: exclude promisor objects at walk time


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