git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-03-21 09:22:39 to 2020-03-23 18:52:13 UTC [more...]

[PATCH v9 0/5] add git-bugreport tool
 2020-03-23 18:52 UTC  (13+ messages)
` [PATCH v9 2/5] bugreport: add tool to generate debugging info

[PATCH 0/7] Sparse checkout improvements -- improved sparsity updating
 2020-03-23 18:41 UTC  (30+ messages)
` [PATCH v2 00/18] "
  ` [PATCH v2 01/18] unpack-trees: fix minor typo in comment
  ` [PATCH v2 02/18] unpack-trees: remove unused error type
  ` [PATCH v2 03/18] unpack-trees: simplify verify_absent_sparse()
  ` [PATCH v2 04/18] unpack-trees: simplify pattern_list freeing
  ` [PATCH v2 05/18] t1091: make some tests a little more defensive against failures
  ` [PATCH v2 06/18] unpack-trees: allow check_updates() to work on a different index
  ` [PATCH v2 07/18] unpack-trees: do not mark a dirty path with SKIP_WORKTREE
  ` [PATCH v2 08/18] unpack-trees: pull sparse-checkout pattern reading into a new function
  ` [PATCH v2 09/18] unpack-trees: add a new update_sparsity() function
  ` [PATCH v2 10/18] sparse-checkout: use "
  ` [PATCH v2 11/18] sparse-checkout: use improved unpack_trees porcelain messages
  ` [PATCH v2 12/18] unpack-trees: move ERROR_WOULD_LOSE_SUBMODULE earlier
  ` [PATCH v2 13/18] unpack-trees: rename ERROR_* fields meant for warnings to WARNING_*
  ` [PATCH v2 14/18] unpack-trees: split display_error_msgs() into two
  ` [PATCH v2 15/18] unpack-trees: make sparse path messages sound like warnings
  ` [PATCH v2 16/18] unpack-trees: provide warnings on sparse updates for unmerged paths too
  ` [PATCH v2 17/18] unpack-trees: failure to set SKIP_WORKTREE bits always just a warning
  ` [PATCH v2 18/18] sparse-checkout: provide a new reapply subcommand

GIT_ASKPASS absolute path detection bug on Windows
 2020-03-23 18:13 UTC  (9+ messages)

[PATCH 0/2] Enable GPG in the Windows part of the CI/PR builds
 2020-03-23 18:04 UTC  (6+ messages)
` [PATCH 1/2] tests(gpg): allow the gpg-agent to start on Windows
` [PATCH 2/2] tests(gpg): increase verbosity to allow debugging

[PATCH] import-tars: ignore the global PAX header
 2020-03-23 17:41 UTC  (3+ messages)

[GSoC][RFC][Proposal v4] Convert submodule to builtin
 2020-03-23 17:15 UTC 

[PATCH] tests(junit-xml): avoid invalid XML
 2020-03-23 16:28 UTC  (2+ messages)

[PATCH] bisect: remove root directory restriction for git bisect
 2020-03-23 16:17 UTC  (7+ messages)

[RFC][GSoC] Implement Generation Number v2
 2020-03-23 16:04 UTC  (8+ messages)

[PATCH v2 0/8] fix test failure with busybox
 2020-03-23 15:55 UTC  (16+ messages)
` [PATCH v2 1/8] t4061: use POSIX compliant regex(7)
` [PATCH v2 2/8] test-lib-functions: test_cmp: eval $GIT_TEST_CMP
` [PATCH v2 3/8] t5003: drop the subshell in test_lazy_prereq
` [PATCH v2 4/8] t5003: skip conversion test if unzip -a is unavailable
` [PATCH v2 5/8] t5616: use rev-parse instead to get HEAD's object_id
` [PATCH v2 6/8] t7063: drop non-POSIX argument "-ls" from find(1)
` [PATCH v2 7/8] t4124: fix test for non-compliant diff(1)
` [PATCH v2 8/8] t5703: feed raw data into test-tool unpack-sideband

[PATCH] trace2: teach Git to log environment variables
 2020-03-23 15:28 UTC  (2+ messages)

Relative url values in .gitmodules confusingly sensitive to clone via ssh vs https
 2020-03-23 15:09 UTC  (3+ messages)

git > 2.10.1 fails to update index on macOS 10.14.5
 2020-03-23 14:37 UTC 

[ANNOUNCE] Git for Windows 2.26.0
 2020-03-23 13:20 UTC 

[GSoC][RFC][Proposal v1] Unify ref-filter formats with other --pretty formats
 2020-03-23 10:37 UTC  (3+ messages)

[GSoC][PATCH 0/1] Microproject Submission
 2020-03-23  7:04 UTC  (4+ messages)
` [GSoC][PATCH 1/1] t9116: avoid using pipes

[ANNOUNCE] Git v2.26.0
 2020-03-23  1:10 UTC 

What's cooking in git.git (Mar 2020, #07; Sun, 22)
 2020-03-23  1:10 UTC 

[PATCH] t: fix whitespace around &&
 2020-03-22 23:45 UTC  (4+ messages)
` [PATCH v2 1/2] t9500: remove spaces after redirect operators
  ` [PATCH v2 2/2] t: fix whitespace around &&

Regression in git ls-files, or bug in completion?
 2020-03-22 23:39 UTC 

[GSoC] cache.h: change READ_GITFILE_ERR constants group to enum
 2020-03-22 23:38 UTC  (2+ messages)

[PATCH v3 0/5] doc: --recurse-submodules
 2020-03-22 23:21 UTC  (11+ messages)
` [PATCH v3 2/5] doc: document --recurse-submodules for reset and restore
` [PATCH v3 3/5] doc: explain how to deactivate submodule.recurse completely
` [PATCH v3 4/5] doc: be more precise on (fetch|push).recurseSubmodules
` [PATCH v3 5/5] doc: --recurse-submodules mostly only apply to active submodules

[PATCH 0/2] Slightly simplify partial clone user experience
 2020-03-22 19:50 UTC  (11+ messages)
` [PATCH 1/2] partial-clone: set default filter with --partial
` [PATCH v2] clone: document --filter options

[PATCH] t3419: prevent failure when run with EXPENSIVE
 2020-03-22 19:19 UTC  (4+ messages)
` [PATCH] t3419: drop EXPENSIVE tests

[PATCH 0/1] commit-graph: avoid unnecessary tag deference when merging
 2020-03-22 19:18 UTC  (19+ messages)
` [PATCH 1/1] commit-graph.c: avoid unnecessary tag dereference "
              ` looking up object types quickly, was "

Recommended release flow for multiple git-subtree repos
 2020-03-22 18:49 UTC 

Confusion regarding subtree-push docs
 2020-03-22 17:57 UTC 

git stash push/save/create all return exit code 0, even if no object was created
 2020-03-22 16:15 UTC  (3+ messages)

[PATCH] test-lib: allow short options to be stacked
 2020-03-22 15:58 UTC  (13+ messages)
` [PATCH v2] test-lib: allow short options to be bundled
  ` [PATCH v3] "

[GSoC][RFC][PROPOSAL v2] Unify ref-filter formats with other --pretty formats
 2020-03-22 14:56 UTC  (2+ messages)
` [GSoC][RFC][PROPOSAL v3] "

[PATCH v3 0/4] New proc-receive hook for centralized workflow
 2020-03-22 13:18 UTC  (7+ messages)
` [PATCH v4 0/5] "
` [PATCH v4 1/5] transport: not report a non-head push as a branch
` [PATCH v4 2/5] receive-pack: add new proc-receive hook
` [PATCH v4 3/5] refs.c: refactor to reuse ref_is_hidden()
` [PATCH v4 4/5] receive-pack: new config receive.procReceiveRefs
` [PATCH v4 5/5] receive-pack: refactor report for proc-receive

[GSoC][RFC] Convert mergetool to builtin
 2020-03-22 11:27 UTC  (2+ messages)

[PATCH 0/6] fix test failure with busybox
 2020-03-22  6:05 UTC  (8+ messages)
` [PATCH 5/6] t7063: use POSIX find(1) syntax

[PATCH v2 1/6] t4061: use POSIX compliance regex(7)
 2020-03-22  1:52 UTC  (6+ messages)
` [PATCH v2 3/6] t5003: skip conversion test if unzip -a is unavailable
` [PATCH v2 4/6] t5616: use rev-parse instead to get HEAD's object_id
` [PATCH v2 5/6] t7063: use POSIX find(1) syntax
` [PATCH v2 6/6] t4124: fix test for non-compliance diff

macOS builds having trouble at travis-ci.org?
 2020-03-21 22:54 UTC  (3+ messages)

[GSoC Project RFC] "git log --oneline" improvements
 2020-03-21 22:37 UTC  (4+ messages)

[RFC]rev-parse: rev-parse.h does not exist for rev-parse.c
 2020-03-21 19:41 UTC  (2+ messages)

[PATCH 0/2] Lib-ify functions in builtin.h
 2020-03-21 19:24 UTC  (4+ messages)
` [PATCH 1/2] Lib-ify fmt-merge-msg
` [PATCH 2/2] Lib-ify prune-packed

[GIT PULL] l10n updates for 2.26.0 round 2
 2020-03-21 18:58 UTC  (3+ messages)

Feature request: rebase -i inside of rebase -i
 2020-03-21 17:56 UTC  (5+ messages)

[PATCH] test-lib: allow short options to be stacked
 2020-03-21 17:27 UTC  (2+ messages)

[PATCH v2 00/11] Finish converting git bisect to C part 2
 2020-03-21 16:10 UTC  (12+ messages)
` [PATCH v2 01/11] bisect--helper: fix `cmd_*()` function switch default return
` [PATCH v2 02/11] bisect--helper: introduce new `write_in_file()` function
` [PATCH v2 03/11] bisect--helper: reimplement `bisect_next` and `bisect_auto_next` shell functions in C
` [PATCH v2 04/11] bisect--helper: finish porting `bisect_start()` to C
` [PATCH v2 05/11] bisect--helper: retire `--bisect-clean-state` subcommand
` [PATCH v2 06/11] bisect--helper: retire `--next-all` subcommand
` [PATCH v2 07/11] bisect--helper: reimplement `bisect_autostart` shell function in C
` [PATCH v2 08/11] bisect--helper: reimplement `bisect_state` & `bisect_head` shell functions "
` [PATCH v2 09/11] bisect--helper: retire `--check-expected-revs` subcommand
` [PATCH v2 10/11] bisect--helper: retire `--write-terms` subcommand
` [PATCH v2 11/11] bisect--helper: retire `--bisect-autostart` subcommand

[GSoC] Query regarding Microproject
 2020-03-21  9:49 UTC  (4+ messages)

[PATCH v2 00/17] merge: learn --autostash
 2020-03-21  9:21 UTC  (7+ messages)
` [PATCH v3 00/19] "
  ` [PATCH v3 15/19] sequencer: unlink autostash in apply_autostash()
  ` [PATCH v3 16/19] sequencer: implement save_autostash()
  ` [PATCH v3 17/19] merge: teach --autostash option
  ` [PATCH v3 18/19] t5520: make test_pull_autostash() accept expect_parent_num
  ` [PATCH v3 19/19] pull: pass --autostash to merge


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