Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- Re: [PATCH 1/5] usage.c: add a non-fatal bug() function to go with BUG(), (continued)
- What's cooking in git.git (May 2022, #06; Fri, 20),
Junio C Hamano
- Investigating Cirrus CI FreeBSD failures,
Philippe Blain
- [PATCH 0/3] repack: handle --keep-pack, --max-pack-size for geometric repacks,
Taylor Blau
- [PATCH 00/24] [RFC] Bundle URIs Combined RFC,
Derrick Stolee via GitGitGadget
- [PATCH 01/24] docs: document bundle URI standard, Derrick Stolee via GitGitGadget
- [PATCH 02/24] remote-curl: add 'get' capability, Derrick Stolee via GitGitGadget
- [PATCH 06/24] fetch: add 'refs/bundle/' to log.excludeDecoration, Derrick Stolee via GitGitGadget
- [PATCH 05/24] fetch: add --bundle-uri option, Derrick Stolee via GitGitGadget
- [PATCH 04/24] bundle-uri: add support for http(s):// and file://, Derrick Stolee via GitGitGadget
- [PATCH 03/24] bundle-uri: create basic file-copy logic, Derrick Stolee via GitGitGadget
- [PATCH 12/24] bundle-uri: unit test "key=value" parsing, Ævar Arnfjörð Bjarmason via GitGitGadget
- [PATCH 11/24] bundle-uri: create "key=value" line parsing, Ævar Arnfjörð Bjarmason via GitGitGadget
- [PATCH 10/24] bundle-uri: create base key-value pair parsing, Derrick Stolee via GitGitGadget
- [PATCH 07/24] clone: add --bundle-uri option, Derrick Stolee via GitGitGadget
- [PATCH 09/24] bundle-uri: create bundle_list struct and helpers, Derrick Stolee via GitGitGadget
- [PATCH 14/24] bundle-uri: parse bundle list in config format, Derrick Stolee via GitGitGadget
- [PATCH 16/24] protocol v2: add server-side "bundle-uri" skeleton, Ævar Arnfjörð Bjarmason via GitGitGadget
- [PATCH 15/24] bundle-uri: fetch a list of bundles, Derrick Stolee via GitGitGadget
- [PATCH 08/24] clone: --bundle-uri cannot be combined with --depth, Derrick Stolee via GitGitGadget
- [PATCH 13/24] bundle-uri: limit recursion depth for bundle lists, Derrick Stolee via GitGitGadget
- [PATCH 18/24] bundle-uri client: add "git ls-remote-bundle-uri", Ævar Arnfjörð Bjarmason via GitGitGadget
- [PATCH 17/24] bundle-uri client: add minimal NOOP client, Ævar Arnfjörð Bjarmason via GitGitGadget
- [PATCH 19/24] bundle-uri: serve URI advertisement from bundle.* config, Derrick Stolee via GitGitGadget
- [PATCH 22/24] bundle-uri: download bundles from an advertised list, Derrick Stolee via GitGitGadget
- [PATCH 24/24] t5601: basic bundle URI tests, Derrick Stolee via GitGitGadget
- [PATCH 20/24] bundle-uri client: add boolean transfer.bundleURI setting, Ævar Arnfjörð Bjarmason via GitGitGadget
- [PATCH 21/24] bundle-uri: allow relative URLs in bundle lists, Derrick Stolee via GitGitGadget
- [PATCH 23/24] clone: unbundle the advertised bundles, Derrick Stolee via GitGitGadget
- [PATCH] repack: respect --keep-pack with geometric repack,
Victoria Dye via GitGitGadget
- [PATCH] cocci: add and apply a rule to find "unused" variables,
Ævar Arnfjörð Bjarmason
- [PATCH v2 0/2] add and apply a rule to find "unused" init+free, Ævar Arnfjörð Bjarmason
- [PATCH v2 2/2] cocci: remove "when strict" from unused.cocci, Ævar Arnfjörð Bjarmason
- [PATCH v2 1/2] cocci: add and apply a rule to find "unused" variables, Ævar Arnfjörð Bjarmason
- [PATCH v3 0/4] add and apply a rule to find "unused" init+free, Ævar Arnfjörð Bjarmason
- [PATCH v3 4/4] cocci: generalize "unused" rule to cover more than "strbuf", Ævar Arnfjörð Bjarmason
- [PATCH v3 1/4] cocci: add and apply a rule to find "unused" strbufs, Ævar Arnfjörð Bjarmason
- [PATCH v3 3/4] cocci: remove "when strict" from unused.cocci, Ævar Arnfjörð Bjarmason
- [PATCH v3 2/4] cocci: catch unused "strbuf" using an xmalloc() pattern, Ævar Arnfjörð Bjarmason
- Re: [PATCH v3 0/4] add and apply a rule to find "unused" init+free, Jeff King
- [PATCH v4 0/6] add and apply a rule to find "unused" init+free, Ævar Arnfjörð Bjarmason
- [PATCH v4 4/6] cocci: have "coccicheck{,-pending}" depend on "coccicheck-test", Ævar Arnfjörð Bjarmason
- [PATCH v4 3/6] cocci: add a "coccicheck-test" target and test *.cocci rules, Ævar Arnfjörð Bjarmason
- [PATCH v4 2/6] Makefile & .gitignore: ignore & clean "git.res", not "*.res", Ævar Arnfjörð Bjarmason
- [PATCH v4 1/6] Makefile: remove mandatory "spatch" arguments from SPATCH_FLAGS, Ævar Arnfjörð Bjarmason
- [PATCH v4 6/6] cocci: generalize "unused" rule to cover more than "strbuf", Ævar Arnfjörð Bjarmason
- [PATCH v4 5/6] cocci: add and apply a rule to find "unused" strbufs, Ævar Arnfjörð Bjarmason
- Re: [PATCH v4 0/6] add and apply a rule to find "unused" init+free, Junio C Hamano
- Re: [PATCH v4 0/6] add and apply a rule to find "unused" init+free, Jeff King
- [PATCH] transport: free local and remote refs in transport_push(),
Frantisek Hrbata
- bug: `git diff` implies folder isn’t a git repo,
allejo
- [PATCH] setup: don't die if realpath(3) fails on getcwd(3),
Kevin Locke
- [PATCH] t6424: make sure a failed merge preserves local changes, Junio C Hamano
- [PATCH 0/2] Fix merge restore state,
Elijah Newren via GitGitGadget
- [PATCH 1/2] merge: remove unused variable, Elijah Newren via GitGitGadget
- [PATCH 2/2] merge: make restore_state() do as its name says, Elijah Newren via GitGitGadget
- Re: [PATCH 0/2] Fix merge restore state, Elijah Newren
- [PATCH v2 0/6] Fix merge restore state, Elijah Newren via GitGitGadget
- [PATCH v2 1/6] t6424: make sure a failed merge preserves local changes, Junio C Hamano via GitGitGadget
- [PATCH v2 2/6] merge: remove unused variable, Elijah Newren via GitGitGadget
- [PATCH v2 3/6] merge: fix save_state() to work when there are racy-dirty files, Elijah Newren via GitGitGadget
- [PATCH v2 5/6] merge: ensure we can actually restore pre-merge state, Elijah Newren via GitGitGadget
- [PATCH v2 4/6] merge: make restore_state() restore staged state too, Elijah Newren via GitGitGadget
- [PATCH v2 6/6] merge: do not exit restore_state() prematurely, Elijah Newren via GitGitGadget
- [PATCH v3 0/7] Fix merge restore state, Elijah Newren via GitGitGadget
- [PATCH v3 3/7] merge: do not abort early if one strategy fails to handle the merge, Elijah Newren via GitGitGadget
- [PATCH v3 1/7] merge-ort-wrappers: make printed message match the one from recursive, Elijah Newren via GitGitGadget
- [PATCH v3 2/7] merge-resolve: abort if index does not match HEAD, Elijah Newren via GitGitGadget
- [PATCH v3 4/7] merge: fix save_state() to work when there are stat-dirty files, Elijah Newren via GitGitGadget
- [PATCH v3 7/7] merge: do not exit restore_state() prematurely, Elijah Newren via GitGitGadget
- [PATCH v3 5/7] merge: make restore_state() restore staged state too, Elijah Newren via GitGitGadget
- [PATCH v3 6/7] merge: ensure we can actually restore pre-merge state, Elijah Newren via GitGitGadget
- [PATCH v4 0/7] Fix merge restore state, Elijah Newren via GitGitGadget
- [PATCH v4 3/7] merge: do not abort early if one strategy fails to handle the merge, Elijah Newren via GitGitGadget
- [PATCH v4 1/7] merge-ort-wrappers: make printed message match the one from recursive, Elijah Newren via GitGitGadget
- [PATCH v4 2/7] merge-resolve: abort if index does not match HEAD, Elijah Newren via GitGitGadget
- [PATCH v4 4/7] merge: fix save_state() to work when there are stat-dirty files, Elijah Newren via GitGitGadget
- [PATCH v4 5/7] merge: make restore_state() restore staged state too, Elijah Newren via GitGitGadget
- [PATCH v4 6/7] merge: ensure we can actually restore pre-merge state, Elijah Newren via GitGitGadget
- [PATCH v4 7/7] merge: do not exit restore_state() prematurely, Elijah Newren via GitGitGadget
- [PATCH v5 0/8] Fix merge restore state, Elijah Newren via GitGitGadget
- [PATCH v5 1/8] merge-ort-wrappers: make printed message match the one from recursive, Elijah Newren via GitGitGadget
- [PATCH v5 2/8] merge-resolve: abort if index does not match HEAD, Elijah Newren via GitGitGadget
- [PATCH v5 4/8] merge: do not abort early if one strategy fails to handle the merge, Elijah Newren via GitGitGadget
- [PATCH v5 6/8] merge: make restore_state() restore staged state too, Elijah Newren via GitGitGadget
- [PATCH v5 3/8] merge: abort if index does not match HEAD for trivial merges, Elijah Newren via GitGitGadget
- [PATCH v5 5/8] merge: fix save_state() to work when there are stat-dirty files, Elijah Newren via GitGitGadget
- [PATCH v5 8/8] merge: do not exit restore_state() prematurely, Elijah Newren via GitGitGadget
- [PATCH v5 7/8] merge: ensure we can actually restore pre-merge state, Elijah Newren via GitGitGadget
- Re: [PATCH v5 0/8] Fix merge restore state, Junio C Hamano
- Re: [PATCH v5 0/8] Fix merge restore state, ZheNing Hu
- Feature Request: add interactive accept only remove or add changes, Florian Steenbuck
- Bug - remote.c:236: hashmap_put overwrote entry after hashmap_get returned NULL,
Ing. Martin Prantl Ph.D.
- [PATCH] builtin/receive-pack.c: remove redundant 'if',
Taylor Blau
- [PATCH] templates: clarify SHA1 arg in prepare-commit-msg,
mataha via GitGitGadget
- [PATCH] Add pcre2 support for cmake build system.,
Yuyi Wang via GitGitGadget
- What's cooking in git.git (May 2022, #05; Mon, 16),
Junio C Hamano
- Re: What's cooking in git.git (May 2022, #05; Mon, 16), Derrick Stolee
- Re: What's cooking in git.git (May 2022, #05; Mon, 16), Carlo Marcelo Arenas Belón
- ab/env-array (was: What's cooking in git.git (May 2022, #05; Mon, 16)), Ævar Arnfjörð Bjarmason
- ar/send-email-confirm-by-default (was: What's cooking in git.git (May 2022, #05; Mon, 16)), Ævar Arnfjörð Bjarmason
- [PATCH 0/8] Bundle URIs: Prepatory patches,
Derrick Stolee via GitGitGadget
- [PATCH 0/8] Sparse index: integrate with sparse-checkout,
Derrick Stolee via GitGitGadget
- [PATCH 4/8] sparse-checkout: --no-sparse-index needs a full index, Derrick Stolee via GitGitGadget
- [PATCH 2/8] sparse-index: introduce partially-sparse indexes, Derrick Stolee via GitGitGadget
- [PATCH 3/8] cache-tree: implement cache_tree_find_path(), Derrick Stolee via GitGitGadget
- [PATCH 1/8] sparse-index: create expand_to_pattern_list(), Derrick Stolee via GitGitGadget
- [PATCH 5/8] sparse-index: partially expand directories, Derrick Stolee via GitGitGadget
- [PATCH 6/8] sparse-index: complete partial expansion, Derrick Stolee via GitGitGadget
- [PATCH 7/8] p2000: add test for 'git sparse-checkout [add|set]', Derrick Stolee via GitGitGadget
- [PATCH 8/8] sparse-checkout: integrate with sparse index, Derrick Stolee via GitGitGadget
- [PATCH v2 00/10] Sparse index: integrate with sparse-checkout, Derrick Stolee via GitGitGadget
- [PATCH v2 02/10] t1092: stress test 'git sparse-checkout set', Derrick Stolee via GitGitGadget
- [PATCH v2 03/10] sparse-index: create expand_to_pattern_list(), Derrick Stolee via GitGitGadget
- [PATCH v2 04/10] sparse-index: introduce partially-sparse indexes, Derrick Stolee via GitGitGadget
- [PATCH v2 01/10] t1092: refactor 'sparse-index contents' test, Derrick Stolee via GitGitGadget
- [PATCH v2 05/10] cache-tree: implement cache_tree_find_path(), Derrick Stolee via GitGitGadget
- [PATCH v2 07/10] sparse-index: partially expand directories, Derrick Stolee via GitGitGadget
- [PATCH v2 06/10] sparse-checkout: --no-sparse-index needs a full index, Derrick Stolee via GitGitGadget
- [PATCH v2 09/10] p2000: add test for 'git sparse-checkout [add|set]', Derrick Stolee via GitGitGadget
- [PATCH v2 10/10] sparse-checkout: integrate with sparse index, Derrick Stolee via GitGitGadget
- [PATCH v2 08/10] sparse-index: complete partial expansion, Derrick Stolee via GitGitGadget
- [PATCH v3 00/10] Sparse index: integrate with sparse-checkout, Derrick Stolee via GitGitGadget
- [PATCH v3 02/10] t1092: stress test 'git sparse-checkout set', Derrick Stolee via GitGitGadget
- [PATCH v3 01/10] t1092: refactor 'sparse-index contents' test, Derrick Stolee via GitGitGadget
- [PATCH v3 08/10] sparse-index: complete partial expansion, Derrick Stolee via GitGitGadget
- [PATCH v3 06/10] sparse-checkout: --no-sparse-index needs a full index, Derrick Stolee via GitGitGadget
- [PATCH v3 05/10] cache-tree: implement cache_tree_find_path(), Derrick Stolee via GitGitGadget
- [PATCH v3 10/10] sparse-checkout: integrate with sparse index, Derrick Stolee via GitGitGadget
- [PATCH v3 04/10] sparse-index: introduce partially-sparse indexes, Derrick Stolee via GitGitGadget
- [PATCH v3 09/10] p2000: add test for 'git sparse-checkout [add|set]', Derrick Stolee via GitGitGadget
- [PATCH v3 07/10] sparse-index: partially expand directories, Derrick Stolee via GitGitGadget
- [PATCH v3 03/10] sparse-index: create expand_index(), Derrick Stolee via GitGitGadget
- Date in git-commit output inconsistent with log.date format,
Damien Regad
- [PATCH] fetch-pack: make unexpected peek result non-fatal,
Jonathan Tan
- [PATCH] fetch: limit shared symref check only for local branches,
Orgad Shaneh via GitGitGadget
- [PATCH] stash: added safety flag for stash clear subcommand,
Nadav Goldstein via GitGitGadget
- sudo: git describe during GIT_VERSION_GEN not as expected..,
Philip Oakley
- Re: [PATCH] getpriority: Only getpriority translation the priority values,
Alejandro Colomar
- Bug: combined diff with --ignore-matching-lines,
René Scharfe
- [PATCH 0/2] pack-objects: fix a pair of MIDX bitmap-related races,
Taylor Blau
- [PATCH 0/3] Allow configuration of HTTP authentication method,
Simon . Richter
- Failure when adding a tracked file in an ignored directory, Orgad Shaneh
- What's cooking in git.git (May 2022, #04; Thu, 12),
Junio C Hamano
- git restore --all, Tometchy
- Git Submodules ref setting,
Вадим Цветков
- Git issue clone issue with .gdb , .loz, & .las files,
Robert Brown
- [PATCH] grep: add --max-count command line option,
Carlos L. via GitGitGadget
[PATCH v3 0/2] bisect: status improvements when bisect is not fully fleshed out,
Chris Down
What's cooking in git.git (May 2022, #03; Tue, 10),
Junio C Hamano
[FR] supporting submodules with alternate version control systems (new contributor),
Addison Klinke
[PATCH] pull: only pass '--recurse-submodules' to subcommands,
Glen Choo via GitGitGadget
Weird behaviour of git diff-index in container,
Timo Funke
[ANNOUNCE] Git for Windows 2.36.1, Johannes Schindelin
[PATCH v2 00/15][GSoC] iterate dirs before or after their contents,
Plato Kiorpelidis
- [PATCH v2 02/15] t0066: remove dependency between unrelated tests, Plato Kiorpelidis
- [PATCH v2 03/15] t0066: shorter expected and actual output file names, Plato Kiorpelidis
- [PATCH v2 01/15] t0066: refactor dir-iterator tests, Plato Kiorpelidis
- [PATCH v2 04/15] test-dir-iterator: consistently return EXIT_FAILURE or EXIT_SUCCESS, Plato Kiorpelidis
- [PATCH v2 05/15] test-dir-iterator: print EACCES and ELOOP errno set by dir_iterator, Plato Kiorpelidis
- [PATCH v2 06/15] test-dir-iterator: print errno name set by dir_iterator_advance, Plato Kiorpelidis
- [PATCH v2 09/15] t0066: rename test directories, Plato Kiorpelidis
- [PATCH v2 10/15] dir-iterator: refactor dir_iterator_advance(), Plato Kiorpelidis
- [PATCH v2 14/15] dir-iterator: option to iterate dirs in post-order, Plato Kiorpelidis
- [PATCH v2 11/15] dir-iterator: open root dir in dir_iterator_begin(), Plato Kiorpelidis
- [PATCH v2 15/15] entry.c: use dir-iterator to avoid explicit dir traversal, Plato Kiorpelidis
- [PATCH v2 13/15] dir-iterator: option to iterate dirs in pre-order, Plato Kiorpelidis
- [PATCH v2 08/15] t0066: reorder tests from simple to more complex, Plato Kiorpelidis
- [PATCH v2 07/15] t0066: better test coverage for dir-iterator, Plato Kiorpelidis
- [PATCH v2 12/15] t0066: rename subtest descriptions, Plato Kiorpelidis
- Re: [PATCH v2 00/15][GSoC] iterate dirs before or after their contents, Phillip Wood
- Re: [PATCH v2 00/15][GSoC] iterate dirs before or after their contents, Junio C Hamano
Confusing note in "gitattributes text=auto" discription,
Hebrock, Christoph
[PATCH] [RFC] setup.c: make bare repo discovery optional,
Glen Choo via GitGitGadget
[PATCH 0/2] quell a few gcc warnings,
Michael J Gruber
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]