git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-03-24 03:40:18 to 2020-03-26 04:38:04 UTC [more...]

[PATCH v2 0/8] fix test failure with busybox
 2020-03-26  4:37 UTC  (25+ messages)
` [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 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

"git rebase" behavior change in 2.26.0
 2020-03-26  3:37 UTC  (6+ messages)

[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 

[PATCH] fetch: allow running as different users in shared repositories
 2020-03-26  0:44 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)

[RFC PATCH 0/3] grep: honor sparse checkout and add option to ignore it
 2020-03-25 23:15 UTC  (18+ messages)
` [RFC PATCH 1/3] doc: grep: unify info on configuration variables
` [RFC PATCH 2/3] grep: honor sparse checkout patterns
` [RFC PATCH 3/3] grep: add option to ignore sparsity patterns

[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 "

What's cooking in git.git (Mar 2020, #08; Wed, 25)
 2020-03-25 22:01 UTC 

[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 v2 0/6] Avoid multiple recursive calls for same path in read_directory_recursive()
 2020-03-25 19:31 UTC  (9+ 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] 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  (7+ 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  (6+ messages)
` [PATCH v2] docs: add a FAQ

[PATCH 0/2] Enable GPG in the Windows part of the CI/PR builds
 2020-03-25 17:25 UTC  (26+ 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 v2 0/5] Enable GPG in the Windows part of the CI/PR builds
  ` [PATCH v2 1/5] tests(gpg): allow the gpg-agent to start on Windows
  ` [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] Fix dir sep handling of GIT_ASKPASS on Windows
 2020-03-25 17:09 UTC  (5+ messages)
` [PATCH v2] "

[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]

Feature request: 'git grep' over multiple working trees
 2020-03-25  8:04 UTC  (3+ messages)

[RFC PATCH] git-apply: Permit change of file mode when filename does not change
 2020-03-25  6:52 UTC  (3+ messages)

[PATCH 0/8] t: replace incorrect test_must_fail usage (part 3)
 2020-03-25  6:43 UTC  (15+ messages)
` [PATCH 1/8] t5512: don't use `test_must_fail test_cmp`
` [PATCH 2/8] t5512: generate references with generate_references()
` [PATCH 3/8] t5512: stop losing return codes of git commands
` [PATCH 4/8] t5550: remove use of `test_might_fail grep`
` [PATCH 5/8] t5607: reorder `nongit test_must_fail`
` [PATCH 6/8] t5612: don't use `test_must_fail test_cmp`
` [PATCH 7/8] t5612: stop losing return codes of git commands
` [PATCH 8/8] t5801: teach compare_refs() to accept !

[PATCH v3 0/4] New proc-receive hook for centralized workflow
 2020-03-25  6:04 UTC  (5+ messages)
` [PATCH v4 0/5] "
` [PATCH v4 1/5] transport: not report a non-head push as a branch

Checking Out Branches Containing Submodules With update=none and submodule.recurse=true Fails With fatal:not a git repository
 2020-03-25  4:19 UTC 

git > 2.10.1 fails to update index on macOS 10.14.5
 2020-03-24 23:59 UTC  (4+ messages)

[PATCH 0/1] commit-graph: avoid unnecessary tag deference when merging
 2020-03-24 23:08 UTC  (20+ messages)
` [PATCH 1/1] commit-graph.c: avoid unnecessary tag dereference "

[RFC][GSoC] Implement Generation Number v2
 2020-03-24 21:13 UTC  (10+ messages)

[GSoC][t2400] Use test_path_is_* functions in test scripts
 2020-03-24 20:58 UTC 

[GSoC][RFC][PROPOSAL v1] Improvements to git log
 2020-03-24 20:19 UTC 

[PATCH v2 1/1] midx.c: fix an integer overflow
 2020-03-24 18:48 UTC  (4+ messages)
` [PATCH v3 "

[ANNOUNCE] Git v2.26.0 - Test Results NonStop Platform
 2020-03-24 18:37 UTC 

[GSoC proposal] Improvements to git log
 2020-03-24 12:07 UTC 

[GSoC][RFC][PROPOSAL v2] Unify ref-filter formats with other --pretty formats
 2020-03-24 11:18 UTC  (3+ messages)
` [GSoC][RFC][PROPOSAL v3] "

[GSoC][RFC][Proposal v4] Convert submodule to builtin
 2020-03-24  9:08 UTC  (2+ messages)

[GSoC][RFC][Proposal v3] Convert submodule to builtin
 2020-03-24  8:21 UTC  (2+ messages)

RFC][Feature] submodule
 2020-03-24  7:29 UTC  (3+ messages)
` Re: [RFC][Feature]

[PATCH v6 0/5] Reftable support git-core
 2020-03-24  6:06 UTC  (3+ messages)
` [PATCH v7 0/6] "

[PATCH 0/2] Slightly simplify partial clone user experience
 2020-03-24  5:17 UTC  (4+ messages)
` [PATCH v2] clone: document --filter options

[ANNOUNCE] Git v2.26.0 - Test Results NonStop Platform
 2020-03-24  3:52 UTC  (2+ 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).