messages from 2023-03-19 19:34:57 to 2023-03-22 17:34:03 UTC [more...]
BUGREPORT: Modified files on a fresh clone on M2 MacBook Pro
2023-03-22 17:33 UTC (4+ messages)
Supporting automated removal of the UTF-8 BOM
2023-03-22 17:17 UTC
git credential doesn't honor git config precedence rules
2023-03-22 17:19 UTC (2+ messages)
[PATCH] Document the output format of ls-remote
2023-03-22 17:13 UTC (9+ messages)
` [PATCH v2 0/2] "
` [PATCH v2 1/2] Update show-ref documentation for internal consistency
` [PATCH v2 2/2] Document the output format of ls-remote
` Re* "
[PATCH 0/2] use gettimeofday for current time
2023-03-22 17:11 UTC (18+ messages)
` [PATCH 2/2] git-compat-util: "
` [PATCH v2] git-compat-util: use gettimeofday(2) for time(2)
[PATCH v7 0/3] rebase: document, clean up, and introduce a config option for --rebase-merges
2023-03-22 16:54 UTC (6+ messages)
` [PATCH v8 "
` [PATCH v8 1/3] rebase: add documentation and test for --no-rebase-merges
` [PATCH v8 2/3] rebase: deprecate --rebase-merges=""
` [PATCH v8 3/3] rebase: add a config option for --rebase-merges
[PATCH 0/2] branch: improve error log on branch not found by checking remotes refs
2023-03-22 16:52 UTC (4+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] Fix mem leak in branch.c due to not-free newly added virtual_name variable
[PATCH 0/4] Fix a few split-index bugs
2023-03-22 16:22 UTC (6+ messages)
` [PATCH 1/4] split-index & fsmonitor: demonstrate a bug
` [PATCH 2/4] split-index; stop abusing the `base_oid` to strip the "link" extension
` [PATCH 3/4] fsmonitor: avoid overriding `cache_changed` bits
` [PATCH 4/4] unpack-trees: take care to propagate the split-index flag
[PATCH v4 0/2] diff-files: integrate with sparse index
2023-03-22 16:18 UTC (16+ messages)
` [PATCH v5 "
` [PATCH v5 1/2] t1092: add tests for `git diff-files`
` [RFC PATCH v6 0/2] diff-files: integrate with sparse index
` [PATCH v6 1/2] t1092: add tests for `git diff-files`
` [PATCH v6 2/2] diff-files: integrate with sparse index
` [PATCH v7 0/2] "
` [PATCH v7 1/2] t1092: add tests for `git diff-files`
` [PATCH v7 2/2] diff-files: integrate with sparse index
Minor bug regarding git-reportbug
2023-03-22 15:10 UTC (3+ messages)
Feature Request: Ignore Tracked IDE files
2023-03-22 14:21 UTC (5+ messages)
Soundness of signature verification excluding unsigned empty merges
2023-03-22 12:14 UTC (5+ messages)
` [EXTERNAL] "
Feature Request: Allow to stash push and pop file modification times to avoid rebuilds
2023-03-22 11:13 UTC (5+ messages)
System Environmental Variables being wiped on update
2023-03-22 10:34 UTC
Destructive pre-commit behaviour and "--all"
2023-03-22 10:34 UTC
git log -L:<funcname>:<file> bug report
2023-03-22 10:05 UTC
[PATCH 0/8] fetch: refactor code that prints reference updates
2023-03-22 9:04 UTC (13+ messages)
` [PATCH v2 0/6] "
` [PATCH v2 1/6] fetch: move reference width calculation into `display_state`
` [PATCH v2 2/6] fetch: move output format "
` [PATCH v2 3/6] fetch: pass the full local reference name to `format_display`
` [PATCH v2 4/6] fetch: centralize handling of per-reference format
` [PATCH v2 5/6] fetch: centralize logic to print remote URL
` [PATCH v2 6/6] fetch: centralize printing of reference updates
bug? round-trip through fast-import/fast-export loses files
2023-03-22 3:07 UTC (6+ messages)
[PATCH] doc: remove manpage-base-url workaround
2023-03-22 1:24 UTC (2+ messages)
Bug in git archive + .gitattributes + relative path
2023-03-21 22:59 UTC (15+ messages)
` [PATCH] archive: improve support for running in a subdirectory
[PATCH] doc: remove GNU troff workaround
2023-03-21 22:17 UTC (9+ messages)
[PATCH 00/16] Header cleanups
2023-03-21 21:56 UTC (21+ messages)
` [PATCH v2 "
` [PATCH v2 01/16] treewide: remove unnecessary cache.h inclusion from a few headers
` [PATCH v2 02/16] treewide: be explicit about dependence on gettext.h
` [PATCH v2 03/16] treewide: remove unnecessary inclusion of gettext.h
` [PATCH v2 04/16] treewide: remove unnecessary cache.h inclusion from several sources
` [PATCH v2 05/16] environment: move comment_line_char from cache.h
` [PATCH v2 06/16] abspath.h: move absolute path functions "
` [PATCH v2 07/16] cache.h: remove expand_user_path()
` [PATCH v2 08/16] path.h: move function declarations for path.c functions from cache.h
` [PATCH v2 09/16] wrapper.h: move declarations for wrapper.c "
` [PATCH v2 10/16] treewide: remove unnecessary includes of cache.h
` [PATCH v2 11/16] environment.h: move declarations for environment.c functions from cache.h
` [PATCH v2 12/16] treewide: remove cache.h inclusion due to environment.h changes
` [PATCH v2 13/16] setup.h: move declarations for setup.c functions from cache.h
` [PATCH v2 14/16] treewide: remove cache.h inclusion due to setup.h changes
` [PATCH v2 15/16] write-or-die.h: move declarations for write-or-die.c functions from cache.h
` [PATCH v2 16/16] csum-file.h: remove unnecessary inclusion of cache.h
Suspected git grep regression in git 2.40.0
2023-03-21 20:46 UTC (5+ messages)
` [EXTERNAL SENDER] "
.gitconfig: -c core.pager='less -+F -+X' status
2023-03-21 19:22 UTC (3+ messages)
[PATCH 0/6] pack-bitmap: miscellaneous mmap read hardening
2023-03-21 18:27 UTC (14+ messages)
` [PATCH 1/6] pack-bitmap.c: hide bitmap internals in `read_u8()`
` [PATCH 2/6] pack-bitmap.c: hide bitmap internals in `read_be32()`
` [PATCH 3/6] pack-bitmap.c: drop unnecessary 'inline's
` [PATCH 4/6] pack-bitmap.c: factor out manual `map_pos` manipulation
` [PATCH 5/6] pack-bitmap.c: use `bitmap_index_seek()` where possible
` [PATCH 6/6] pack-bitmap.c: factor out `bitmap_index_seek_commit()`
[GSoC] Intro and Micro-project
2023-03-21 18:10 UTC (5+ messages)
[PATCH] That change for support different sslcert and sslkey types
2023-03-21 17:43 UTC (9+ messages)
` [PATCH v2] http: add support for "
Documentation: "git am" should point to "git format-patch"
2023-03-21 17:27 UTC (2+ messages)
[ANNOUNCE] Sharness v1.2.0
2023-03-21 0:15 UTC
[PATCH v3 0/8] ref-filter: ahead/behind counting, faster --merged option
2023-03-20 20:40 UTC (12+ messages)
` [PATCH v4 0/9] "
` [PATCH v4 1/9] for-each-ref: add --stdin option
` [PATCH v4 2/9] for-each-ref: explicitly test no matches
` [PATCH v4 3/9] commit-graph: refactor compute_topological_levels()
` [PATCH v4 4/9] commit-graph: simplify compute_generation_numbers()
` [PATCH v4 5/9] commit-graph: return generation from memory
` [PATCH v4 6/9] commit-graph: introduce `ensure_generations_valid()`
` [PATCH v4 7/9] commit-reach: implement ahead_behind() logic
` [PATCH v4 8/9] for-each-ref: add ahead-behind format atom
` [PATCH v4 9/9] commit-reach: add tips_reachable_from_bases()
Bug: git pull output and case sensitivity
2023-03-20 19:12 UTC (5+ messages)
[PATCH 0/3] parse-options.h: use designated initializers in OPT_* macros
2023-03-20 18:16 UTC (4+ messages)
` [PATCH 2/3] parse-options.h: rename _OPT_CONTAINS_OR_WITH()'s parameters
[PATCH 0/3] wildmatch: fix exponential behavior
2023-03-20 17:58 UTC (5+ messages)
` [PATCH 1/3] "
` [PATCH 2/3] wildmatch: avoid undefined behavior
` [PATCH 3/3] wildmatch: hide internal return values
[PATCH] rebase -i: do not update "done" when rescheduling command
2023-03-20 17:46 UTC (3+ messages)
git rebase issue
2023-03-20 17:20 UTC (6+ messages)
[PATCH 0/2] Remove unnecessary inclusions of parse-options.h from headers
2023-03-20 16:41 UTC (2+ messages)
[PATCH 0/2] builtin/sparse-checkout: add check-rules command
2023-03-20 15:49 UTC (4+ messages)
` [PATCH 2/2] "
[PATCH] That change for support different sslcert and sslkey types
2023-03-20 15:02 UTC
small documentation issues
2023-03-20 12:16 UTC
When exactly should REBASE_HEAD exist?
2023-03-20 8:42 UTC (14+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).