Git Distributed Software Revision Control — Thread Index
[Prev Page][Next Page]
- [PATCH v2 3/3] merge-recursive: handle rename-to-self case, (continued)
- [PATCH] help: convert git_cmd to page in one place,
Andrei Rybak
- [PATCH] version-gen: cleanup, Felipe Contreras
- Draft of Git Rev News edition 76, Christian Couder
- Feature request: 'git reset' to print old state, Ed Avis
- [ANN] git-branch-list 0.1 released, Felipe Contreras
- Definition of "the Git repository",
Kevin Buckley
- [PATCH 0/3] Empty untracked cache performance issue,
Tao Klerks via GitGitGadget
- Bug: git-stash fails for new file not staged for commit, Claas Augner
- Why the Makefile is so eager to re-build & re-link,
Ævar Arnfjörð Bjarmason
- Re: Why the Makefile is so eager to re-build & re-link, Jeff King
- Re: Why the Makefile is so eager to re-build & re-link, Ævar Arnfjörð Bjarmason
- Re: Why the Makefile is so eager to re-build & re-link, Johannes Sixt
- Re: Why the Makefile is so eager to re-build & re-link, Ævar Arnfjörð Bjarmason
- Re: Why the Makefile is so eager to re-build & re-link, Ævar Arnfjörð Bjarmason
- Re: Why the Makefile is so eager to re-build & re-link, Jeff King
- [PATCH 0/8] Makefile: make command-list.h 2-5x as fast with -jN, Ævar Arnfjörð Bjarmason
- [PATCH 1/8] command-list.txt: sort with "LC_ALL=C sort", Ævar Arnfjörð Bjarmason
- [PATCH 2/8] generate-cmdlist.sh: trivial whitespace change, Ævar Arnfjörð Bjarmason
- [PATCH 3/8] generate-cmdlist.sh: spawn fewer processes, Ævar Arnfjörð Bjarmason
- [PATCH 4/8] generate-cmdlist.sh: don't call get_categories() from category_list(), Ævar Arnfjörð Bjarmason
- [PATCH 5/8] generate-cmdlist.sh: run "grep | sort", not "sort | grep", Ævar Arnfjörð Bjarmason
- [PATCH 6/8] generate-cmdlist.sh: replace for loop by printf's auto-repeat feature, Ævar Arnfjörð Bjarmason
- [PATCH 7/8] Makefile: stop having command-list.h depend on a wildcard, Ævar Arnfjörð Bjarmason
- [PATCH 8/8] Makefile: assert correct generate-cmdlist.sh output, Ævar Arnfjörð Bjarmason
- Re: [PATCH 0/8] Makefile: make command-list.h 2-5x as fast with -jN, Jeff King
- [PATCH v2 00/10] Makefile: make generate-cmdlist.sh much faster, Ævar Arnfjörð Bjarmason
- [PATCH v2 01/10] command-list.txt: sort with "LC_ALL=C sort", Ævar Arnfjörð Bjarmason
- [PATCH v2 02/10] generate-cmdlist.sh: trivial whitespace change, Ævar Arnfjörð Bjarmason
- [PATCH v2 03/10] generate-cmdlist.sh: spawn fewer processes, Ævar Arnfjörð Bjarmason
- [PATCH v2 04/10] generate-cmdlist.sh: don't call get_categories() from category_list(), Ævar Arnfjörð Bjarmason
- [PATCH v2 05/10] generate-cmdlist.sh: run "grep | sort", not "sort | grep", Ævar Arnfjörð Bjarmason
- [PATCH v2 06/10] generate-cmdlist.sh: replace for loop by printf's auto-repeat feature, Ævar Arnfjörð Bjarmason
- [PATCH v2 07/10] generate-cmdlist.sh: stop sorting category lines, Ævar Arnfjörð Bjarmason
- [PATCH v2 08/10] generate-cmdlist.sh: do not shell out to "sed", Ævar Arnfjörð Bjarmason
- [PATCH v2 10/10] generate-cmdlist.sh: replace "cut", "tr" and "grep" with pure-shell, Ævar Arnfjörð Bjarmason
- [PATCH v2 09/10] generate-cmdlist.sh: replace "grep' invocation with a shell version, Ævar Arnfjörð Bjarmason
- Re: [PATCH v2 00/10] Makefile: make generate-cmdlist.sh much faster, Taylor Blau
- Re: [PATCH v2 00/10] Makefile: make generate-cmdlist.sh much faster, Junio C Hamano
- Re: [PATCH v2 00/10] Makefile: make generate-cmdlist.sh much faster, Jeff King
- [PATCH v3 00/10] generate-cmdlist.sh: make it (and "make") run faster, Ævar Arnfjörð Bjarmason
- [PATCH v3 01/10] command-list.txt: sort with "LC_ALL=C sort", Ævar Arnfjörð Bjarmason
- [PATCH v3 02/10] generate-cmdlist.sh: trivial whitespace change, Ævar Arnfjörð Bjarmason
- [PATCH v3 03/10] generate-cmdlist.sh: spawn fewer processes, Ævar Arnfjörð Bjarmason
- [PATCH v3 04/10] generate-cmdlist.sh: don't call get_categories() from category_list(), Ævar Arnfjörð Bjarmason
- [PATCH v3 05/10] generate-cmdlist.sh: run "grep | sort", not "sort | grep", Ævar Arnfjörð Bjarmason
- [PATCH v3 06/10] generate-cmdlist.sh: replace for loop by printf's auto-repeat feature, Ævar Arnfjörð Bjarmason
- [PATCH v3 07/10] generate-cmdlist.sh: stop sorting category lines, Ævar Arnfjörð Bjarmason
- [PATCH v3 08/10] generate-cmdlist.sh: do not shell out to "sed", Ævar Arnfjörð Bjarmason
- [PATCH v3 09/10] generate-cmdlist.sh: replace "grep' invocation with a shell version, Ævar Arnfjörð Bjarmason
- [PATCH v3 10/10] generate-cmdlist.sh: don't parse command-list.txt thrice, Ævar Arnfjörð Bjarmason
- Re: Why the Makefile is so eager to re-build & re-link, Felipe Contreras
- Re: Why the Makefile is so eager to re-build & re-link, Eric Sunshine
- Re: Why the Makefile is so eager to re-build & re-link, Øystein Walle
- [PATCH] Documentation/Makefile: don't re-build on 'git version' changes, Ævar Arnfjörð Bjarmason
- git add --interactive patch improvement for split hunks,
Ulrich Windl
- t5324-split-commit-graph.sh flaky due to assumptions about ulimit behavior,
Ævar Arnfjörð Bjarmason
- [PATCH] speed up alt_odb_usable() with many alternates,
Eric Wong
- [PATCH 0/5] optimizations for many odb alternates, Eric Wong
- [PATCH 1/5] speed up alt_odb_usable() with many alternates, Eric Wong
- [PATCH 2/5] avoid strlen via strbuf_addstr in link_alt_odb_entry, Eric Wong
- [PATCH 3/5] make object_directory.loose_objects_subdir_seen a bitmap, Eric Wong
- [PATCH 4/5] oidcpy_with_padding: constify `src' arg, Eric Wong
- [PATCH 5/5] oidtree: a crit-bit tree for odb_loose_cache, Eric Wong
- [PATCH v2 0/5] optimizations for many alternates, Eric Wong
- [PATCH v2 1/5] speed up alt_odb_usable() with many alternates, Eric Wong
- [PATCH v2 2/5] avoid strlen via strbuf_addstr in link_alt_odb_entry, Eric Wong
- [PATCH v2 3/5] make object_directory.loose_objects_subdir_seen a bitmap, Eric Wong
- [PATCH v2 4/5] oidcpy_with_padding: constify `src' arg, Eric Wong
- [PATCH v2 5/5] oidtree: a crit-bit tree for odb_loose_cache, Eric Wong
- Where does the variable GIT_HOSTING comes?,
Hongyi Zhao
- [PATCH 0/3] Push negotiation fixes,
Jonathan Tan
- [PATCH 0/4] midx: verify MIDX checksum before reusing,
Taylor Blau
- [PATCH 0/6] ci: speed-up the Windows parts of our GitHub workflow,
Johannes Schindelin via GitGitGadget
- [PATCH 2/6] ci (vs-build): use `cmd` to copy the DLLs, not `powershell`, Johannes Schindelin via GitGitGadget
- [PATCH 1/6] ci: use the new GitHub Action to download git-sdk-64-minimal, Johannes Schindelin via GitGitGadget
- [PATCH 5/6] ci(vs-build): build with NO_GETTEXT, Dennis Ameling via GitGitGadget
- [PATCH 3/6] ci: upgrade to using actions/{up,down}load-artifacts v2, Johannes Schindelin via GitGitGadget
- [PATCH 4/6] ci(windows): transfer also the Git-tracked files to the test jobs, Johannes Schindelin via GitGitGadget
- [PATCH 6/6] ci: accelerate the checkout, Johannes Schindelin via GitGitGadget
- Re: [PATCH 0/6] ci: speed-up the Windows parts of our GitHub workflow, Junio C Hamano
- [PATCH v2 0/7] ci: speed-up the Windows parts of our GitHub workflow, Johannes Schindelin via GitGitGadget
- [PATCH v2 1/7] ci: use the new GitHub Action to download git-sdk-64-minimal, Johannes Schindelin via GitGitGadget
- [PATCH v2 2/7] ci (vs-build): use `cmd` to copy the DLLs, not `powershell`, Johannes Schindelin via GitGitGadget
- [PATCH v2 3/7] ci: upgrade to using actions/{up,down}load-artifacts v2, Johannes Schindelin via GitGitGadget
- [PATCH v2 5/7] artifacts-tar: respect NO_GETTEXT, Johannes Schindelin via GitGitGadget
- [PATCH v2 6/7] ci(vs-build): build with NO_GETTEXT, Dennis Ameling via GitGitGadget
- [PATCH v2 7/7] ci: accelerate the checkout, Johannes Schindelin via GitGitGadget
- [PATCH v2 4/7] ci(windows): transfer also the Git-tracked files to the test jobs, Johannes Schindelin via GitGitGadget
- [PATCH v3 0/7] ci: speed-up the Windows parts of our GitHub workflow, Johannes Schindelin via GitGitGadget
- [PATCH v3 1/7] ci: use the new GitHub Action to download git-sdk-64-minimal, Johannes Schindelin via GitGitGadget
- [PATCH v3 2/7] ci (vs-build): use `cmd` to copy the DLLs, not `powershell`, Johannes Schindelin via GitGitGadget
- [PATCH v3 4/7] ci(windows): transfer also the Git-tracked files to the test jobs, Johannes Schindelin via GitGitGadget
- [PATCH v3 3/7] ci: upgrade to using actions/{up,down}load-artifacts v2, Johannes Schindelin via GitGitGadget
- [PATCH v3 5/7] artifacts-tar: respect NO_GETTEXT, Johannes Schindelin via GitGitGadget
- [PATCH v3 6/7] ci(vs-build): build with NO_GETTEXT, Dennis Ameling via GitGitGadget
- [PATCH v3 7/7] ci: accelerate the checkout, Johannes Schindelin via GitGitGadget
- Re: [PATCH v3 0/7] ci: speed-up the Windows parts of our GitHub workflow, Junio C Hamano
- Bug: git-fetch man page does not document --filter,
Mike Moreton
- Windows: GIT STATUS unreadable because the usage of RED textcolor on BLACK background,
Mirco Babin | Trip Software
- [PATCH] Support untracked cache with '--untracked-files=all' if configured,
Tao Klerks via GitGitGadget
- git-alltrees: root trees and subtrees without duplicate commits.,
Douglas Leonard
- [no subject],
Avishay Matayev
- [PATCH 0/5] some "log --decorate" optimizations,
Jeff King
- [PATCH 0/3] Makefile: "make tags" fixes & cleanup,
Ævar Arnfjörð Bjarmason
- [PATCH] Makefile: add and use the ".DELETE_ON_ERROR" flag,
Ævar Arnfjörð Bjarmason
- [PATCH 0/3] Move Git for Windows' system config to its top-level directory's etc/,
Johannes Schindelin via GitGitGadget
- [PATCH] config.mak.uname: PCRE1 cleanup, Johannes Schindelin via GitGitGadget
- Untracked Cache and --untracked-files=all,
Tao Klerks
- [PATCH v2 0/4] Generic conflict style fixes,
Felipe Contreras
- About the usage of core.gitproxy.,
Hongyi Zhao
- [PATCH 0/2] Some submodule related code cleanup,
Kaartic Sivaraam
- [PATCH 0/2] pull: documentation improvements,
Felipe Contreras
- [PATCH 00/23] doc: cleanups and asciidoctor direct man pages,
Felipe Contreras
- [PATCH 01/23] doc: remove GNU troff workaround, Felipe Contreras
- [PATCH 03/23] doc: simplify version passing, Felipe Contreras
- [PATCH 02/23] doc: use --stringparam in xmlto, Felipe Contreras
- [PATCH 04/23] doc: asciidoc: remove unnecessary attribute, Felipe Contreras
- [PATCH 05/23] doc: asciidoctor: remove unnecessary require, Felipe Contreras
- [PATCH 07/23] doc: asciidoctor: reorganize extensions, Felipe Contreras
- [PATCH 06/23] doc: asciidoctor: remove cruft, Felipe Contreras
- [PATCH 10/23] doc: asciidoctor: improve string handling, Felipe Contreras
- [PATCH 11/23] doc: asciidoctor: split the format from the code, Felipe Contreras
- [PATCH 09/23] doc: asciidoctor: refactor macro registration, Felipe Contreras
- [PATCH 08/23] doc: asciidoctor: use html-prefix only for html, Felipe Contreras
- [PATCH 12/23] doc: asciidoctor: specify name of our group, Felipe Contreras
- [PATCH 13/23] doc: doc-diff: set docdate manually, Felipe Contreras
- [PATCH 14/23] doc-diff: drop --cut-footer switch, Felipe Contreras
- [PATCH 15/23] doc: use asciidoctor to build man pages directly, Felipe Contreras
- [PATCH 16/23] doc-diff: support asciidoctor man pages, Felipe Contreras
- [PATCH 19/23] doc: asciidoctor: add hack for xrefs, Felipe Contreras
- [PATCH 20/23] doc: asciidoctor: add hack to improve links, Felipe Contreras
- [PATCH 22/23] doc: asciidoctor: cleanup man page hack, Felipe Contreras
- [PATCH 17/23] doc: asciidoctor: add linkgit macros in man pages, Felipe Contreras
- [PATCH 18/23] doc: add man pages workaround for asciidoctor, Felipe Contreras
- [PATCH 23/23] doc: asciidoctor: add hack for old versions, Felipe Contreras
- [PATCH 21/23] doc: asciidoctor: add support for baseurl, Felipe Contreras
- Re: [PATCH 00/23] doc: cleanups and asciidoctor direct man pages, Bagas Sanjaya
- [PATCH 0/2] pack-objects: missing tests & --stdin-packs segfault fix,
Ævar Arnfjörð Bjarmason
- [PATCH] progress.c tests: fix breakage with COLUMNS != 80,
Ævar Arnfjörð Bjarmason
- [L10N] l10n: fixed tripple-letter typos,
Jiang Xin
- Re: [PATCH] trace2: log progress time and throughput,
Ævar Arnfjörð Bjarmason
- [PATCH] bisect: allow to run from subdirectories,
Roland Hieber
- [PATCH 0/7] progress: verify progress counters in the test suite,
SZEDER Gábor
- [PATCH 1/7] progress: introduce GIT_TEST_CHECK_PROGRESS to verify progress counters, SZEDER Gábor
- [PATCH 2/7] progress: catch nested/overlapping progresses with GIT_TEST_CHECK_PROGRESS, SZEDER Gábor
- [PATCH 3/7] progress: catch backwards counting with GIT_TEST_CHECK_PROGRESS, SZEDER Gábor
- [PATCH 4/7] commit-graph: fix bogus counter in "Scanning merged commits" progress line, SZEDER Gábor
- [PATCH 5/7] entry: show finer-grained counter in "Filtering content" progress line, SZEDER Gábor
- [PATCH 7/7] test-lib: enable GIT_TEST_CHECK_PROGRESS by default, SZEDER Gábor
- [PATCH 6/7] [RFC] entry: don't show "Filtering content: ... done." line in case of errors, SZEDER Gábor
- Re: [PATCH 0/7] progress: verify progress counters in the test suite, Ævar Arnfjörð Bjarmason
- Re: [PATCH 0/7] progress: verify progress counters in the test suite, Taylor Blau
- [PATCH 00/25] progress.c: various fixes + SZEDER's RFC code, Ævar Arnfjörð Bjarmason
- [PATCH 01/25] progress.c tests: fix breakage with COLUMNS != 80, Ævar Arnfjörð Bjarmason
- [PATCH 05/25] progress.c: move signal handler functions lower, Ævar Arnfjörð Bjarmason
- [PATCH 02/25] progress.c tests: make start/stop verbs on stdin, Ævar Arnfjörð Bjarmason
- [PATCH 03/25] progress.c tests: test some invalid usage, Ævar Arnfjörð Bjarmason
- [PATCH 04/25] progress.c tests: add a "signal" verb, Ævar Arnfjörð Bjarmason
- [PATCH 07/25] progress.c: stop eagerly fflush(stderr) when not a terminal, Ævar Arnfjörð Bjarmason
- [PATCH 06/25] progress.c: call progress_interval() from progress_test_force_update(), Ævar Arnfjörð Bjarmason
- [PATCH 08/25] progress.c: add temporary variable from progress struct, Ævar Arnfjörð Bjarmason
- [PATCH 09/25] midx perf: add a perf test for multi-pack-index, Ævar Arnfjörð Bjarmason
- [PATCH 10/25] progress.c: remove the "sparse" mode nano-optimization, Ævar Arnfjörð Bjarmason
- [PATCH 11/25] pack-bitmap-write.c: add a missing stop_progress(), Ævar Arnfjörð Bjarmason
- [PATCH 12/25] progress.c: add & assert a "global_progress" variable, Ævar Arnfjörð Bjarmason
- [PATCH 14/25] progress.[ch]: move test-only code away from "extern" variables, Ævar Arnfjörð Bjarmason
- [PATCH 13/25] progress.[ch]: move the "struct progress" to the header, Ævar Arnfjörð Bjarmason
- [PATCH 16/25] progress.[ch]: convert "title" to "struct strbuf", Ævar Arnfjörð Bjarmason
- [PATCH 17/25] progress.c: refactor display() for less confusion, and fix bug, Ævar Arnfjörð Bjarmason
- [PATCH 15/25] progress.c: pass "is done?" (again) to display(), Ævar Arnfjörð Bjarmason
- [PATCH 18/25] progress.c: emit progress on first signal, show "stalled", Ævar Arnfjörð Bjarmason
- [PATCH 20/25] midx: don't provide a total for QSORT() progress, Ævar Arnfjörð Bjarmason
- [PATCH 19/25] commit-graph: fix bogus counter in "Scanning merged commits" progress line, Ævar Arnfjörð Bjarmason
- [PATCH 22/25] progress.c: add a stop_progress_early() function, Ævar Arnfjörð Bjarmason
[Index of Archives]
[Linux Kernel]
[LKML Kernel FAQ]
[IETF Annouce]
[Security]
[Bugtraq]