git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2019-01-16 10:32:15 to 2019-01-17 16:43:11 UTC [more...]

[PATCH v4 01/10] commit-graph: rename 'num_extra_edges' variable to 'num_large_edges'
 2019-01-17 16:35 UTC  (14+ messages)
` [PATCH v5 0/9] commit-graph write: progress output improvements
` [PATCH v5 1/9] commit-graph: rename 'num_extra_edges' variable to 'num_large_edges'
` [PATCH v5 2/9] commit-graph: don't call write_graph_chunk_large_edges() unnecessarily
` [PATCH v5 3/9] commit-graph write: add "Writing out" progress output
` [PATCH v5 4/9] commit-graph write: more descriptive "writing out" output
` [PATCH v5 5/9] commit-graph write: show progress for object search
` [PATCH v5 6/9] commit-graph write: add more descriptive progress output
` [PATCH v5 7/9] commit-graph write: remove empty line for readability
` [PATCH v5 8/9] commit-graph write: add itermediate progress
` [PATCH v5 9/9] commit-graph write: emit a percentage for all progress
  ` [PATCH] commit-graph write: use pack order when finding commits

git add —ignore-errors causes --renormalize
 2019-01-17 16:27 UTC  (2+ messages)

Change on check-attr behavior
 2019-01-17 16:07 UTC  (2+ messages)

[PATCH v2 0/7] Create 'expire' and 'repack' verbs for git-multi-pack-index
 2019-01-17 15:27 UTC  (3+ messages)
` [PATCH v3 0/9] "

[PATCH 0/5] travis-ci: build with the right compiler
 2019-01-17 14:56 UTC  (19+ messages)
` [PATCH 1/5] compat/obstack: fix -Wcast-function-type warnings
` [PATCH v2 0/5] travis-ci: build with the right compiler
  ` [PATCH v2 1/5] compat/obstack: fix -Wcast-function-type warnings
  ` [PATCH v2 2/5] .gitignore: ignore external debug symbols from GCC on macOS
  ` [PATCH v2 3/5] travis-ci: don't be '--quiet' when running the tests
  ` [PATCH v2 4/5] travis-ci: switch to Xcode 10.1 macOS image
  ` [PATCH v2 5/5] travis-ci: build with the right compiler

[PATCH 00/76] Convert diff opt parser to parse_options()
 2019-01-17 14:32 UTC  (78+ messages)
` [PATCH 01/76] parse-options.h: remove extern on function prototypes
` [PATCH 02/76] parse-options: add one-shot mode
` [PATCH 03/76] parse-options: allow keep-unknown + stop-at-non-opt combination
` [PATCH 04/76] parse-options: disable option abbreviation with PARSE_OPT_KEEP_UNKNOWN
` [PATCH 05/76] parse-options: add OPT_BITOP()
` [PATCH 06/76] parse-options: stop abusing 'callback' for lowlevel callbacks
` [PATCH 07/76] parse-options: avoid magic return codes
` [PATCH 08/76] parse-options: allow ll_callback with OPTION_CALLBACK
` [PATCH 09/76] diff.h: keep forward struct declarations sorted
` [PATCH 10/76] diff.h: avoid bit fields in struct diff_flags
` [PATCH 11/76] diff.c: prepare to use parse_options() for parsing
` [PATCH 12/76] diff.c: convert -u|-p|--patch
` [PATCH 13/76] diff.c: convert -U|--unified
` [PATCH 14/76] diff.c: convert -W|--[no-]function-context
` [PATCH 15/76] diff.c: convert --raw
` [PATCH 16/76] diff.c: convert --patch-with-raw
` [PATCH 17/76] diff.c: convert --numstat and --shortstat
` [PATCH 18/76] diff.c: convert --dirstat and friends
` [PATCH 19/76] diff.c: convert --check
` [PATCH 20/76] diff.c: convert --summary
` [PATCH 21/76] diff.c: convert --patch-with-stat
` [PATCH 22/76] diff.c: convert --name-only
` [PATCH 23/76] diff.c: convert --name-status
` [PATCH 24/76] diff.c: convert -s|--no-patch
` [PATCH 25/76] diff.c: convert --stat*
` [PATCH 26/76] diff.c: convert --[no-]compact-summary
` [PATCH 27/76] diff.c: convert --output-*
` [PATCH 28/76] diff.c: convert -B|--break-rewrites
` [PATCH 29/76] diff.c: convert -M|--find-renames
` [PATCH 30/76] diff.c: convert -D|--irreversible-delete
` [PATCH 31/76] diff.c: convert -C|--find-copies
` [PATCH 32/76] diff.c: convert --find-copies-harder
` [PATCH 33/76] diff.c: convert --no-renames|--[no--rename-empty
` [PATCH 34/76] diff.c: convert --relative
` [PATCH 35/76] diff.c: convert --[no-]minimal
` [PATCH 36/76] diff.c: convert --ignore-some-changes
` [PATCH 37/76] diff.c: convert --[no-]indent-heuristic
` [PATCH 38/76] diff.c: convert --patience
` [PATCH 39/76] diff.c: convert --histogram
` [PATCH 40/76] diff.c: convert --diff-algorithm
` [PATCH 41/76] diff.c: convert --anchored
` [PATCH 42/76] diff.c: convert --binary
` [PATCH 43/76] diff.c: convert --full-index
` [PATCH 44/76] diff.c: convert -a|--text
` [PATCH 45/76] diff.c: convert -R
` [PATCH 46/76] diff.c: convert --[no-]follow
` [PATCH 47/76] diff.c: convert --[no-]color
` [PATCH 48/76] diff.c: convert --word-diff
` [PATCH 49/76] diff.c: convert --word-diff-regex
` [PATCH 50/76] diff.c: convert --color-words
` [PATCH 51/76] diff.c: convert --exit-code
` [PATCH 52/76] diff.c: convert --quiet
` [PATCH 53/76] diff.c: convert --ext-diff
` [PATCH 54/76] diff.c: convert --textconv
` [PATCH 55/76] diff.c: convert --ignore-submodules
` [PATCH 56/76] diff.c: convert --submodule
` [PATCH 57/76] diff.c: convert --ws-error-highlight
` [PATCH 58/76] diff.c: convert --ita-[in]visible-in-index
` [PATCH 59/76] diff.c: convert -z
` [PATCH 60/76] diff.c: convert -l
` [PATCH 61/76] diff.c: convert -S|-G
` [PATCH 62/76] diff.c: convert --pickaxe-all|--pickaxe-regex
` [PATCH 63/76] diff.c: convert -O
` [PATCH 64/76] diff.c: convert --find-object
` [PATCH 65/76] diff.c: convert --diff-filter
` [PATCH 66/76] diff.c: convert --[no-]abbrev
` [PATCH 67/76] diff.c: convert --[src|dst]-prefix
` [PATCH 68/76] diff.c: convert --line-prefix
` [PATCH 69/76] diff.c: convert --no-prefix
` [PATCH 70/76] diff.c: convert --inter-hunk-context
` [PATCH 71/76] diff.c: convert --color-moved
` [PATCH 72/76] diff.c: convert --color-moved-ws
` [PATCH 73/76] diff.c: allow --no-color-moved-ws
` [PATCH 74/76] range-diff: use parse_options() instead of diff_opt_parse()
` [PATCH 75/76] diff --no-index: "
` [PATCH 76/76] am: avoid diff_opt_parse()

git-gui child windows are still blank
 2019-01-17 14:26 UTC  (2+ messages)

(no subject)
 2019-01-17 14:04 UTC 

Git bomb still present (at least in SUSE)?
 2019-01-17 12:26 UTC  (2+ messages)

Broken interactive rebase text after some UTF-8 characters
 2019-01-17 11:04 UTC  (4+ messages)

[RFC/PATCH 00/10] Support using submodules with worktrees
 2019-01-17 10:22 UTC  (14+ messages)
` [PATCH 01/10] doc: about submodule support with multiple worktrees
` [PATCH 02/10] submodule--helper: add missing \n
` [PATCH 03/10] submodule add: support multiple worktrees
` [PATCH 04/10] submodule init: "
` [PATCH 05/10] submodule update: add tests for "
` [PATCH 06/10] submodule sync: support "
` [PATCH 07/10] submodule deinit: "
` [PATCH 08/10] submodule clone: use repo_config_set()
` [PATCH 09/10] submodule clone: propagate extensions.worktreeConfig
` [PATCH 10/10] submodule ensure-core-worktree: write to config.worktree

[PATCH 0/9] Offer to run CI/PR builds in Visual Studio Team Services
 2019-01-17 10:18 UTC  (27+ messages)
` [PATCH v2 00/13] Offer to run CI/PR builds in Azure Pipelines
  ` [PATCH v3 00/21] "
    ` [PATCH v3 01/21] travis: fix skipping tagged releases
    ` [PATCH v3 02/21] ci: rename the library of common functions
    ` [PATCH v3 03/21] ci/lib.sh: encapsulate Travis-specific things
    ` [PATCH v3 04/21] ci: inherit --jobs via MAKEFLAGS in run-build-and-tests
    ` [PATCH v3 05/21] ci: use a junction on Windows instead of a symlink
    ` [PATCH v3 06/21] test-date: add a subcommand to measure times in shell scripts
    ` [PATCH v3 07/21] tests: optionally write results as JUnit-style .xml
    ` [PATCH v3 08/21] ci/lib.sh: add support for Azure Pipelines
    ` [PATCH v3 09/21] Add a build definition for Azure DevOps
    ` [PATCH v3 10/21] ci: move the Windows job to the top
    ` [PATCH v3 11/21] ci: use git-sdk-64-minimal build artifact
    ` [PATCH v3 12/21] mingw: be more generous when wrapping up the setitimer() emulation
    ` [PATCH v3 14/21] tests: avoid calling Perl just to determine file sizes
    ` [PATCH v3 13/21] README: add a build badge (status of the Azure Pipelines build)
    ` [PATCH v3 15/21] tests: include detailed trace logs with --write-junit-xml upon failure
    ` [PATCH v3 16/21] mingw: try to work around issues with the test cleanup
    ` [PATCH v3 17/21] tests: add t/helper/ to the PATH with --with-dashes
    ` [PATCH v3 18/21] t0061: fix with --with-dashes and RUNTIME_PREFIX
    ` [PATCH v3 19/21] tests: optionally skip bin-wrappers/
    ` [PATCH v3 20/21] ci: speed up Windows phase
    ` [PATCH v3 21/21] ci: parallelize testing on Windows

[PATCH] repository.c: fix sparse warning
 2019-01-17 10:06 UTC  (2+ messages)

[PATCH 0/1] t6042: fix breakage on Windows
 2019-01-17  9:35 UTC  (10+ messages)
` [PATCH 1/1] t6042: work around speed optimization "
` [PATCH v2 0/1] t6042: fix breakage "
  ` [PATCH v2 1/1] t6042: work around speed optimization "

[WIP 0/8] Trying to revive GIT_TEST_PROTOCOL_VERSION
 2019-01-17  9:31 UTC  (10+ messages)
` [WIP 1/8] tests: define GIT_TEST_PROTOCOL_VERSION
` [WIP 2/8] tests: always test fetch of unreachable with v0
` [WIP 3/8] t5503: fix overspecification of trace expectation
` [WIP 4/8] t5512: compensate for v0 only sending HEAD symrefs
` [WIP 5/8] t5700: only run with protocol version 1
` [WIP 6/8] tests: fix protocol version for overspecifications
` [WIP 7/8] t5552: compensate for v2 filtering ref adv
` [WIP 8/8] remote-curl: in v2, fill credentials if needed

[PATCH v2 2/3] setup: do not use invalid `repository_format`
 2019-01-17  6:31 UTC  (2+ messages)

Minor typos in the documentation for git checkout <branch>
 2019-01-17  0:17 UTC 

[PATCH v3 0/2] support for filtering trees and blobs based on depth
 2019-01-17  0:14 UTC  (5+ messages)

[PATCHv2 1/2] git-p4: add failing test for shelved CL update involving move
 2019-01-16 23:40 UTC  (2+ messages)

[PATCH/RFC v1 1/1] Use size_t instead of unsigned long
 2019-01-16 21:46 UTC  (3+ messages)
` [PATCH v2 1/1] Use size_t instead of 'unsigned long' for data in memory

What's cooking in git.git (Jan 2019, #02; Tue, 15)
 2019-01-16 21:26 UTC  (2+ messages)

[PATCH 0/4] Sideband the whole fetch v2 response
 2019-01-16 19:28 UTC  (11+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/4] sideband: reverse its dependency on pkt-line
` [PATCH v3 0/4] Sideband the whole fetch v2 response
  ` [PATCH v3 1/4] pkt-line: introduce struct packet_writer
  ` [PATCH v3 2/4] sideband: reverse its dependency on pkt-line
  ` [PATCH v3 3/4] {fetch,upload}-pack: sideband v2 fetch response
  ` [PATCH v3 4/4] tests: define GIT_TEST_SIDEBAND_ALL

Stage or discard a hunk at a time?
 2019-01-16 19:09 UTC 

[PATCH v4 0/6] Add a new "sparse" tree walk algorithm
 2019-01-16 18:26 UTC  (7+ messages)
` [PATCH v5 0/5] "
  ` [PATCH v5 2/5] list-objects: consume sparse tree walk
  ` [PATCH v5 1/5] revision: add mark_tree_uninteresting_sparse
  ` [PATCH v5 3/5] revision: implement sparse algorithm
  ` [PATCH v5 4/5] pack-objects: create pack.useSparse setting
  ` [PATCH v5 5/5] pack-objects: create GIT_TEST_PACK_SPARSE

Git Test Coverage Report (Wed Jan 16)
 2019-01-16 18:22 UTC 

submodule.recurse should apply to clone
 2019-01-16 17:16 UTC 

null pointer dereference in refs/file-backend
 2019-01-16 15:49 UTC  (2+ messages)

Regression `git checkout $rev -b branch` while in a `--no-checkout` clone does not check out files
 2019-01-16 14:39 UTC  (9+ messages)

[PATCH 0/6] getenv() timing fixes
 2019-01-16 14:06 UTC  (9+ messages)
` [PATCH 2/6] commit: copy saved getenv() result

[PATCH 0/1] Be careful about left-over files from git add --edit runs
 2019-01-16 13:47 UTC  (3+ messages)

[PATCH v3 1/3] t5323: test cases for git-pack-redundant
 2019-01-16 11:24 UTC  (3+ messages)
` [PATCH/RFC v1 1/1] test-lint: sed -E (or -a, -l) are not portable

[PATCH] helper/test-ref-store: fix "new-sha1" vs "old-sha1" typo
 2019-01-16 11:13 UTC  (3+ 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).