messages from 2021-07-22 22:51:44 to 2021-07-26 09:47:10 UTC [more...]
[PATCH v2 0/3] packfile-uris: commit objects exclusion
2021-07-26 9:46 UTC (5+ 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: "
[GSOC] How to improve the performance of git cat-file --batch
2021-07-26 9:38 UTC (4+ messages)
[GSoC] A small survey + My Git Blog, week 10
2021-07-26 8:43 UTC (2+ messages)
ref-in-want does not consider namespace
2021-07-26 8:36 UTC
[PATCH 00/12] Fix all leaks in tests t0002-t0099: Part 2
2021-07-26 8:01 UTC (22+ 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 v2 00/11] fix "git reflog expire" race & get rid of EISDIR in refs API
2021-07-26 5:39 UTC (8+ messages)
` [PATCH v3 00/12] "
` [PATCH v3 06/12] refs API: pass the "lock OID" to reflog "prepare"
[PATCH v2] pull: introduce --merge option
2021-07-26 4:06 UTC (4+ messages)
[PATCH 0/5] [GSOC] ref-filter: add %(raw) and %(rest) atoms
2021-07-26 3:26 UTC (30+ messages)
` [PATCH 5/5] [GSOC] ref-filter: add %(rest) atom
` [PATCH v2 0/5] [GSOC] ref-filter: add %(raw) and %(rest) atoms
` [PATCH v2 1/5] [GSOC] ref-filter: add obj-type check in grab contents
` [PATCH v2 2/5] [GSOC] ref-filter: add %(raw) atom
` [PATCH v2 3/5] [GSOC] ref-filter: --format=%(raw) re-support --perl
` [PATCH v2 4/5] [GSOC] ref-filter: use non-const ref_format in *_atom_parser()
` [PATCH v2 5/5] [GSOC] ref-filter: add %(rest) 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
Files modified, even after: git reset --hard
2021-07-26 2:59 UTC (7+ messages)
[PATCH v2 0/2] mingw: handle absolute paths in expand_user_path()
2021-07-24 22:06 UTC (7+ 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
[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 (10+ messages)
` [PATCH v2 0/5] drop support for ancient curl
[PATCH 0/7] Final optimization batch (#15): use memory pools
2021-07-23 22:07 UTC (11+ messages)
` [PATCH 1/7] diffcore-rename: use a mem_pool for exact rename detection's hashmap
` [PATCH 2/7] merge-ort: set up a memory pool
` [PATCH 3/7] merge-ort: add pool_alloc, pool_calloc, and pool_strndup wrappers
` [PATCH 4/7] merge-ort: switch our strmaps over to using memory pools
` [PATCH 5/7] diffcore-rename, merge-ort: add wrapper functions for filepair alloc/dealloc
` [PATCH 6/7] merge-ort: store filepairs and filespecs in our mem_pool
` [PATCH 7/7] merge-ort: reuse path strings in pool_alloc_filespec
[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/2] Another partial clone prefetch
2021-07-23 21:34 UTC (7+ messages)
` [PATCH 1/2] unpack-trees: refactor prefetching code
` [PATCH 2/2] cache-tree: prefetch in partial clone read-tree
[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/5] Sparse Index: Integrate with 'git add'
2021-07-23 20:10 UTC (13+ 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 0/9] config-based hooks restarted
2021-07-23 20:02 UTC (28+ messages)
` [PATCH 2/9] hook: allow parallel hook execution
` [PATCH 3/9] hook: introduce "git hook list"
` [PATCH 4/9] hook: treat hookdir hook specially
` [PATCH 6/9] hook: include hooks from the config
` [PATCH 7/9] hook: allow out-of-repo 'git hook' invocations
` [PATCH 8/9] hook: teach 'hookcmd' config to alias hook scripts
[PATCH v2 0/5] Makefile: "make tags" fixes & cleanup
2021-07-23 19:41 UTC (9+ messages)
` [PATCH v3 "
` [PATCH v3 5/5] Makefile: normalize clobbering & xargs for tags targets
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 (11+ messages)
` [PATCH 1/4] merge: add missing word "strategy" to a message
` [PATCH 2/4] Documentation: define 'MERGE_AUTOSTASH'
` [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
[GSoC] [PATCH v2 0/4] submodule add: partial conversion to C
2021-07-23 17:12 UTC (5+ 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()
Bug: All git operations fail when .git contains a non-existent gitdir
2021-07-23 17:02 UTC (15+ messages)
` [PATCH] setup: only die on invalid .git under RUN_SETUP
[GSoC] [PATCH] submodule--helper: run update procedures from C
2021-07-23 16:59 UTC (3+ messages)
Regression in 'git pull --rebase --autostash' since v2.32.0
2021-07-23 16:11 UTC (6+ messages)
What's cooking in git.git (Jul 2021, #05; Wed, 21)
2021-07-23 16:01 UTC (5+ messages)
[PATCH 00/22] multi-pack reachability bitmaps
2021-07-23 10:00 UTC (28+ 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 05/24] Documentation: describe MIDX-based bitmaps
` [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
pull.rebase config vs. --ff-only on command line
2021-07-23 9:36 UTC (8+ messages)
[PATCH] pack-bitmap: check pack validity when opening bitmap
2021-07-23 9:29 UTC
[PATCH] multi-pack-index: fix potential segfault without sub-command
2021-07-23 7:34 UTC (3+ messages)
` [PATCH v2] "
[Bug Report] Git does not push signingkey ID to GPG
2021-07-23 7:07 UTC (2+ messages)
[PATCH v2 0/3] SubmittingPatches: a few unrelated minor fixes
2021-07-23 6:36 UTC (4+ messages)
` [PATCH v3 0/2] SubmittingPatches: talk about GitHub CI, not Travis + move-only
` [PATCH v3 1/2] SubmittingPatches: move discussion of Signed-off-by above "send"
[PATCH v5 0/3] bundle doc: generalize & elaborate
2021-07-22 23:14 UTC (9+ messages)
` [PATCH v6 "
` [PATCH v6 3/3] bundle doc: elaborate on rev<->ref restriction
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).