git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2019-03-25 17:46:31 to 2019-03-28 18:50:12 UTC [more...]

[PATCH 0/4] trace2: load trace2 settings from system config
 2019-03-28 18:50 UTC  (7+ messages)
` [PATCH 1/4] trace2: refactor setting process starting time
` [PATCH 2/4] trace2: add absolute elapsed time to start event
` [PATCH 3/4] trace2: find exec-dir before trace2 initialization
` [PATCH 4/4] trace2: use system config for default trace2 settings

[PATCH 1/3] t6050: use test_line_count instead of wc -l
 2019-03-28 18:41 UTC  (5+ messages)
` [PATCH 2/3] t6050: redirect expected error output to /dev/null
` [PATCH 3/3] replace: fix --graft when passing a tag

[GSoC][PATCH] microporject test_path_is_*
 2019-03-28 18:01 UTC  (6+ messages)

[GSoC] Unify ref-filter formats with other --pretty formats
 2019-03-28 17:43 UTC  (4+ messages)

[PATCH v2 00/19] Add new command "switch"
 2019-03-28 17:39 UTC  (14+ messages)
` [PATCH v3 00/21] "
  ` [PATCH v3 10/21] checkout: split part of it to new command 'switch'

[PATCH v3 0/8] gc: minor code cleanup + contention fixes
 2019-03-28 16:14 UTC  (9+ messages)
` [PATCH v4 0/7] gc: tests and handle reflog expire config
` [PATCH v4 1/7] gc: remove redundant check for gc_auto_threshold
` [PATCH v4 2/7] gc: convert to using the_hash_algo
` [PATCH v4 3/7] gc: refactor a "call me once" pattern
` [PATCH v4 4/7] reflog tests: make use of "test_config" idiom
` [PATCH v4 5/7] reflog tests: test for the "points nowhere" warning
` [PATCH v4 6/7] reflog tests: assert lack of early exit with expiry="never"
` [PATCH v4 7/7] gc: handle & check gc.reflogExpire config

Strange behaviour of git log --follow
 2019-03-28 13:38 UTC  (4+ messages)

Unable to change remote url of origin
 2019-03-28 11:57 UTC  (6+ messages)

[GSoC] microporject test_path_is_*
 2019-03-28  9:58 UTC  (9+ messages)

git replace --graft does error checking too late
 2019-03-28  7:35 UTC  (4+ messages)

[PATCH] diff: batch fetching of missing blobs
 2019-03-28  6:52 UTC  (4+ messages)

[PATCH] asciidoctor-extensions: provide `<refmiscinfo/>`
 2019-03-28  3:33 UTC  (15+ messages)

[PATCH] fetch-pack: binary search when storing wanted-refs
 2019-03-28  3:13 UTC  (2+ messages)

Puzzling Git backtrace
 2019-03-28  2:59 UTC  (3+ messages)

[PATCH 0/5] Progress display fixes
 2019-03-28  2:12 UTC  (11+ messages)
` [PATCH 2/5] progress: return early when in the background
` [PATCH 3/5] progress: assemble percentage and counters in a strbuf before printing

Calculating pack file SHA value
 2019-03-28  2:02 UTC  (2+ messages)

[GSoC] [t9803]
 2019-03-27 23:32 UTC  (6+ messages)

[RFC PATCH 1/2] git-p4: introduce alien branch mappings
 2019-03-27 23:08 UTC  (3+ messages)
  ` [RFC PATCH 1/1] git-p4: inexact label detection

[PATCH 0/1] Fix make check-docs on Windows
 2019-03-27 22:23 UTC  (15+ messages)
` [PATCH 1/1] check-docs: fix for setups where executables have an extension
` [PATCH v2 0/5] Fix make check-docs on Windows
  ` [PATCH v2 1/5] docs: move gitremote-helpers into section 7
  ` [PATCH v2 3/5] check-docs: really look at the documented commands again
  ` [PATCH v2 2/5] docs: do not document the `git remote-testgit` command
  ` [PATCH v2 4/5] check-docs: do not expect guide pages to correspond to commands
  ` [PATCH v2 5/5] check-docs: fix for setups where executables have an extension

[PATCH] In `git log --graph`, default to --pretty=oneline --abbrev-commit
 2019-03-27 17:49 UTC  (7+ messages)

[PATCH 0/3] rebase: learn --keep-base
 2019-03-27 15:39 UTC  (10+ messages)
` [PATCH 1/3] rebase: teach rebase --keep-base

[PATCH] cherry-pick: do not error on non-merge commits when '-m 1' is specified
 2019-03-27 13:54 UTC  (10+ messages)

Strange annotated tag issue
 2019-03-27 10:27 UTC  (19+ messages)
          ` [PATCH 0/3] tag: prevent recursive tags
            ` [PATCH 1/3] "
            ` [PATCH 2/3] t7004: ensure recursive tag behavior is working
            ` [PATCH 3/3] git-tag.txt: document --allow-recursive-tag option

[PATCH] interpret-trailers.txt: start the desc line with a capital letter
 2019-03-27  9:16 UTC 

[RFC PATCH 0/1] Fuzzy blame
 2019-03-27  9:02 UTC  (11+ messages)

[RFC PATCH v3 0/5] clone: dir iterator refactoring with tests
 2019-03-26 19:43 UTC  (5+ messages)
` [GSoC][PATCH v4 0/7] clone: dir-iterator "
  ` [GSoC][PATCH v4 1/7] clone: test for our behavior on odd objects/* content

[PATCH 0/2] Last big GIT_TEST_PROTOCOL_VERSION=2 fix, hopefully
 2019-03-26 19:31 UTC  (18+ messages)
` [PATCH 1/2] fetch-pack: call prepare_shallow_info only if v0
` [PATCH 2/2] fetch-pack: respect --no-update-shallow in v2
` [PATCH v2 0/2] Last big GIT_TEST_PROTOCOL_VERSION=2 fix, hopefully
  ` [PATCH v2 1/2] fetch-pack: call prepare_shallow_info only if v0
  ` [PATCH v2 2/2] fetch-pack: respect --no-update-shallow in v2
` [PATCH v3 0/2] Last big GIT_TEST_PROTOCOL_VERSION=2 fix, hopefully
  ` [PATCH v3 1/2] fetch-pack: call prepare_shallow_info only if v0
  ` [PATCH v3 2/2] fetch-pack: respect --no-update-shallow in v2

git tag -v should verify that the tag signer intended the same tag name as the user is verifying
 2019-03-26 18:40 UTC  (9+ messages)

[PATCH 1/3] Documentation/git-diff-tree.txt: fix formatting
 2019-03-26 16:24 UTC  (7+ messages)
` [PATCH v2 0/6] Asciidoctor-related formatting and CI fixes
  ` [PATCH v2 4/6] ci: install Asciidoctor in 'ci/install-dependencies.sh'

Auto-gc in the background can take a long time to be put in the background
 2019-03-26 13:43 UTC  (5+ messages)

[PATCH] read-tree.txt: clarify --reset and worktree changes
 2019-03-26 12:09 UTC 

[PATCH 0/8] Do not use abbreviated options in tests
 2019-03-26 11:00 UTC  (21+ messages)
` [PATCH 1/8] tests (rebase): spell out the `--keep-empty` option
` [PATCH 3/8] t7810: do not abbreviate `--no-exclude-standard` nor `--invert-match`
` [PATCH 2/8] tests (rebase): spell out the `--force-rebase` option
` [PATCH 4/8] t5531: avoid using an abbreviated option
` [PATCH 5/8] tests (push): do not abbreviate the `--follow-tags` option
` [PATCH 6/8] tests (status): spell out the `--find-renames` option in full
` [PATCH 8/8] tests: disallow the use of abbreviated options (by default)
` [PATCH 7/8] tests (pack-objects): use the full, unabbreviated `--revs` option
` [PATCH 0/2] allow for configuring option abbreviation + fix
` [PATCH 1/2] parse-options: allow for configuring option abbreviation
` [PATCH 2/2] parse-options: don't emit "ambiguous option" for aliases

[PATCH v8 00/11] Fix scissors bug during conflict
 2019-03-26 10:44 UTC  (4+ messages)
` [PATCH v9 "
  ` [PATCH v9 07/11] sequencer.c: remove duplicate code

[PATCH] config: correct '**' matching in includeIf patterns
 2019-03-26  9:41 UTC  (4+ messages)
` [PATCH v2] "
  ` [PATCH v3] "

Semantic errors
 2019-03-25 19:37 UTC  (13+ messages)

[RFC PATCH 2/2] git-p4: support loading changelist descriptions from files
 2019-03-25 17:46 UTC  (2+ messages)
` [RFC PATCH 2/2] git-p4: support loading changelist descriptions


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