git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-01-31 18:31:49 to 2020-02-04 22:00:40 UTC [more...]

[PATCH v4 00/15] add git-bugreport tool
 2020-02-04 22:00 UTC  (21+ messages)
` [PATCH v5 "
  ` [PATCH v5 01/15] bugreport: add tool to generate debugging info
  ` [PATCH v5 02/15] help: move list_config_help to builtin/help
  ` [PATCH v5 09/15] bugreport: generate config safelist based on docs
  ` [PATCH v5 10/15] bugreport: add config values from safelist
  ` [PATCH v5 11/15] bugreport: collect list of populated hooks
  ` [PATCH v5 12/15] bugreport: count loose objects
  ` [PATCH v5 13/15] bugreport: add packed object summary

Install git 2.12.2 on suse 12.4 from source code
 2020-02-04 16:25 UTC  (2+ messages)

[PATCH 0/6] commit-graph: use 'struct object_directory *' everywhere
 2020-02-04 21:44 UTC  (22+ messages)
` [PATCH 2/6] commit-graph.h: store object directory in 'struct commit_graph'
` [PATCH v2 0/5] commit-graph: use 'struct object_directory *' everywhere
  ` [PATCH v2 1/5] t5318: don't pass non-object directory to '--object-dir'
  ` [PATCH v2 2/5] commit-graph.h: store an odb in 'struct write_commit_graph_context'
  ` [PATCH v2 3/5] commit-graph.h: store object directory in 'struct commit_graph'
  ` [PATCH v2 4/5] commit-graph.c: remove path normalization, comparison
  ` [PATCH v2 5/5] commit-graph.h: use odb in 'load_commit_graph_one_fd_st'

[PATCH] clone: use submodules.recurse option for automatically clone submodules
 2020-02-04 21:32 UTC  (3+ messages)
` [PATCH v2] "

[PATCH 0/5] Reftable support git-core
 2020-02-04 21:29 UTC  (29+ messages)
` [PATCH v2 "
  ` [PATCH v2 5/5] Reftable support for git-core
  ` [PATCH v3 0/6] Reftable support git-core
    ` [PATCH v3 1/6] refs.h: clarify reflog iteration order
    ` [PATCH v3 2/6] setup.c: enable repo detection for reftable
    ` [PATCH v3 3/6] create .git/refs in files-backend.c
    ` [PATCH v3 4/6] refs: document how ref_iterator_advance_fn should handle symrefs
    ` [PATCH v3 5/6] Add reftable library
    ` [PATCH v3 6/6] Reftable support for git-core

[PATCH 00/10] name-rev: improve memory usage
 2020-02-04 21:26 UTC  (11+ messages)
` [PATCH 01/10] name-rev: rewrite create_or_update_name()
` [PATCH 02/10] name-rev: remove unused typedef
` [PATCH 03/10] name-rev: respect const qualifier
` [PATCH 04/10] name-rev: don't leak path copy in name_ref()
` [PATCH 05/10] name-rev: don't _peek() in create_or_update_name()
` [PATCH 06/10] name-rev: put struct rev_name into commit slab
` [PATCH 07/10] name-rev: factor out get_parent_name()
` [PATCH 08/10] name-rev: pre-size buffer in get_parent_name()
` [PATCH 09/10] name-rev: generate name strings only if they are better
` [PATCH 10/10] name-rev: release unused name strings

bug? illegal text in commit log
 2020-02-04 21:25 UTC  (3+ messages)

[PATCH] git-p4: Add hook p4-pre-pedit-changelist
 2020-02-04 20:50 UTC  (8+ messages)
` [PATCH v2 0/4] git-p4: add hook p4-pre-edit-changelist
  ` [PATCH v2 1/4] git-p4: rewrite prompt to be Windows compatible
  ` [PATCH v2 2/4] git-p4: create new method gitRunHook
  ` [PATCH v2 3/4] git-p4: add hook p4-pre-edit-changelist
  ` [PATCH v2 4/4] git-p4: add p4 submit hooks

[PATCH v4] remote rename/remove: gently handle remote.pushDefault config
 2020-02-04 20:11 UTC  (3+ messages)

Patch text in git-add patch mode lacks whitespace highlighting
 2020-02-04 19:57 UTC  (13+ messages)

[PATCH] doc: describe Git bundle format
 2020-02-04 18:20 UTC  (8+ messages)
` [PATCH v2] "

GSoC and Outreachy Summer 2020?
 2020-02-04 16:37 UTC  (5+ messages)

[PATCH 0/3] builtin/commit-graph.c: new split/merge options
 2020-02-04 14:14 UTC  (22+ messages)
` [PATCH 1/3] builtin/commit-graph.c: support '--split[=<strategy>]'
` [PATCH 2/3] builtin/commit-graph.c: introduce '--input=<source>'
` [PATCH 3/3] builtin/commit-graph.c: support '--input=none'

[PATCH v2 00/14] git-p4: python3 compatibility
 2020-02-04  1:35 UTC  (7+ messages)

[PATCH 1/2] t3305: check notes fanout more carefully and robustly
 2020-02-04  1:05 UTC  (3+ messages)
` [PATCH 2/2] notes.c: fix off-by-one error when decreasing notes fanout

Fix inet_ntop and inet_pton on Solaris
 2020-02-04  0:00 UTC  (2+ messages)

[PATCH] git-filter-branch.txt: use {caret} for ^
 2020-02-03 21:03 UTC  (5+ messages)
  ` git-filter-branch.txt: wrap "maths" notation in backticks

[bug] git-rev-parse sometimes appends subdirectories to result
 2020-02-03 20:45 UTC  (2+ messages)

[PATCH] doc: add documentation for git log --no-follow
 2020-02-03 20:27 UTC  (5+ messages)
` [PATCH] index-pack: downgrade twice-resolved REF_DELTA to die()

Git 2.25 and failed self tests on OS X
 2020-02-03 16:53 UTC  (5+ messages)

[PATCH v3 00/12] Harden the sparse-checkout builtin
 2020-02-03 14:09 UTC  (19+ messages)
` [PATCH v4 00/15] "
  ` [PATCH v4 01/15] t1091: use check_files to reduce boilerplate
  ` [PATCH v4 02/15] t1091: improve here-docs
  ` [PATCH v4 03/15] sparse-checkout: create leading directories
  ` [PATCH v4 04/15] clone: fix --sparse option with URLs
  ` [PATCH v4 05/15] sparse-checkout: fix documentation typo for core.sparseCheckoutCone
  ` [PATCH v4 06/15] sparse-checkout: cone mode does not recognize "**"
  ` [PATCH v4 07/15] sparse-checkout: detect short patterns
  ` [PATCH v4 08/15] sparse-checkout: warn on globs in cone patterns
  ` [PATCH v4 09/15] sparse-checkout: properly match escaped characters
  ` [PATCH v4 10/15] sparse-checkout: write escaped patterns in cone mode
  ` [PATCH v4 11/15] sparse-checkout: unquote C-style strings over --stdin
  ` [PATCH v4 12/15] sparse-checkout: use C-style quotes in 'list' subcommand
  ` [PATCH v4 13/15] sparse-checkout: escape all glob characters on write
  ` [PATCH v4 14/15] sparse-checkout: improve docs around 'set' in cone mode
  ` [PATCH v4 15/15] sparse-checkout: fix cone mode behavior mismatch

git-compat-util.h:798:13: error: conflicting types for ‘inet_ntop’
 2020-02-03 11:02 UTC  (8+ messages)

sending attachments via git send-email
 2020-02-03  8:11 UTC  (2+ messages)

[PATCH] diff-options.txt: correct command syntax
 2020-02-03  6:24 UTC  (4+ messages)

rm: conftest.dSYM: is a directory
 2020-02-03  1:16 UTC 

Need help to start contributing
 2020-02-03  0:11 UTC  (3+ messages)

[PATCH v4 1/2] t7400: add a testcase for submodule status on empty dirs
 2020-02-02 23:32 UTC  (2+ messages)
` [PATCH] t7400: testcase for submodule status on unregistered inner git repos

[PATCH] Fix submodule status of dirs initialized but empty
 2020-02-02 23:16 UTC  (6+ messages)
` [PATCH v2] Fix status of initialized but not cloned submodules
        `  "

git log FILE vs git log --follow FILE missing commits
 2020-02-02 21:53 UTC  (3+ messages)

[PATCH 0/9] [RFC] Changed Paths Bloom Filters
 2020-02-02 18:43 UTC  (8+ messages)

RFC: Merge hints
 2020-02-02 11:52 UTC 

Facing error in git-imap-send while compiling Git
 2020-02-01 21:35 UTC  (11+ messages)

[GSoC] Finalising a project
 2020-02-01 21:28 UTC  (2+ messages)

2.25.0: git rebase -i fails to --continue with staged data
 2020-02-01 18:59 UTC  (2+ messages)

[PATCH 0/3] some minor memory allocation cleanups
 2020-02-01 15:32 UTC  (7+ messages)
` [PATCH 3/3] traverse_trees(): use stack array for name entries
        ` [PATCH] tree-walk.c: break circular dependency with unpack-trees

[RFC PATCH] diff: only prefetch for certain output formats
 2020-02-01 11:29 UTC  (5+ messages)

[PATCH 0/7] fix inconsistent uses of the_repo in parse_object()'s call chain
 2020-02-01 11:08 UTC  (9+ messages)
` [PATCH 4/7] streaming: allow open_istream() to handle any repo
` [PATCH 5/7] sha1-file: pass git_hash_algo to write_object_file_prepare()

Comparing rebase --am with --interactive via p3400
 2020-01-31 21:23 UTC  (3+ messages)

[PATCH] C: use skip-prefix to avoid hardcoded string length
 2020-01-31 21:03 UTC  (6+ messages)
    ` [PATCH v2] "

[PATCH] submodule foreach: replace $path with $sm_path in example
 2020-01-31 20:57 UTC  (2+ messages)

change of mail archive?
 2020-01-31 20:08 UTC  (2+ messages)

Sparse checkout inconsistency with non-folder paths between cone mode and full matching (2.5.0)
 2020-01-31 19:59 UTC  (3+ messages)

[Outreachy][PATCH v2 00/11] Finish converting git bisect to C part 1
 2020-01-31 18:40 UTC  (5+ messages)
` [PATCH v2 07/11] bisect: libify `bisect_checkout`
` [PATCH v2 08/11] bisect: libify `check_merge_bases` and its dependents


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