messages from 2022-12-15 08:53:33 to 2022-12-19 10:34:14 UTC [more...]
[PATCH 0/2] cmake doc: modernize and cross-platform-ize the docs
2022-12-19 10:32 UTC (2+ messages)
` [PATCH 1/2] cmake: use "-S" and "-B" to specify source and build directories
[PATCH] cmake: don't invoke msgfmt with --statistics
2022-12-19 10:26 UTC
[PATCH v3 0/8] tests: fix ignored & hidden exit codes
2022-12-19 10:19 UTC (8+ messages)
` [PATCH v4 0/6] "
` [PATCH v4 1/6] auto-crlf tests: don't lose exit code in loops and outside tests
` [PATCH v4 2/6] t/lib-patch-mode.sh: fix ignored exit codes
` [PATCH v4 3/6] tests: don't lose exit status with "(cd ...; test <op> $(git ...))"
` [PATCH v4 4/6] tests: don't lose exit status with "test <op> $(git ...)"
` [PATCH v4 5/6] tests: don't lose "git" exit codes in "! ( git ... | grep )"
` [PATCH v4 6/6] tests: don't lose misc "git" exit codes
[PATCH v3 0/2] check-attr: add support to work with revisions
2022-12-19 9:45 UTC (17+ messages)
` [PATCH v3 1/2] t0003: move setup for `--all` into new block
` [PATCH v3 2/2] attr: add flag `-r|--revisions` to work with revisions
[PATCH] am: don't pass strvec to apply_parse_options()
2022-12-19 9:20 UTC (22+ messages)
` [RFC PATCH 0/5] strvec: add a "nodup" mode, fix memory leaks
` [RFC PATCH 1/5] builtin/annotate.c: simplify for strvec API
` [RFC PATCH 2/5] various: add missing strvec_clear()
` [RFC PATCH 3/5] strvec API: add a "STRVEC_INIT_NODUP"
` [RFC PATCH 4/5] strvec API users: fix leaks by using "STRVEC_INIT_NODUP"
` [RFC PATCH 5/5] strvec API users: fix more "
[PATCH] grep: fall back to interpreter mode if JIT fails
2022-12-19 9:00 UTC (7+ messages)
[PATCH] git-p4: preserve utf8 BOM when importing from p4 to git
2022-12-19 9:09 UTC (4+ messages)
PROBLEM: "git pull -v" fails with exit code denoting a submodule syntax error
2022-12-19 8:02 UTC (8+ messages)
` AW: "
Strange "git stash pop" conflict (one chunk out of many)
2022-12-19 7:31 UTC (6+ messages)
` Antw: [EXT] "
` Wtrlt: "
[PATCH v3 0/5] notes.c: introduce "--no-blank-line" option
2022-12-19 3:03 UTC (3+ messages)
What's cooking in git.git (Dec 2022, #06; Sun, 18)
2022-12-19 3:07 UTC (2+ messages)
[PATCH] Fix word "does" sticking to "not" by adding space
2022-12-19 2:26 UTC
[PATCH] git: remove unneeded casts
2022-12-19 1:07 UTC (8+ messages)
[PATCH] tests: make 'test_oid' print trailing newline
2022-12-19 0:48 UTC (2+ messages)
[PATCH] git: remove redundant notes_ref check
2022-12-18 21:41 UTC
https://github.com/rust-lang/rust is not bisectable
2022-12-18 14:10 UTC (9+ messages)
[PATCH] format-patch: add --mboxrd alias for --pretty=mboxrd
2022-12-18 4:24 UTC (4+ messages)
[PATCH 0/2] Remove MSys Support
2022-12-18 3:58 UTC (7+ messages)
` [PATCH 1/2] mingw: remove duplicate `USE_NED_ALLOCATOR` directive
` [PATCH 2/2] mingw: remove msysGit/MSYS1 support
[PATCH 0/5] diff-merges: more features
2022-12-18 3:10 UTC (8+ messages)
` [PATCH v1 0/5] diff-merges: more features to fix '-m'
` [PATCH v1 1/5] diff-merges: implement [no-]hide option and log.diffMergesHide config
` [PATCH v1 2/5] diff-merges: implement log.diffMerges-m-imply-p config
` [PATCH v1 3/5] diff-merges: support list of values for --diff-merges
` [PATCH v1 4/5] diff-merges: issue warning on lone '-m' option
` [PATCH v1 5/5] diff-merges: improve --diff-merges documentation
[PATCH v2] line-range: Fix infinite loop bug with degenerate regex
2022-12-18 1:33 UTC (5+ messages)
` [PATCH v3] line-range: Fix infinite loop bug with degenerate '$' regex
git pull --verbose with submodules ends in error message
2022-12-18 1:25 UTC (7+ messages)
` [PATCH] Don't pass -v to submodule command
` [PATCH] submodule: Accept -v for update command
[PATCH] var: add GIT_SEQUENCE_EDITOR variable
2022-12-17 23:09 UTC (2+ messages)
` [PATCH v2] "
[PATCH] git-diff: Introduce --index and deprecate --cached
2022-12-17 21:48 UTC
[PATCH 0/4] Optionally skip hashing index on write
2022-12-17 17:37 UTC (20+ messages)
` [PATCH v2 "
` [PATCH v2 3/4] test-lib-functions: add helper for trailing hash
` [PATCH v3 0/4] Optionally skip hashing index on write
` [PATCH v3 1/4] hashfile: allow skipping the hash function
` [PATCH v3 2/4] read-cache: add index.skipHash config option
` [PATCH v3 3/4] test-lib-functions: add helper for trailing hash
` [PATCH v3 4/4] features: feature.manyFiles implies fast index writes
` [PATCH v4 0/4] Optionally skip hashing index on write
` [PATCH v4 1/4] hashfile: allow skipping the hash function
` [PATCH v4 2/4] read-cache: add index.skipHash config option
` [PATCH v4 3/4] test-lib-functions: add helper for trailing hash
` [PATCH v4 4/4] features: feature.manyFiles implies fast index writes
Issue with git > 2.36.1 and pre-commit hook on macOS M1
2022-12-17 8:34 UTC (6+ messages)
[Possible Bug] config --system fails when ./etc does not exist
2022-12-17 1:31 UTC
[PATCH] git: edit variable types to match what is assigned to them
2022-12-16 23:52 UTC (5+ messages)
` [PATCH v2] "
` [PATCH v3] "
Add git config variable for signoff
2022-12-16 23:03 UTC (2+ messages)
What's cooking in git.git (Dec 2022, #05; Wed, 14)
2022-12-16 22:55 UTC (15+ messages)
` ag/merge-strategies-in-c (was: What's cooking in git.git (Dec 2022, #05; Wed, 14))
` ab/remove--super-prefix & ab/submodule-no-abspath "
` js/bisect-in-c "
` ds/bundle-uri-4* (was "
[PATCH] date.c: allow ISO 8601 reduced precision times
2022-12-16 18:38 UTC (3+ messages)
[PATCH 0/2] Make check-whitespace failures more helpful
2022-12-16 10:13 UTC (5+ messages)
` [PATCH 1/2] Make `check-whitespace` "
` [PATCH 2/2] Improve check-whitespace output
feature-request: silently stops ssh-agent.exe when upgrading (windows)
2022-12-16 7:53 UTC (3+ messages)
[PATCH] e-mail workflow: Message-ID is spelled with ID in both capital letters
2022-12-16 1:47 UTC
git cherry-pick -x: missing blank line before the "cherry picked from commit" line
2022-12-16 1:15 UTC (7+ messages)
[PATCH] bisect: remove check for fp and move the goto label after the fclose
2022-12-16 1:03 UTC (2+ messages)
[PATCH v3 0/9] Get rid of "git --super-prefix"
2022-12-15 22:19 UTC (16+ messages)
` [PATCH v4 "
` [PATCH v4 1/9] submodule absorbgitdirs tests: add missing "Migrating git..." tests
` [PATCH v4 2/9] read-tree + fetch tests: test failing "--super-prefix" interaction
` [PATCH v4 3/9] submodule.c & submodule--helper: pass along "super_prefix" param
` [PATCH v4 4/9] submodule--helper: don't use global --super-prefix in "absorbgitdirs"
` [PATCH v4 5/9] submodule--helper: convert "foreach" to its own "--super-prefix"
` [PATCH v4 6/9] submodule--helper: convert "sync" "
` [PATCH v4 7/9] submodule--helper: convert "status" "
` [PATCH v4 8/9] submodule--helper: convert "{update,clone}" to their "
` [PATCH v4 9/9] read-tree: add "--super-prefix" option, eliminate global
[PATCH] Makefile: use sha1collisiondetection by default on OSX and Darwin
2022-12-15 21:17 UTC (3+ messages)
` [PATCH v2] "
[PATCH v2 0/2] check-attr: add support to work with revisions
2022-12-15 20:20 UTC (5+ messages)
` [PATCH v2 2/2] attr: add flag `-r|--revisions` "
Commiting old version of file introduces other files to commit
2022-12-15 17:55 UTC
[RFC PATCH 0/1] rebase --onto detection of already applied commits
2022-12-15 17:07 UTC (8+ messages)
[PATCH] commit: skip already cleared parents in clear_commit_marks_1()
2022-12-15 15:13 UTC (2+ messages)
[PATCH 0/6] bisect: follow-up fixes from js/bisect-in-c
2022-12-15 15:08 UTC (9+ messages)
` [PATCH 1/6] bisect--helper: simplify exit code computation
` [PATCH 2/6] bisect--helper: make the order consistently `argc, argv`
` [PATCH 3/6] bisect: verify that a bogus option won't try to start a bisection
` [PATCH 4/6] bisect run: fix the error message
` [PATCH 5/6] bisect: remove Cogito-related code
` [PATCH 6/6] bisect: no longer try to clean up left-over `.git/head-name` files
[RFC PATCH 0/1] push: introduce '--heads' option
2022-12-15 12:27 UTC (2+ messages)
[PATCH 0/6] remove USE_THE_INDEX_COMPATIBILITY_MACROS
2022-12-15 9:59 UTC (7+ messages)
` [PATCH 1/6] builtin/rm.c: use narrower "USE_THE_INDEX_VARIABLE"
` [PATCH 2/6] cocci & cache.h: fully apply "active_nr" part of index-compatibility
` [PATCH 3/6] cocci & cache.h: apply pending "index_cache_pos" rule
` [PATCH 4/6] cocci & cache-tree.h: migrate "write_cache_as_tree" to "*_index_*"
` [PATCH 5/6] cache-tree API: remove redundant update_main_cache_tree()
` [PATCH 6/6] cocci & cache.h: remove "USE_THE_INDEX_COMPATIBILITY_MACROS"
[PATCH v3 00/11] Enhance credential helper protocol to include auth headers
2022-12-15 9:27 UTC (4+ messages)
` [PATCH v4 0/8] "
` [PATCH v4 1/8] http: read HTTP WWW-Authenticate response headers
[PATCH v9 00/12] merge-index: prepare to rewrite merge drivers in C
2022-12-15 8:52 UTC (5+ messages)
` [PATCH v10 "
` [PATCH v10 10/12] merge-index: libify merge_one_path() and merge_all()
` [PATCH v10 11/12] merge-index: use "struct strvec" and helper to prepare args
` [PATCH v10 12/12] merge-index: make the argument parsing sensible & simpler
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).