git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2019-03-22 23:12:36 to 2019-03-25 22:47:50 UTC [more...]

[PATCH 0/8] Do not use abbreviated options in tests
 2019-03-25 22:47 UTC  (17+ messages)
` [PATCH 1/8] tests (rebase): spell out the `--keep-empty` option
` [PATCH 2/8] tests (rebase): spell out the `--force-rebase` option
` [PATCH 3/8] t7810: do not abbreviate `--no-exclude-standard` nor `--invert-match`
` [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 7/8] tests (pack-objects): use the full, unabbreviated `--revs` option
` [PATCH 8/8] tests: disallow the use of abbreviated options (by default)
` [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 1/3] Documentation/git-diff-tree.txt: fix formatting
 2019-03-25 21:46 UTC  (13+ messages)
` [PATCH 2/3] Documentation/technical/api-config.txt: "
` [PATCH 3/3] Documentation/technical/protocol-v2.txt: "
` [PATCH v2 0/6] Asciidoctor-related formatting and CI fixes
  ` [PATCH v2 1/6] Documentation/git-diff-tree.txt: fix formatting
  ` [PATCH v2 2/6] Documentation/technical/api-config.txt: "
  ` [PATCH v2 3/6] Documentation/technical/protocol-v2.txt: "
  ` [PATCH v2 4/6] ci: install Asciidoctor in 'ci/install-dependencies.sh'
  ` [PATCH v2 5/6] ci: stick with Asciidoctor v1.5.8 for now
  ` [PATCH v2 6/6] ci: fix AsciiDoc/Asciidoctor stderr check in the documentation build job

[PATCH 0/1] Fix make check-docs on Windows
 2019-03-25 21:41 UTC  (12+ 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

[BUG] Suspected with double asterisk in conditional include pattern
 2019-03-25 21:40 UTC  (6+ messages)
` [PATCH] config: correct '**' matching in includeIf patterns
  ` [PATCH v2] "

[GSoC] Unify ref-filter formats with other --pretty formats
 2019-03-25 21:17 UTC  (2+ messages)

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

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

[PATCH 0/3] rebase: learn --keep-base
 2019-03-25 19:29 UTC  (14+ messages)
` [PATCH 1/3] rebase: teach rebase --keep-base
` [PATCH 2/3] t3416: test "
` [PATCH 3/3] git-rebase.txt: document --keep-base option

Strange annotated tag issue
 2019-03-25 19:19 UTC  (7+ messages)

[PATCH] asciidoctor-extensions: provide `<refmiscinfo/>`
 2019-03-25 19:00 UTC  (10+ messages)

[RFC PATCH 0/2] git-p4: "alien" branches and load changelist info from file
 2019-03-25 17:46 UTC  (6+ messages)
` [RFC PATCH 1/2] git-p4: introduce alien branch mappings
` [RFC PATCH 2/2] git-p4: support loading changelist descriptions from files
    ` [RFC PATCH 2/2] git-p4: support loading changelist descriptions

[PATCH v2 0/7] git-p4: a few assorted fixes for branches, excludes
 2019-03-25 17:20 UTC  (4+ messages)
` [PATCH v2 2/7] git-p4: match branches case insensitively if configured

[PATCH v2 0/4] multi-pack-index: fix verify on large repos
 2019-03-25 17:18 UTC  (4+ messages)
` [PATCH v3 "

[PATCH] commit-graph: fix sparse 'NULL pointer' warning
 2019-03-25 17:03 UTC  (3+ messages)

[PATCH 0/2] Randomize / timestamp trace2 targets
 2019-03-25 16:29 UTC  (9+ messages)
` [PATCH v3 0/1] Write trace2 output to directories
  ` [PATCH v3 1/1] trace2: write to directory targets

[PATCH 0/4] prevent 'checkout -m' from losing staged changes
 2019-03-25 16:07 UTC  (3+ messages)
` [PATCH 4/4] checkout: prevent losing staged changes with --merge

[RFC PATCH 0/1] Fuzzy blame
 2019-03-25 16:04 UTC  (5+ messages)
` [RFC PATCH 1/1] "

[PATCH v1 00/11] And new command "restore"
 2019-03-25 15:51 UTC  (5+ messages)
` [PATCH v1 01/11] checkout: split part of it to new command 'restore'

[RFC PATCH] cherry-pick: set default `--mainline` parent to 1
 2019-03-25 15:41 UTC  (16+ messages)

git command history
 2019-03-25 15:40 UTC  (4+ messages)

[PATCH] Make stashing nothing exit 1
 2019-03-25 15:29 UTC  (5+ messages)

How to disable docs when building Git from sources
 2019-03-25 14:52 UTC  (4+ messages)

How to properly find git config in a libgit.a-using executable?
 2019-03-25 14:37 UTC  (6+ messages)

[PATCH v2 0/8] commit-graph: segfault & other fixes for broken graphs
 2019-03-25 12:08 UTC  (10+ messages)
` [PATCH v3 "
` [PATCH v3 1/8] commit-graph tests: split up corrupt_graph_and_verify()
` [PATCH v3 2/8] commit-graph tests: test a graph that's too small
` [PATCH v3 3/8] commit-graph: fix segfault on e.g. "git status"
` [PATCH v3 4/8] commit-graph: don't early exit(1) "
` [PATCH v3 5/8] commit-graph: don't pass filename to load_commit_graph_one_fd_st()
` [PATCH v3 6/8] commit-graph verify: detect inability to read the graph
` [PATCH v3 7/8] commit-graph write: don't die if the existing graph is corrupt
` [PATCH v3 8/8] commit-graph: improve & i18n error messages

[PATCH 0/5] Progress display fixes
 2019-03-25 11:39 UTC  (10+ messages)
` [PATCH 1/5] progress: make display_progress() return void
` [PATCH 2/5] progress: return early when in the background
` [PATCH 3/5] progress: assemble percentage and counters in a strbuf before printing
` [PATCH 4/5] progress: clear previous progress update dynamically
` [PATCH 5/5] progress: break too long progress bar lines

[PATCH] cherry-pick: do not error on non-merge commits when '-m 1' is specified
 2019-03-25  6:43 UTC  (5+ messages)

[PATCH] In `git log --graph`, default to --pretty=oneline --abbrev-commit
 2019-03-25  5:16 UTC  (8+ messages)
` (no subject)

git tag -v should verify that the tag signer intended the same tag name as the user is verifying
 2019-03-25  2:27 UTC  (10+ messages)

[RFC PATCH v3 0/5] clone: dir iterator refactoring with tests
 2019-03-24 20:56 UTC  (11+ messages)
` [GSoC][PATCH v4 0/7] clone: dir-iterator "
  ` [GSoC][PATCH v4 1/7] clone: test for our behavior on odd objects/* content
  ` [GSoC][PATCH v4 2/7] clone: better handle symlinked files at .git/objects/
  ` [GSoC][PATCH v4 3/7] dir-iterator: add flags parameter to dir_iterator_begin
  ` [GSoC][PATCH v4 4/7] clone: copy hidden paths at local clone
  ` [GSoC][PATCH v4 5/7] clone: extract function from copy_or_link_directory
  ` [GSoC][PATCH v4 6/7] clone: use dir-iterator to avoid explicit dir traversal
  ` [GSoC][PATCH v4 7/7] clone: Replace strcmp by fspathcmp

[GSoC][PATCH v3 0/3] Avoid using pipes
 2019-03-24 19:04 UTC  (5+ messages)
` [GSoC][PATCH v3 2/3] t0000: avoid "

[BUG] Cloning with git HEAD fails for some repositories
 2019-03-24 12:13 UTC  (10+ messages)
              ` [PATCH 0/3] fix dumb-http fetch with alternates
                ` [PATCH 1/3] http: factor out curl result code normalization
                ` [PATCH 2/3] http: normalize curl results for dumb loose and alternates fetches
                ` [PATCH 3/3] http: use normalize_curl_result() instead of manual conversion

[GSoC][RFC/PATCH] userdiff: added support for diffing shell scripts
 2019-03-24 10:04 UTC  (6+ messages)
  ` [GSoC][RFC/PATCH 2/2] userdiff: added shell script support, clears test

[PATCH 00/20] nd/diff-parseopt the last part
 2019-03-24  8:20 UTC  (22+ messages)
` [PATCH v2 "
  ` [PATCH v2 01/20] diff-parseopt: convert --ws-error-highlight
  ` [PATCH v2 02/20] diff-parseopt: convert --ita-[in]visible-in-index
  ` [PATCH v2 03/20] diff-parseopt: convert -z
  ` [PATCH v2 04/20] diff-parseopt: convert -l
  ` [PATCH v2 05/20] diff-parseopt: convert -S|-G
  ` [PATCH v2 06/20] diff-parseopt: convert --pickaxe-all|--pickaxe-regex
  ` [PATCH v2 07/20] diff-parseopt: convert -O
  ` [PATCH v2 08/20] diff-parseopt: convert --find-object
  ` [PATCH v2 09/20] diff-parseopt: convert --diff-filter
  ` [PATCH v2 10/20] diff-parseopt: convert --[no-]abbrev
  ` [PATCH v2 11/20] diff-parseopt: convert --[src|dst]-prefix
  ` [PATCH v2 12/20] diff-parseopt: convert --line-prefix
  ` [PATCH v2 13/20] diff-parseopt: convert --no-prefix
  ` [PATCH v2 14/20] diff-parseopt: convert --inter-hunk-context
  ` [PATCH v2 15/20] diff-parseopt: convert --[no-]color-moved
  ` [PATCH v2 16/20] diff-parseopt: convert --color-moved-ws
  ` [PATCH v2 17/20] diff.c: allow --no-color-moved-ws
  ` [PATCH v2 18/20] range-diff: use parse_options() instead of diff_opt_parse()
  ` [PATCH v2 19/20] diff --no-index: "
  ` [PATCH v2 20/20] am: avoid diff_opt_parse()

Git excludes fails to avoid git submodule warning
 2019-03-24 18:15 UTC  (2+ messages)

Software, Website & SEO
 2019-03-24  7:47 UTC 

[GSoC] Introduction
 2019-03-24  1:45 UTC  (6+ messages)
` [GSoC][RFC] Proposal: Improve consistency of sequencer commands

[PATCH] gitk: Do not mistake unchanged lines with submodule changes
 2019-03-23 17:00 UTC 

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


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