Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- [PATCH v5 2/3] vimdiff: add tool documentation, (continued)
- [PATCH] ppc: remove custom SHA-1 implementation,
Ævar Arnfjörð Bjarmason
- [PATCH] Makefile: use ' ', not non-existing $(wspfx_SQ), Ævar Arnfjörð Bjarmason
- Noticed big performance issue when fetching multiple refs with depth 1 enabled,
Ricard Valverde
- how to automatically open conflicted files when "git rebase" encounter conflict,
wuzhouhui
- [PATCH 0/7] test-lib-functions: a better "test_expect_failure",
Ævar Arnfjörð Bjarmason
- [PATCH] shallow: reset commit grafts when shallow is reset,
Jonathan Tan
- [PATCH 0/8] reflog: migrate fully to parse_options(),
Ævar Arnfjörð Bjarmason
- [PATCH 0/5] refs: designated init & missing debug in ps/fetch-mirror-optim,
Ævar Arnfjörð Bjarmason
- What's cooking in git.git (Mar 2022, #04; Thu, 17),
Junio C Hamano
- Re: What's cooking in git.git (Mar 2022, #04; Thu, 17), Taylor Blau
- gc/submodule-update-part2 (was Re: What's cooking in git.git (Mar 2022, #04; Thu, 17)), Glen Choo
- Re: What's cooking in git.git (Mar 2022, #04; Thu, 17), Jeff Hostetler
- <Possible follow-ups>
- Re: What's cooking in git.git (Mar 2022, #04; Thu, 17), Justin Donnelly
- crash upon "commit removedfile/newfile removedfile",
Yaroslav Halchenko
- [PATCH 0/3] Fix use of 'cache_bottom' in sparse index,
Victoria Dye via GitGitGadget
- Git has two ways to count modified lines,
Laurent Lyaudet
[RFE] Signing using SSL,
rsbecker
[PATCH 0/2] addition of all symbols defined by curl,
Elia Pinto
understand Diff Formatting --cc flag?,
Andy Zhang
von Frau Maria Elisabeth Schaeffler, brownisiaac
[no subject], Unknown
[PATCH 0/7] core.fsyncmethod: add 'batch' mode for faster fsyncing of multiple objects,
Neeraj K. Singh via GitGitGadget
- [PATCH 1/7] bulk-checkin: rename 'state' variable and separate 'plugged' boolean, Neeraj Singh via GitGitGadget
- [PATCH 2/7] core.fsyncmethod: batched disk flushes for loose-objects, Neeraj Singh via GitGitGadget
- [PATCH 4/7] unpack-objects: use the bulk-checkin infrastructure, Neeraj Singh via GitGitGadget
- [PATCH 3/7] update-index: use the bulk-checkin infrastructure, Neeraj Singh via GitGitGadget
- [PATCH 5/7] core.fsync: use batch mode and sync loose objects by default on Windows, Neeraj Singh via GitGitGadget
- [PATCH 6/7] core.fsyncmethod: tests for batch mode, Neeraj Singh via GitGitGadget
- [PATCH 7/7] core.fsyncmethod: performance tests for add and stash, Neeraj Singh via GitGitGadget
- [PATCH v2 0/7] core.fsyncmethod: add 'batch' mode for faster fsyncing of multiple objects, Neeraj K. Singh via GitGitGadget
- [PATCH v2 1/7] bulk-checkin: rename 'state' variable and separate 'plugged' boolean, Neeraj Singh via GitGitGadget
- [PATCH v2 2/7] core.fsyncmethod: batched disk flushes for loose-objects, Neeraj Singh via GitGitGadget
- Re: [PATCH v2 2/7] core.fsyncmethod: batched disk flushes for loose-objects, Ævar Arnfjörð Bjarmason
- Re: [PATCH v2 2/7] core.fsyncmethod: batched disk flushes for loose-objects, Ævar Arnfjörð Bjarmason
- Re: [PATCH v2 2/7] core.fsyncmethod: batched disk flushes for loose-objects, Neeraj Singh
- Re: [PATCH v2 2/7] core.fsyncmethod: batched disk flushes for loose-objects, Ævar Arnfjörð Bjarmason
- Re: [PATCH v2 2/7] core.fsyncmethod: batched disk flushes for loose-objects, Neeraj Singh
- Re: [PATCH v2 2/7] core.fsyncmethod: batched disk flushes for loose-objects, Ævar Arnfjörð Bjarmason
- Re: [PATCH v2 2/7] core.fsyncmethod: batched disk flushes for loose-objects, Neeraj Singh
- [RFC PATCH 0/7] bottom-up ns/batched-fsync & "plugging" in object-file.c, Ævar Arnfjörð Bjarmason
- [RFC PATCH 2/7] unpack-objects: add skeleton HASH_N_OBJECTS{,_{FIRST,LAST}} flags, Ævar Arnfjörð Bjarmason
- [RFC PATCH 1/7] write-or-die.c: remove unused fsync_component() function, Ævar Arnfjörð Bjarmason
- [RFC PATCH 4/7] update-index: use a utility function for stdin consumption, Ævar Arnfjörð Bjarmason
- [RFC PATCH 3/7] object-file: pass down unpack-objects.c flags for "bulk" checkin, Ævar Arnfjörð Bjarmason
- [RFC PATCH 5/7] update-index: pass down an "oflags" argument, Ævar Arnfjörð Bjarmason
- [RFC PATCH 6/7] update-index: rename "buf" to "line", Ævar Arnfjörð Bjarmason
- [RFC PATCH 7/7] update-index: make use of HASH_N_OBJECTS{,_{FIRST,LAST}} flags, Ævar Arnfjörð Bjarmason
- [RFC PATCH v2 0/7] bottom-up ns/batched-fsync & "plugging" in object-file.c, Ævar Arnfjörð Bjarmason
- [RFC PATCH v2 1/7] unpack-objects: add skeleton HASH_N_OBJECTS{,_{FIRST,LAST}} flags, Ævar Arnfjörð Bjarmason
- [RFC PATCH v2 2/7] object-file: pass down unpack-objects.c flags for "bulk" checkin, Ævar Arnfjörð Bjarmason
- [RFC PATCH v2 3/7] update-index: pass down skeleton "oflags" argument, Ævar Arnfjörð Bjarmason
- [RFC PATCH v2 4/7] update-index: have the index fsync() flush the loose objects, Ævar Arnfjörð Bjarmason
- [RFC PATCH v2 6/7] fsync docs: update for new syncing semantics, Ævar Arnfjörð Bjarmason
- [RFC PATCH v2 5/7] add: use WLI_NEED_LOOSE_FSYNC for new "only the index" bulk fsync(), Ævar Arnfjörð Bjarmason
- [RFC PATCH v2 7/7] fsync docs: add new fsyncMethod.batch.quarantine, elaborate on old, Ævar Arnfjörð Bjarmason
- Re: [PATCH v2 2/7] core.fsyncmethod: batched disk flushes for loose-objects, Junio C Hamano
- Re: [PATCH v2 2/7] core.fsyncmethod: batched disk flushes for loose-objects, Ævar Arnfjörð Bjarmason
- [PATCH v2 3/7] update-index: use the bulk-checkin infrastructure, Neeraj Singh via GitGitGadget
- [PATCH v2 4/7] unpack-objects: use the bulk-checkin infrastructure, Neeraj Singh via GitGitGadget
- [PATCH v2 7/7] core.fsyncmethod: performance tests for add and stash, Neeraj Singh via GitGitGadget
- [PATCH v2 5/7] core.fsync: use batch mode and sync loose objects by default on Windows, Neeraj Singh via GitGitGadget
- [PATCH v2 6/7] core.fsyncmethod: tests for batch mode, Neeraj Singh via GitGitGadget
- Re: [PATCH v2 0/7] core.fsyncmethod: add 'batch' mode for faster fsyncing of multiple objects, Junio C Hamano
- [PATCH v3 00/11] core.fsyncmethod: add 'batch' mode for faster fsyncing of multiple objects, Neeraj K. Singh via GitGitGadget
- [PATCH v3 01/11] bulk-checkin: rebrand plug/unplug APIs as 'odb transactions', Neeraj Singh via GitGitGadget
- [PATCH v3 03/11] object-file: pass filename to fsync_or_die, Neeraj Singh via GitGitGadget
- [PATCH v3 04/11] core.fsyncmethod: batched disk flushes for loose-objects, Neeraj Singh via GitGitGadget
- [PATCH v3 06/11] unpack-objects: use the bulk-checkin infrastructure, Neeraj Singh via GitGitGadget
- [PATCH v3 07/11] core.fsync: use batch mode and sync loose objects by default on Windows, Neeraj Singh via GitGitGadget
- [PATCH v3 02/11] bulk-checkin: rename 'state' variable and separate 'plugged' boolean, Neeraj Singh via GitGitGadget
- [PATCH v3 05/11] update-index: use the bulk-checkin infrastructure, Neeraj Singh via GitGitGadget
- [PATCH v3 08/11] test-lib-functions: add parsing helpers for ls-files and ls-tree, Neeraj Singh via GitGitGadget
- [PATCH v3 10/11] core.fsyncmethod: performance tests for add and stash, Neeraj Singh via GitGitGadget
- [PATCH v3 11/11] core.fsyncmethod: correctly camel-case warning message, Neeraj Singh via GitGitGadget
- [PATCH v3 09/11] core.fsyncmethod: tests for batch mode, Neeraj Singh via GitGitGadget
- Re: [PATCH v3 00/11] core.fsyncmethod: add 'batch' mode for faster fsyncing of multiple objects, Junio C Hamano
- [PATCH v4 00/13] core.fsyncmethod: add 'batch' mode for faster fsyncing of multiple objects, Neeraj K. Singh via GitGitGadget
- [PATCH v4 01/13] bulk-checkin: rename 'state' variable and separate 'plugged' boolean, Neeraj Singh via GitGitGadget
- [PATCH v4 12/13] core.fsyncmethod: performance tests for add and stash, Neeraj Singh via GitGitGadget
- [PATCH v4 02/13] bulk-checkin: rebrand plug/unplug APIs as 'odb transactions', Neeraj Singh via GitGitGadget
- [PATCH v4 07/13] unpack-objects: use the bulk-checkin infrastructure, Neeraj Singh via GitGitGadget
- [PATCH v4 05/13] cache-tree: use ODB transaction around writing a tree, Neeraj Singh via GitGitGadget
- [PATCH v4 09/13] test-lib-functions: add parsing helpers for ls-files and ls-tree, Neeraj Singh via GitGitGadget
- [PATCH v4 03/13] object-file: pass filename to fsync_or_die, Neeraj Singh via GitGitGadget
- [PATCH v4 06/13] update-index: use the bulk-checkin infrastructure, Neeraj Singh via GitGitGadget
- [PATCH v4 04/13] core.fsyncmethod: batched disk flushes for loose-objects, Neeraj Singh via GitGitGadget
- [PATCH v4 10/13] core.fsyncmethod: tests for batch mode, Neeraj Singh via GitGitGadget
- [PATCH v4 08/13] core.fsync: use batch mode and sync loose objects by default on Windows, Neeraj Singh via GitGitGadget
- [PATCH v4 13/13] core.fsyncmethod: correctly camel-case warning message, Neeraj Singh via GitGitGadget
- [PATCH v4 11/13] t/perf: add iteration setup mechanism to perf-lib, Neeraj Singh via GitGitGadget
- Re: [PATCH v4 00/13] core.fsyncmethod: add 'batch' mode for faster fsyncing of multiple objects, Ævar Arnfjörð Bjarmason
- Re: [PATCH v4 00/13] core.fsyncmethod: add 'batch' mode for faster fsyncing of multiple objects, Ævar Arnfjörð Bjarmason
- [PATCH v5 00/14] core.fsyncmethod: add 'batch' mode for faster fsyncing of multiple objects, Neeraj K. Singh via GitGitGadget
- [PATCH v5 02/14] bulk-checkin: rebrand plug/unplug APIs as 'odb transactions', Neeraj Singh via GitGitGadget
- [PATCH v5 04/14] core.fsyncmethod: batched disk flushes for loose-objects, Neeraj Singh via GitGitGadget
- [PATCH v5 01/14] bulk-checkin: rename 'state' variable and separate 'plugged' boolean, Neeraj Singh via GitGitGadget
- [PATCH v5 03/14] object-file: pass filename to fsync_or_die, Neeraj Singh via GitGitGadget
- [PATCH v5 05/14] cache-tree: use ODB transaction around writing a tree, Neeraj Singh via GitGitGadget
- [PATCH v5 09/14] core.fsync: use batch mode and sync loose objects by default on Windows, Neeraj Singh via GitGitGadget
- [PATCH v5 07/14] update-index: use the bulk-checkin infrastructure, Neeraj Singh via GitGitGadget
- [PATCH v5 06/14] builtin/add: add ODB transaction around add_files_to_cache, Neeraj Singh via GitGitGadget
- [PATCH v5 10/14] test-lib-functions: add parsing helpers for ls-files and ls-tree, Neeraj Singh via GitGitGadget
- [PATCH v5 08/14] unpack-objects: use the bulk-checkin infrastructure, Neeraj Singh via GitGitGadget
- [PATCH v5 11/14] core.fsyncmethod: tests for batch mode, Neeraj Singh via GitGitGadget
- [PATCH v5 12/14] t/perf: add iteration setup mechanism to perf-lib, Neeraj Singh via GitGitGadget
- [PATCH v5 14/14] core.fsyncmethod: correctly camel-case warning message, Neeraj Singh via GitGitGadget
- [PATCH v5 13/14] core.fsyncmethod: performance tests for batch mode, Neeraj Singh via GitGitGadget
- [PATCH v6 01/12] bulk-checkin: rename 'state' variable and separate 'plugged' boolean, nksingh85
- [PATCH v6 04/12] cache-tree: use ODB transaction around writing a tree, nksingh85
- [PATCH v6 00/12] core.fsyncmethod: add 'batch' mode for faster fsyncing of multiple objects, nksingh85
- [PATCH v6 10/12] core.fsyncmethod: tests for batch mode, nksingh85
- [PATCH v6 11/12] t/perf: add iteration setup mechanism to perf-lib, nksingh85
- [PATCH v6 12/12] core.fsyncmethod: performance tests for batch mode, nksingh85
- [PATCH v6 07/12] unpack-objects: use the bulk-checkin infrastructure, nksingh85
- [PATCH v6 09/12] test-lib-functions: add parsing helpers for ls-files and ls-tree, nksingh85
- [PATCH v6 02/12] bulk-checkin: rebrand plug/unplug APIs as 'odb transactions', nksingh85
- [PATCH v6 08/12] core.fsync: use batch mode and sync loose objects by default on Windows, nksingh85
- [PATCH v6 05/12] builtin/add: add ODB transaction around add_files_to_cache, nksingh85
- [PATCH v6 06/12] update-index: use the bulk-checkin infrastructure, nksingh85
- [PATCH v6 03/12] core.fsyncmethod: batched disk flushes for loose-objects, nksingh85
[PATCH 0/7] Finish converting "submodule update" to C,
Glen Choo
Let's have a user experience workshop,
Alice Merrick
Re: Follow-up on hooks series,
Emily Shaffer
[PATCH] Use reverse_commit_list helper function for in-place list reversal,
Jayati Shrivastava via GitGitGadget
[PATCH] maintenance: fix synopsis in documentation,
Derrick Stolee via GitGitGadget
[PATCH] git-curl-compat.h: addition of all symbols defined by curl,
Elia Pinto
[RFC PATCH 0/1] mv: integrate with sparse-index,
Shaoxuan Yuan
Re: [GSOC] [PATCH 1/1] t7403: Use helper function 'test_path_is_dir' to check if the path is a directory,
Christian Couder
What's cooking in git.git (Mar 2022, #03; Mon, 14),
Junio C Hamano
- vd/stash-silence-reset (was: Re: What's cooking in git.git (Mar 2022, #03; Mon, 14)), Victoria Dye
- Re: What's cooking in git.git (Mar 2022, #03; Mon, 14), Robert Coup
- Re: What's cooking in git.git (Mar 2022, #03; Mon, 14), Jeff Hostetler
- gc/recursive-fetch-with-unused-submodules (was Re: What's cooking in git.git (Mar 2022, #03; Mon, 14)), Glen Choo
Re: [PATCH 1/1] Use reverse_commit_list helper function for in-place list reversal,
Jayati Shrivastava
git cherry-pick with --no-verify option,
Yubin Ruan
[PATCH 6/6] attr.h: remove duplicate struct definition,
Elia Pinto
[PATCH 1/6] attr.c: delete duplicate include, Elia Pinto
[PATCH 0/5] Remove. duplicate include directives,
Elia Pinto
[PATCH] partial-clone: add a partial-clone test case,
Abhradeep Chakraborty via GitGitGadget
[PATCH v2] t6423-merge-rename-directories.sh: use the $(...) construct, Elia Pinto
Bug report for git stash push., contact
Dealing with corporate email recycling,
Sean Allred
Request: a way to ignore .gitattributes,
Sean MacLennan
[PATCH] Documentation: simplify synopsis of git-repack(1),
Bagas Sanjaya
[PATCH 0/5] Separate '--skip-refresh' from '--quiet' in 'reset', use '--quiet' internally in 'stash',
Victoria Dye via GitGitGadget
- [PATCH 3/5] reset: replace '--quiet' with '--no-refresh' in performance advice, Victoria Dye via GitGitGadget
- [PATCH 1/5] reset: revise index refresh advice, Victoria Dye via GitGitGadget
- [PATCH 2/5] reset: introduce --[no-]refresh option to --mixed, Victoria Dye via GitGitGadget
- [PATCH 4/5] reset: suppress '--no-refresh' advice if logging is silenced, Victoria Dye via GitGitGadget
- [PATCH 5/5] stash: make internal resets quiet and refresh index, Victoria Dye via GitGitGadget
- Re: [PATCH 0/5] Separate '--skip-refresh' from '--quiet' in 'reset', use '--quiet' internally in 'stash', Victoria Dye
- Re: [PATCH 0/5] Separate '--skip-refresh' from '--quiet' in 'reset', use '--quiet' internally in 'stash', Junio C Hamano
- Re: [PATCH 0/5] Separate '--skip-refresh' from '--quiet' in 'reset', use '--quiet' internally in 'stash', Derrick Stolee
- [PATCH v2 0/5] Allow 'reset --quiet' to refresh the index, use 'reset --quiet' in 'stash', Victoria Dye via GitGitGadget
- [PATCH v2 2/5] reset: introduce --[no-]refresh option to --mixed, Victoria Dye via GitGitGadget
- [PATCH v2 1/5] reset: revise index refresh advice, Victoria Dye via GitGitGadget
- [PATCH v2 5/5] stash: make internal resets quiet and refresh index, Victoria Dye via GitGitGadget
- [PATCH v2 3/5] reset: replace '--quiet' with '--no-refresh' in performance advice, Victoria Dye via GitGitGadget
- [PATCH v2 4/5] reset: suppress '--no-refresh' advice if logging is silenced, Victoria Dye via GitGitGadget
- Re: [PATCH v2 0/5] Allow 'reset --quiet' to refresh the index, use 'reset --quiet' in 'stash', Derrick Stolee
- Re: [PATCH v2 0/5] Allow 'reset --quiet' to refresh the index, use 'reset --quiet' in 'stash', Junio C Hamano
- [PATCH v3 0/5] Allow 'reset --quiet' to refresh the index, use 'reset --quiet' in 'stash', Victoria Dye via GitGitGadget
[PATCH v4] name-rev: use generation numbers if available,
Jacob Keller
[PATCH] tab completion of filenames for 'git restore',
David Cantrell via GitGitGadget
[PATCH 00/16] Builtin FSMonitor Part 2.5,
Jeff Hostetler via GitGitGadget
- [PATCH 01/16] t/test-lib: avoid using git on LHS of pipe, Jeff Hostetler via GitGitGadget
- [PATCH 05/16] fsmonitor--daemon: refactor cookie handling for readability, Jeff Hostetler via GitGitGadget
- [PATCH 02/16] update-index: convert advise() messages back to warning(), Jeff Hostetler via GitGitGadget
- [PATCH 10/16] t7527: delete unused verify_status() function, Jeff Hostetler via GitGitGadget
- [PATCH 11/16] fsmonitor-ipc: add _() to calls to die(), Jeff Hostetler via GitGitGadget
- [PATCH 15/16] fsmonitor--daemon: add _() to calls to error(), Jeff Hostetler via GitGitGadget
- [PATCH 03/16] compat/fsmonitor/fsm-listen-darwin: split out GCC-specific declarations, Jeff Hostetler via GitGitGadget
- [PATCH 12/16] compat/fsmonitor/fsm-listen-darwin: add _() to calls to error(), Jeff Hostetler via GitGitGadget
- [PATCH 06/16] t/perf/p7519: use grep rather than egrep in test, Jeff Hostetler via GitGitGadget
- [PATCH 07/16] t/perf/p7519: cleanup coding style, Jeff Hostetler via GitGitGadget
- [PATCH 09/16] t7527: fix && chaining in matrix_try(), Jeff Hostetler via GitGitGadget
- [PATCH 14/16] fsmonitor--daemon: add _() to calls to die(), Jeff Hostetler via GitGitGadget
- [PATCH 08/16] t7527: add parameters to start_daemon to handle args and subshell, Jeff Hostetler via GitGitGadget
- [PATCH 04/16] t/helper/fsmonitor-client: cleanup call to parse_options(), Jeff Hostetler via GitGitGadget
- [PATCH 13/16] compat/fsmonitor/fsm-listen-win32: add _() to calls to error(), Jeff Hostetler via GitGitGadget
- [PATCH 16/16] fsmonitor-settings: simplify initialization of settings data, Jeff Hostetler via GitGitGadget
- Re: [PATCH 00/16] Builtin FSMonitor Part 2.5, Junio C Hamano
`git rebase -i --rebase-merges` formatting,
Jan Christoph Uhde
Incorrect work dir for submodule fetch operations, Yngve N. Pettersen
[RFC PATCH 0/1] Documentation/git-sparse-checkout.txt: add an OPTIONS section,
Shaoxuan Yuan
git submodule add adding an extra "Git" to path, Ulrich Windl
[PATCH] repack: add config to skip updating server info,
Patrick Steinhardt
[PATCH] rebase: set REF_HEAD_DETACH in checkout_up_to_date(),
John Cai via GitGitGadget
Re: [GSOC] Interested in the project 'Unify ref-filter formats with other pretty formats',
Hariom verma
[GSOC] Applicant Introduction, ref: Unify ref-filter formats with other pretty formats, Jayati Shrivastava
RFC: Using '--no-output-indicator-old' to only show new state,
Linus Torvalds
Minor regression in 2.35 with reflog expire,
Johannes Sixt
[PATCH 0/6] Importing and exporting stashes to refs,
brian m. carlson
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]