git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-03-25 09:04:32 to 2020-03-27 00:49:27 UTC [more...]

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

[PATCH 0/8] t: replace incorrect test_must_fail usage (part 3)
 2020-03-27  0:43 UTC  (13+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/8] t5512: don't use `test_must_fail test_cmp`
  ` [PATCH v2 2/8] t5512: stop losing git exit code in here-docs
  ` [PATCH v2 3/8] t5512: stop losing return codes of git commands
  ` [PATCH v2 4/8] t5550: simplify no matching line check
  ` [PATCH v2 5/8] t5607: reorder `nongit test_must_fail`
  ` [PATCH v2 6/8] t5612: don't use `test_must_fail test_cmp`
  ` [PATCH v2 7/8] t5612: stop losing return codes of git commands
  ` [PATCH v2 8/8] t5801: teach compare_refs() to accept !
  ` [PATCH v2 9/9] fixup! t5512: stop losing git exit code in here-docs

[PATCH] Fix dir sep handling of GIT_ASKPASS on Windows
 2020-03-27  0:36 UTC  (8+ messages)
` [PATCH v2] "
  ` [PATCH v3] run-command: trigger PATH lookup properly on Cygwin

[PATCH v2 1/1] midx.c: fix an integer overflow
 2020-03-26 23:27 UTC  (3+ messages)
` [PATCH v4 "

[PATCH] connected: always use partial clone optimization
 2020-03-26 23:14 UTC  (4+ messages)

Notes from Git Contributor Summit, Los Angeles (April 5, 2020)
 2020-03-26 22:37 UTC  (9+ messages)
` [TOPIC 3/17] Obliterate

[PATCH] fetch: allow running as different users in shared repositories
 2020-03-26 22:32 UTC  (3+ messages)
  ` Re[2]: "

[PATCH v2 0/6] Avoid multiple recursive calls for same path in read_directory_recursive()
 2020-03-26 21:27 UTC  (20+ messages)
` [PATCH v3 0/7] "
  ` [PATCH v3 1/7] t7063: correct broken test expectation
  ` [PATCH v3 2/7] dir: fix simple typo in comment
  ` [PATCH v3 3/7] dir: consolidate treat_path() and treat_one_path()
  ` [PATCH v3 4/7] dir: fix broken comment
  ` [PATCH v3 5/7] dir: fix confusion based on variable tense
  ` [PATCH v3 6/7] dir: refactor treat_directory to clarify control flow
  ` [PATCH v3 7/7] dir: replace exponential algorithm with a linear one, fix untracked cache
  ` [PATCH v4 0/7] Avoid multiple recursive calls for same path in read_directory_recursive()
    ` [PATCH v4 1/7] t7063: more thorough status checking
    ` [PATCH v4 2/7] dir: fix simple typo in comment
    ` [PATCH v4 3/7] dir: consolidate treat_path() and treat_one_path()
    ` [PATCH v4 4/7] dir: fix broken comment
    ` [PATCH v4 5/7] dir: fix confusion based on variable tense
    ` [PATCH v4 6/7] dir: refactor treat_directory to clarify control flow
    ` [PATCH v4 7/7] dir: replace exponential algorithm with a linear one

[RFC PATCH] fetch-pack: lazy fetch using tree:0
 2020-03-26 19:50 UTC  (3+ messages)

[PATCH 0/2] Enable GPG in the Windows part of the CI/PR builds
 2020-03-26 19:31 UTC  (24+ messages)
` [PATCH v2 0/5] "
  ` [PATCH v2 2/5] t/lib-gpg.sh: stop pretending to be a stand-alone script
  ` [PATCH v2 3/5] tests: turn GPG, GPGSM and RFC1991 into lazy prereqs
  ` [PATCH v2 4/5] tests: do not let lazy prereqs inside `test_expect_*` turn off tracing
  ` [PATCH v2 5/5] tests: increase the verbosity of the GPG-related prereqs
  ` [PATCH v3 0/5] Enable GPG in the Windows part of the CI/PR builds
    ` [PATCH v3 1/5] tests(gpg): allow the gpg-agent to start on Windows
    ` [PATCH v3 2/5] t/lib-gpg.sh: stop pretending to be a stand-alone script
    ` [PATCH v3 3/5] tests: do not let lazy prereqs inside `test_expect_*` turn off tracing
    ` [PATCH v3 4/5] tests: turn GPG, GPGSM and RFC1991 into lazy prereqs
    ` [PATCH v3 5/5] tests: increase the verbosity of the GPG-related prereqs

[PATCH v2] rebase --merge: optionally skip upstreamed commits
 2020-03-26 19:27 UTC  (4+ messages)

[PATCH 0/3] add travis job for linux with musl libc
 2020-03-26 16:06 UTC  (5+ messages)
` [PATCH 1/3] ci: libify logic for usage and checking CI_USER
` [PATCH 2/3] ci: refactor docker runner script
` [PATCH 3/3] travis: build and test on Linux with musl libc and busybox

[PATCH] prepare_shell_cmd: add code comment
 2020-03-26 14:38 UTC  (2+ messages)

[RFC] Representation of diff with trailing spaces
 2020-03-26 12:40 UTC  (3+ messages)

[PATCH 0/3] configure: respect --without-<package> flags
 2020-03-26 12:23 UTC  (3+ messages)
` [PATCH v2 "

[PATCH] p5310: stop timing non-bitmap pack-to-disk
 2020-03-26 11:12 UTC  (3+ messages)

[RFC][GSoC] Implement Generation Number v2
 2020-03-26 10:15 UTC  (6+ messages)
        ` [GSoC][Proposal v2] "

What's cooking in git.git (Mar 2020, #08; Wed, 25)
 2020-03-26  9:29 UTC  (2+ messages)

[PATCH 0/2] test shell-library cleanups
 2020-03-26  8:33 UTC  (4+ messages)
` [PATCH 1/2] t/lib-credential.sh: drop shebang line
` [PATCH 2/2] t/lib-*.sh: drop executable bit

[PATCH 0/2] use `curl-config --cflags`
 2020-03-26  8:08 UTC  (3+ messages)
` [PATCH 1/2] Makefile: avoid running curl-config multiple times
` [PATCH 2/2] Makefile: use curl-config --cflags

"git rebase" behavior change in 2.26.0
 2020-03-26  7:28 UTC  (8+ messages)

[RFC PATCH 0/3] grep: honor sparse checkout and add option to ignore it
 2020-03-26  6:02 UTC  (8+ messages)
` [RFC PATCH 3/3] grep: add option to ignore sparsity patterns

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

[PATCH v4 2/5] receive-pack: add new proc-receive hook
 2020-03-26  2:25 UTC  (9+ messages)
` [PATCH 0/3] Never report references we not push
` [PATCH 1/3] t5543: never report what we do "
` [PATCH 2/3] send-pack: mark failure of atomic push properly
` [PATCH 3/3] transport-helper: enforce atomic in push_refs_with_push

Git Test Coverage Report (March 25)
 2020-03-26  2:17 UTC 

Git doesn't support symlinks
 2020-03-26  0:50 UTC  (4+ messages)

Feature request: rebase -i inside of rebase -i
 2020-03-26  0:18 UTC  (7+ messages)

[GSoC][RFC][PROPOSAL v4] Unify ref-filter formats with other --pretty formats
 2020-03-25 22:23 UTC 

[PATCH v2 2/2] remote.c: fix handling of %(push:remoteref)
 2020-03-25 22:16 UTC  (3+ messages)
` [PATCH v3 1/1] "

[PATCH 1/2] doc: update the documentation of pack-objects and repack
 2020-03-25 22:15 UTC  (3+ messages)
` [PATCH v2 0/3] Documentation of pack "

[PATCH v10 0/5] add git-bugreport tool
 2020-03-25 21:25 UTC  (10+ messages)
` [PATCH v10 5/5] bugreport: add compiler info
` [PATCH v11 0/5] add git-bugreport tool
  ` [PATCH v11 1/5] help: move list_config_help to builtin/help
  ` [PATCH v11 2/5] bugreport: add tool to generate debugging info
  ` [PATCH v11 3/5] bugreport: gather git version and build info
  ` [PATCH v11 4/5] bugreport: add uname info
  ` [PATCH v11 5/5] bugreport: add compiler info

[PATCH] added: Multi line support for ignore-paths configuration
 2020-03-25 21:24 UTC  (3+ messages)

[PATCH v3 0/5] doc: --recurse-submodules
 2020-03-25 21:09 UTC  (10+ messages)
` [PATCH v3 2/5] doc: document --recurse-submodules for reset and restore
` [PATCH v4 0/5] doc: --recurse-submodules
  ` [PATCH v4 1/5] doc: list all commands affected by submodule.recurse
  ` [PATCH v4 2/5] doc: document --recurse-submodules for reset and restore
  ` [PATCH v4 3/5] doc: explain how to deactivate submodule.recurse completely
  ` [PATCH v4 4/5] doc: be more precise on (fetch|push).recurseSubmodules
  ` [PATCH v4 5/5] doc: --recurse-submodules mostly applies to active submodules

[PATCH] revision: allow missing promisor objects on CLI
 2020-03-25 20:50 UTC  (6+ messages)
` [PATCH v3 0/2] Un-regress rev-list --exclude-promisor-objects
  ` [PATCH v3 1/2] revision: document get_reference()
  ` [PATCH v3 2/2] revision: un-regress --exclude-promisor-objects

[PATCH] fetch: allow running as different users in shared repositories
 2020-03-25 19:04 UTC  (2+ messages)

Test results for GNU HURD
 2020-03-25 19:01 UTC  (2+ messages)

[GSoC][RFC][Proposal v5] Convert submodule to builtin
 2020-03-25 18:50 UTC 

[PATCH] import-tars: ignore the global PAX header
 2020-03-25 18:43 UTC  (5+ messages)
` [PATCH v2] "

[ANNOUNCE] Git Rev News edition 60
 2020-03-25 18:23 UTC 

[PATCH v2 0/1] FAQ for common user questions
 2020-03-25 18:03 UTC  (5+ messages)
` [PATCH v2] docs: add a FAQ

[GSoC][RFC] Convert mergetool to builtin
 2020-03-25 17:00 UTC  (2+ messages)
` [GSoC][Proposal v2] "

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

[GSoC][PATCH 0/1] Microproject Submission
 2020-03-25 14:00 UTC  (4+ messages)
` [PATCH v2] t9116: avoid using pipes

[GSoC] Query regarding Microproject
 2020-03-25 13:51 UTC  (6+ messages)

[PATCH 0/9] Support for transactions in `git-update-ref --stdin`
 2020-03-25  9:54 UTC  (10+ messages)
` [PATCH 1/9] refs: fix segfault when aborting empty transaction
` [PATCH 2/9] git-update-ref.txt: add missing word
` [PATCH 3/9] strbuf: provide function to append whole lines
` [PATCH 4/9] update-ref: organize commands in an array
` [PATCH 5/9] update-ref: drop unused argument for `parse_refname`
` [PATCH 6/9] update-ref: pass end pointer instead of strbuf
` [PATCH 7/9] update-ref: move transaction handling into `update_refs_stdin()`
` [PATCH 8/9] update-ref: read commands in a line-wise fashion
` [PATCH 9/9] update-ref: implement interactive transaction handling

Wrong Version On The Website ?
 2020-03-25  9:53 UTC  (4+ messages)

bug in git-log with funny merges
 2020-03-25  9:04 UTC  (3+ messages)
  ` git log behaves strange on non-monotonic commit dates [Was: Re: bug in git-log with funny merges]


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