git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2022-03-25 19:27:48 to 2022-03-28 20:04:00 UTC [more...]

[PATCH v2 00/27] revision.[ch]: add and use release_revisions()
 2022-03-28 20:03 UTC  (14+ messages)
` [PATCH v3 "
  ` [PATCH v3 02/27] blame: use "goto cleanup" for cleanup_scoreboard()
  ` [PATCH v3 04/27] format-patch: don't leak "extra_headers" or "ref_message_ids"
  ` [PATCH v3 08/27] revisions API users: add "goto cleanup" for "rev_info" early exit
  ` [PATCH v3 11/27] revisions API users: add "goto cleanup" for release_revisions()
  ` [PATCH v3 15/27] revisions API users: use release_revisions() for "prune_data" users
  ` [PATCH v3 24/27] revisions API: call diff_free(&revs->pruning) in revisions_release()

[PATCH v6 6/6] core.fsync: documentation and user-friendly aggregate options
 2022-03-28 19:56 UTC  (13+ messages)
` [PATCH v7] "
  ` do we have too much fsync() configuration in 'next'? (was: [PATCH v7] core.fsync: documentation and user-friendly aggregate options)
        ` do we have too much fsync() configuration in 'next'?

[RFC PATCH] repo-settings: set defaults even when not in a repo
 2022-03-28 19:53 UTC  (5+ messages)

[PATCH v5 0/5] A design for future-proofing fsync() configuration
 2022-03-28 19:45 UTC  (5+ messages)
` [PATCH v6 0/6] "
  ` [PATCH v6 4/6] core.fsync: add configuration parsing

[PATCH v6 0/3] vimdiff: new implementation with layout support
 2022-03-28 19:19 UTC  (16+ messages)
` [PATCH v6 1/3] "
` [PATCH v6 2/3] vimdiff: integrate layout tests in the unit tests framework ('t' folder)
` [PATCH v6 3/3] vimdiff: add tool documentation
    ` [PATCH] fixup! "

About Documentation Reference Book Videos External Links Downloads Community English ▾Topics ▾ Version 2.35.1 ▾ gitglossary last updated in 2.35.1 NAME gitglossary - A Git Glossary SYNOPSIS * DESCRIPTION alternate object database Via the alternates mechanism, a repository can inherit part of its object database from another object database, which is called an "alternate". bare repository A bare repository is normally an appropriately named directory with a .git suffix that does not have a locally checked-out copy of any of the files under revision control. That is, all of the Git administrative and control files that would normally be present in the hidden .git sub-directory are directly present in the repository.git directory instead, and no other files are present and checked out. Usually publishers of public repositories make bare repositories available. blob object Untyped object, e.g. the contents of a file. branch A "branch" is a line of development. The most recent commit
 2022-03-28 19:14 UTC 

[PATCH v2] fetch —object-info-format: client option for object-info
 2022-03-28 19:11 UTC  (5+ messages)
` [PATCH v3 0/3] object-info: add option for retrieving object info
  ` [PATCH v3 1/3] fetch-pack: refactor packet writing and fetch options
  ` [PATCH v3 2/3] transfer.advertiseObjectInfo: add object-info config
  ` [PATCH v3 3/3] object-info: add option for retrieving object info

master doesn't compile on xlc 21.01 anymore (old AIX compiler) (was: [PATCH v7 14/16] reftable: make reftable_record a tagged union)
 2022-03-28 19:10 UTC  (2+ messages)
` [PATCH] reftable: make assignments portable to AIX xlc v12.01

[PATCH v2] RFC: tracking branches: add advice to ambiguous refspec error
 2022-03-28 18:50 UTC  (7+ messages)
` [PATCH v3] "

[PATCH 00/17] cruft packs
 2022-03-28 18:46 UTC  (10+ messages)
` [PATCH v3 "
  ` [PATCH v3 01/17] Documentation/technical: add cruft-packs.txt

[PATCH v3 0/7] fetch: add repair: full refetch without negotiation (was: "refiltering")
 2022-03-28 17:38 UTC  (10+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/7] fetch-negotiator: add specific noop initializer
  ` [PATCH v4 2/7] fetch-pack: add refetch
  ` [PATCH v4 3/7] builtin/fetch-pack: add --refetch option
  ` [PATCH v4 4/7] fetch: "
  ` [PATCH v4 5/7] t5615-partial-clone: add test for fetch --refetch
  ` [PATCH v4 6/7] fetch: after refetch, encourage auto gc repacking
  ` [PATCH v4 7/7] docs: mention --refetch fetch option

[PATCH 0/5] Partial bundle follow ups
 2022-03-28 17:10 UTC  (14+ messages)
` [PATCH] pack-objects: lazily set up "struct rev_info", don't leak
  ` [PATCH v2] "

[PATCH 00/25] CI: run "make [test]" directly, use $GITHUB_ENV
 2022-03-28 16:34 UTC  (37+ messages)
` [PATCH v2 "
  ` [PATCH v2 01/25] CI: run "set -ex" early in ci/lib.sh
  ` [PATCH v2 02/25] CI: make "$jobname" explicit, remove fallback
  ` [PATCH v2 03/25] CI: remove more dead Travis CI support
  ` [PATCH v2 04/25] CI: remove dead "tree skipping" code
  ` [PATCH v2 05/25] CI: remove unused Azure ci/* code
  ` [PATCH v2 06/25] CI: don't have "git grep" invoke a pager in tree content check
  ` [PATCH v2 07/25] CI: have "static-analysis" run a "make ci-static-analysis" target
  ` [PATCH v2 08/25] CI: have "static-analysis" run "check-builtins", not "documentation"
  ` [PATCH v2 09/25] CI: move p4 and git-lfs variables to ci/install-dependencies.sh
  ` [PATCH v2 10/25] CI: consistently use "export" in ci/lib.sh
  ` [PATCH v2 11/25] CI: export variables via a wrapper
  ` [PATCH v2 12/25] CI: remove "run-build-and-tests.sh", run "make [test]" directly
  ` [PATCH v2 13/25] CI: check ignored unignored build artifacts in "win[+VS] build" too
  ` [PATCH v2 14/25] CI: invoke "make artifacts-tar" directly in windows-build
  ` [PATCH v2 15/25] CI: split up and reduce "ci/test-documentation.sh"
  ` [PATCH v2 16/25] CI: combine ci/install{,-docker}-dependencies.sh
  ` [PATCH v2 17/25] CI: move "env" definitions into ci/lib.sh
  ` [PATCH v2 18/25] ci/run-test-slice.sh: replace shelling out with "echo"
  ` [PATCH v2 19/25] CI: pre-select test slice in Windows & VS tests
  ` [PATCH v2 20/25] CI: only invoke ci/lib.sh as "steps" in main.yml
  ` [PATCH v2 21/25] CI: narrow down variable definitions in --build and --test
  ` [PATCH v2 22/25] CI: add more variables to MAKEFLAGS, except under vs-build
  ` [PATCH v2 23/25] CI: set CC in MAKEFLAGS directly, don't add it to the environment
  ` [PATCH v2 24/25] CI: set PYTHON_PATH setting for osx-{clang,gcc} into "$jobname" case
  ` [PATCH v2 25/25] CI: don't use "set -x" in "ci/lib.sh" output
  ` [RFC PATCH v3 0/6] CI: js/ci-github-workflow-markup rebased on "use $GITHUB_ENV"
    ` [RFC PATCH v3 1/6] ci: make it easier to find failed tests' logs in the GitHub workflow
    ` [RFC PATCH v3 2/6] tests: refactor --write-junit-xml code
    ` [RFC PATCH v3 3/6] test(junit): avoid line feeds in XML attributes
    ` [RFC PATCH v3 4/6] ci: optionally mark up output in the GitHub workflow
    ` [RFC PATCH v3 5/6] ci: use `--github-workflow-markup` "
    ` [RFC PATCH v3 6/6] ci: call `finalize_test_case_output` a little later

[PATCH v8 00/30] Builtin FSMonitor Part 2
 2022-03-28 16:27 UTC  (37+ messages)
` [PATCH v9 "
  ` [PATCH v9 01/30] fsmonitor: enhance existing comments, clarify trivial response handling
  ` [PATCH v9 02/30] fsmonitor-ipc: create client routines for git-fsmonitor--daemon
  ` [PATCH v9 03/30] fsmonitor: config settings are repository-specific
  ` [PATCH v9 04/30] fsmonitor: use IPC to query the builtin FSMonitor daemon
  ` [PATCH v9 05/30] fsmonitor: document builtin fsmonitor
  ` [PATCH v9 06/30] fsmonitor--daemon: add a built-in fsmonitor daemon
  ` [PATCH v9 07/30] fsmonitor--daemon: implement 'stop' and 'status' commands
  ` [PATCH v9 08/30] compat/fsmonitor/fsm-listen-win32: stub in backend for Windows
  ` [PATCH v9 09/30] compat/fsmonitor/fsm-listen-darwin: stub in backend for Darwin
  ` [PATCH v9 10/30] fsmonitor--daemon: implement 'run' command
  ` [PATCH v9 11/30] fsmonitor--daemon: implement 'start' command
  ` [PATCH v9 12/30] fsmonitor--daemon: add pathname classification
  ` [PATCH v9 13/30] fsmonitor--daemon: define token-ids
  ` [PATCH v9 14/30] fsmonitor--daemon: create token-based changed path cache
  ` [PATCH v9 15/30] compat/fsmonitor/fsm-listen-win32: implement FSMonitor backend on Windows
  ` [PATCH v9 16/30] compat/fsmonitor/fsm-listen-darwin: add MacOS header files for FSEvent
  ` [PATCH v9 17/30] compat/fsmonitor/fsm-listen-darwin: implement FSEvent listener on MacOS
  ` [PATCH v9 18/30] fsmonitor--daemon: implement handle_client callback
  ` [PATCH v9 19/30] help: include fsmonitor--daemon feature flag in version info
  ` [PATCH v9 20/30] t/helper/fsmonitor-client: create IPC client to talk to FSMonitor Daemon
  ` [PATCH v9 21/30] t7527: create test for fsmonitor--daemon
  ` [PATCH v9 22/30] t/perf: avoid copying builtin fsmonitor files into test repo
  ` [PATCH v9 23/30] t/helper/test-chmtime: skip directories on Windows
  ` [PATCH v9 24/30] t/perf/p7519: fix coding style
  ` [PATCH v9 26/30] t/perf/p7519: add fsmonitor--daemon test cases
  ` [PATCH v9 27/30] fsmonitor--daemon: periodically truncate list of modified files
  ` [PATCH v9 28/30] fsmonitor--daemon: use a cookie file to sync with file system
  ` [PATCH v9 29/30] fsmonitor: force update index after large responses
  ` [PATCH v9 30/30] t7527: test status with untracked-cache and fsmonitor--daemon

[PATCH] test-lib: have --immediate emit valid TAP on failure
 2022-03-28 15:50 UTC  (5+ messages)
  ` A "why TAP?" manifesto (was: [PATCH] test-lib: have --immediate emit valid TAP on failure)
    ` A "why TAP?" manifesto

[PATCH v2 00/27] Builtin FSMonitor Part 3
 2022-03-28 14:37 UTC  (3+ messages)
` [PATCH v3 "

[RFC PATCH 0/1] mv: integrate with sparse-index
 2022-03-28 13:32 UTC  (9+ messages)
` [RFC PATCH 1/1] "

Add a "remove" subcommand to "git-sparse-checkout"
 2022-03-28 13:11 UTC  (2+ messages)

[PATCH v2 0/5] various: remove dead code
 2022-03-28 12:16 UTC  (13+ messages)
` [PATCH v3 0/7] various: remove dead code, drop i18n not used in-tree
  ` [PATCH v3 1/7] run-command.h: remove always unused "clean_on_exit_handler_cbdata"
  ` [PATCH v3 2/7] configure.ac: remove USE_PIC comment
  ` [PATCH v3 3/7] xdiff/xmacros.h: remove unused XDL_PTRFREE
  ` [PATCH v3 4/7] pack-bitmap-write: remove unused bitmap_reset() function
  ` [PATCH v3 5/7] object-store.h: remove unused has_sha1_file*()
  ` [PATCH v3 6/7] alloc.[ch]: remove alloc_report() function
  ` [PATCH v3 7/7] git-sh-setup: don't mark trees not used in-tree for i18n

Possible issue with rebase's --rebase-merges option
 2022-03-28 11:21 UTC  (10+ messages)

[PATCH 0/3] a couple of read_key_without_echo() fixes
 2022-03-28 10:51 UTC  (6+ messages)
` [PATCH v2 0/4] "

[PATCH v1 1/3] pack-bitmap.c: use "ret" in "open_midx_bitmap()"
 2022-03-28  7:59 UTC  (2+ messages)
` [PATCH v1 1/3] pack-bitmap.c: use "ret" in "open_midx_bitmap()

How to get the original raw commit message without removing extra leading/trailing line breaks
 2022-03-28  6:11 UTC  (5+ messages)

[GSoC] Applicant Introduction and Microproject Selection
 2022-03-28  1:47 UTC 

Path differences between git status & git status --porcelain
 2022-03-27 16:06 UTC  (3+ messages)

[Question] .git folder file updates for changing head commit
 2022-03-27 15:48 UTC  (3+ messages)

[WIP]: make merge nicer to the user
 2022-03-27 15:41 UTC 

What's cooking in git.git (Mar 2022, #05; Wed, 23)
 2022-03-27 13:18 UTC  (5+ messages)
` fr/vimdiff-layout (was: What's cooking in git.git (Mar 2022, #05; Wed, 23))
    ` fr/vimdiff-layout
      ` [PATCH] tests: do roundtrip builtin doc & sanity checking

[PATCH] set LC_TIME even if locale dir is not present
 2022-03-27 10:13 UTC  (2+ messages)

[PATCH v2 0/7] core.fsyncmethod: add 'batch' mode for faster fsyncing of multiple objects
 2022-03-26 15:35 UTC  (6+ messages)
` [PATCH v3 00/11] "
  ` [PATCH v3 09/11] core.fsyncmethod: tests for batch mode

fast forward merge anomaly, 'commit' after 'reset --soft' can produce new commit with same hash as before
 2022-03-26 14:23 UTC 

contrib/vscode/: debugging with vscode and gdb
 2022-03-26 14:11 UTC  (4+ messages)

Bug report: filters not applied with git add --pathspec-file-nul
 2022-03-26 13:24 UTC 

[PATCH] mv: refresh stat info for moved entry
 2022-03-26  1:23 UTC  (5+ messages)

[PATCH] git-prompt: fix sequencer/todo detection
 2022-03-26  0:15 UTC  (2+ messages)

[PATCH v2] http API: fix dangling pointer issue noted by GCC 12.0
 2022-03-26  0:13 UTC  (4+ messages)
` [PATCH v3] "

[PATCH] worktree: include repair cmd in usage
 2022-03-25 19:55 UTC  (2+ messages)

[PATCH 0/9] ci: make Git's GitHub workflow output much more helpful
 2022-03-25 18:38 UTC  (5+ messages)
` [PATCH v2 "

[PATCH] test-lib-functions: fix test_subcommand_inexact
 2022-03-25 19:02 UTC  (14+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] t7700: check post-condition in kept-pack test
  ` [PATCH v2 2/2] test-lib-functions: fix test_subcommand_inexact
  ` [PATCH v3 0/2] "
    ` [PATCH v3 1/2] t7700: check post-condition in kept-pack test
    ` [PATCH v3 2/2] test-lib-functions: remove test_subcommand_inexact


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).