git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2021-07-23 16:21:28 to 2021-07-26 23:26:56 UTC [more...]

[PATCH v2 00/28] Builtin FSMonitor Feature
 2021-07-26 23:26 UTC  (8+ messages)
` [PATCH v3 00/34] "
  ` [PATCH v3 12/34] fsmonitor-fs-listen-macos: stub in backend for MacOS

[PATCH 1/3] Remove unused var
 2021-07-26 22:57 UTC  (6+ messages)
` [PATCH 2/3] diff --submodule=diff: do not fail on ever-initialied deleted submodules
` [PATCH 3/3] diff --submodule=diff: Don't print failure message twice

Exit code 255 after large clone (32-bit PowerPC)
 2021-07-26 22:50 UTC  (3+ messages)

[PATCH] ci: run `make sparse` as a GitHub workflow
 2021-07-26 22:20 UTC  (7+ messages)
` [PATCH v2] ci: run `make sparse` as part of the "
  ` [PATCH] ci: run "apt-get update" before "apt-get install"
  ` [PATCH v3] ci: run `make sparse` as part of the GitHub workflow

[PATCH 00/22] multi-pack reachability bitmaps
 2021-07-26 22:14 UTC  (33+ messages)
` [PATCH v2 00/24] "
  ` [PATCH v2 02/24] pack-bitmap-write.c: gracefully fail to write non-closed bitmaps
  ` [PATCH v2 04/24] Documentation: build 'technical/bitmap-format' by default
  ` [PATCH v2 08/24] midx: respect 'core.multiPackIndex' when writing
  ` [PATCH v2 09/24] midx: infer preferred pack when not given one
  ` [PATCH v2 13/24] pack-bitmap: read multi-pack bitmaps
  ` [PATCH v2 14/24] pack-bitmap: write "

[PATCH v2 0/2] mingw: handle absolute paths in expand_user_path()
 2021-07-26 22:05 UTC  (9+ messages)
` [PATCH v3 0/5] "
  ` [PATCH v3 1/5] tests: exercise the RUNTIME_PREFIX feature
  ` [PATCH v3 2/5] expand_user_path(): remove stale part of the comment
  ` [PATCH v3 3/5] expand_user_path(): clarify the role of the `real_home` parameter
  ` [PATCH v3 4/5] Use a better name for the function interpolating paths
  ` [PATCH v3 5/5] interpolate_path(): allow specifying paths relative to the runtime prefix

Files modified, even after: git reset --hard
 2021-07-26 22:03 UTC  (15+ messages)

[PATCH v2 0/3] packfile-uris: commit objects exclusion
 2021-07-26 20:52 UTC  (10+ messages)
` [PATCH v3 0/3] packfile-uris: commit objects exclusio
  ` [PATCH v3 1/3] packfile-uris: support for excluding commit objects
  ` [PATCH v3 2/3] t5702: "
  ` [PATCH v3 3/3] packfile-uri.txt: "

[PATCH 00/12] Fix all leaks in tests t0002-t0099: Part 2
 2021-07-26 20:20 UTC  (29+ messages)
` [PATCH 11/12] builtin/rebase: fix options.strategy memory lifecycle
` [PATCH v2 00/12] Fix all leaks in tests t0002-t0099: Part 2
  ` [PATCH v2 01/12] fmt-merge-msg: free newly allocated temporary strings when done
  ` [PATCH v2 02/12] environment: move strbuf into block to plug leak
  ` [PATCH v2 03/12] builtin/submodule--helper: release unused strbuf to avoid leak
  ` [PATCH v2 04/12] builtin/for-each-repo: remove unnecessary argv copy to plug leak
  ` [PATCH v2 05/12] diffcore-rename: move old_dir/new_dir definition "
  ` [PATCH v2 06/12] ref-filter: also free head for ATOM_HEAD to avoid leak
  ` [PATCH v2 07/12] read-cache: call diff_setup_done "
  ` [PATCH v2 08/12] convert: release strbuf "
  ` [PATCH v2 09/12] builtin/mv: free or UNLEAK multiple pointers at end of cmd_mv
  ` [PATCH v2 10/12] builtin/merge: free found_ref when done
  ` [PATCH v2 11/12] builtin/rebase: fix options.strategy memory lifecycle
  ` [PATCH v2 12/12] reset: clear_unpack_trees_porcelain to plug leak

[PATCH 0/5] [GSOC] ref-filter: add %(raw) and %(rest) atoms
 2021-07-26 19:15 UTC  (25+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/5] [GSOC] ref-filter: add %(raw) atom
  ` [PATCH v3 0/5] [GSOC] ref-filter: add %(raw) and %(rest) atoms
    ` [PATCH v3 1/5] [GSOC] ref-filter: add obj-type check in grab contents
    ` [PATCH v3 2/5] [GSOC] ref-filter: add %(raw) atom
    ` [PATCH v3 3/5] [GSOC] ref-filter: --format=%(raw) re-support --perl
    ` [PATCH v3 4/5] [GSOC] ref-filter: use non-const ref_format in *_atom_parser()
    ` [PATCH v3 5/5] [GSOC] ref-filter: add %(rest) atom
    ` [PATCH v4 0/5] [GSOC] ref-filter: add %(raw) and %(rest) atoms
      ` [PATCH v4 1/5] [GSOC] ref-filter: add obj-type check in grab contents
      ` [PATCH v4 2/5] [GSOC] ref-filter: add %(raw) atom
      ` [PATCH v4 3/5] [GSOC] ref-filter: --format=%(raw) support --perl
      ` [PATCH v4 4/5] [GSOC] ref-filter: use non-const ref_format in *_atom_parser()
      ` [PATCH v4 5/5] [GSOC] ref-filter: add %(rest) atom

[GSoC] [PATCH v2 0/4] submodule add: partial conversion to C
 2021-07-26 19:03 UTC  (6+ messages)
` [GSoC] [PATCH v3 "
  ` [GSoC] [PATCH v3 4/4] submodule--helper: introduce add-clone subcommand
    ` [PATCH] submodule: drop unused sm_name parameter from show_fetch_remotes()

[GSoC] A small survey + My Git Blog, week 10
 2021-07-26 19:02 UTC  (4+ messages)

[PATCH] Fix git-bisect when show-branch is configured to run with pager
 2021-07-26 18:39 UTC  (3+ messages)

[PATCH v2 00/11] fix "git reflog expire" race & get rid of EISDIR in refs API
 2021-07-26 17:47 UTC  (9+ messages)
` [PATCH v3 00/12] "
  ` [PATCH v3 06/12] refs API: pass the "lock OID" to reflog "prepare"

ref-in-want does not consider namespace
 2021-07-26 16:44 UTC  (3+ messages)

git push --continue: yet another solution to the git pull problem
 2021-07-26 16:38 UTC 

[PATCH 0/5] Sparse Index: Integrate with 'git add'
 2021-07-26 15:18 UTC  (22+ messages)
` [PATCH 1/5] t1092: test merge conflicts outside cone
` [PATCH 2/5] add: allow operating on a sparse-only index
` [PATCH 3/5] pathspec: stop calling ensure_full_index
` [PATCH 5/5] add: ignore outside the sparse-checkout in refresh()
` [PATCH v2 0/5] Sparse Index: Integrate with 'git add'
  ` [PATCH v2 1/5] t1092: test merge conflicts outside cone
  ` [PATCH v2 2/5] add: allow operating on a sparse-only index
  ` [PATCH v2 3/5] pathspec: stop calling ensure_full_index
  ` [PATCH v2 4/5] add: ignore outside the sparse-checkout in refresh()
  ` [PATCH v2 5/5] add: remove ensure_full_index() with --renormalize

[PATCH 0/7] Final optimization batch (#15): use memory pools
 2021-07-26 14:44 UTC  (8+ messages)
` [PATCH 1/7] diffcore-rename: use a mem_pool for exact rename detection's hashmap
` [PATCH 3/7] merge-ort: add pool_alloc, pool_calloc, and pool_strndup wrappers

[PATCH 0/2] Another partial clone prefetch
 2021-07-26 13:01 UTC  (8+ messages)
` [PATCH 1/2] unpack-trees: refactor prefetching code
` [PATCH 2/2] cache-tree: prefetch in partial clone read-tree

[PATCH v4 0/5] revision.[ch]: add --stdin parsing API, use in pack-objects
 2021-07-26 12:46 UTC  (7+ messages)
` [PATCH v5 0/5] "
  ` [PATCH v5 1/5] upload-pack: run is_repository_shallow() before setup_revisions()
  ` [PATCH v5 2/5] revision.h: refactor "disable_stdin" and "read_from_stdin"
  ` [PATCH v5 3/5] revision.[ch]: add a "handle_stdin_line" API
  ` [PATCH v5 4/5] pack-objects.c: do stdin parsing via revision.c's API
  ` [PATCH v5 5/5] pack-objects.c: make use of REV_INFO_STDIN_LINE_PROCESS

[GSOC] How to improve the performance of git cat-file --batch
 2021-07-26  9:38 UTC  (4+ messages)

[PATCH v2] pull: introduce --merge option
 2021-07-26  4:06 UTC  (4+ messages)

[PATCH] [GSOC] cherry-pick: fix bug when used with GIT_CHERRY_PICK_HELP
 2021-07-24 14:01 UTC  (5+ messages)
` [PATCH v2] "

[GSoC] [PATCH] submodule--helper: introduce add-config subcommand
 2021-07-24  9:59 UTC  (3+ messages)

[PATCH] doc: pull: fix rebase=false documentation
 2021-07-24  3:56 UTC  (12+ messages)

[PATCH 0/4] dropping support for older curl
 2021-07-24  1:19 UTC  (6+ messages)
` [PATCH v2 0/5] drop support for ancient curl

[PATCH 0/7] progress: verify progress counters in the test suite
 2021-07-23 22:02 UTC  (10+ messages)
` [PATCH 0/3] progress.c API users: fix bogus counting
  ` [PATCH 1/3] commit-graph: fix bogus counter in "Scanning merged commits" progress line
  ` [PATCH 2/3] midx: don't provide a total for QSORT() progress
  ` [PATCH 3/3] entry: show finer-grained counter in "Filtering content" progress line
` [PATCH 0/8] progress: assert "global_progress" + test fixes / cleanup

[PATCH 0/7] fast-forward: new command with advice and documentation
 2021-07-23 20:14 UTC  (6+ messages)
` [PATCH 7/7] fast-forward: add help about merge vs. rebase

[PATCH 0/9] config-based hooks restarted
 2021-07-23 20:02 UTC  (7+ messages)
` [PATCH 4/9] hook: treat hookdir hook specially

[PATCH v2 0/5] Makefile: "make tags" fixes & cleanup
 2021-07-23 19:41 UTC  (5+ messages)
` [PATCH v3 "

Git show only showing ASCII chars problem
 2021-07-23 19:37 UTC  (3+ messages)

[PATCH 0/4] [RFC] merge --autostash: apply autostash in more cases
 2021-07-23 19:22 UTC  (5+ messages)
` [PATCH 3/4] merge: apply autostash if fast-forward fails
` [PATCH 4/4] merge: apply autostash if merge strategy fails

Extracting a file
 2021-07-23 18:17 UTC  (8+ messages)

Bug: the output of "git remote" can be confused by global config settings
 2021-07-23 17:54 UTC 

[PATCH] bugreport: add quoted line prefixes
 2021-07-23 17:59 UTC 

[PATCH 0/6] Fix direct filesystem access in various test files
 2021-07-23 17:44 UTC  (13+ messages)
` [PATCH v2 00/11] "
  ` [PATCH v2 06/11] t1405: use 'git reflog exists' to check reflog existence
  ` [PATCH v2 07/11] t1405: mark test for 'git pack-refs' as REFFILES
  ` [PATCH v2 08/11] t1410: mark test "
  ` [PATCH v2 09/11] t7064: use update-ref -d to remove upstream branch
  ` [PATCH v2 11/11] t6001: avoid direct file system access

Bug: All git operations fail when .git contains a non-existent gitdir
 2021-07-23 17:02 UTC  (6+ messages)

[GSoC] [PATCH] submodule--helper: run update procedures from C
 2021-07-23 16:59 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).