git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2023-03-19 05:55:26 to 2023-03-22 09:04:26 UTC [more...]

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

Soundness of signature verification excluding unsigned empty merges
 2023-03-22  1:41 UTC  (3+ 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 v4 0/2] diff-files: integrate with sparse index
 2023-03-21 22:34 UTC  (13+ 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] doc: remove GNU troff workaround
 2023-03-21 22:17 UTC  (9+ messages)

[PATCH 00/16] Header cleanups
 2023-03-21 21:56 UTC  (37+ messages)
` [PATCH 01/16] treewide: remove unnecessary cache.h inclusion from a few headers
` [PATCH 02/16] treewide: be explicit about dependence on gettext.h
` [PATCH 03/16] treewide: remove unnecessary inclusion of gettext.h
` [PATCH 04/16] treewide: remove unnecessary cache.h inclusion from several sources
` [PATCH 05/16] environment: move comment_line_char from cache.h
` [PATCH 06/16] abspath.h: move absolute path functions "
` [PATCH 07/16] cache.h: remove expand_user_path()
` [PATCH 08/16] path.h: move function declarations for path.c functions from cache.h
` [PATCH 09/16] wrapper.h: move declarations for wrapper.c "
` [PATCH 10/16] treewide: remove unnecessary includes of cache.h
` [PATCH 11/16] environment.h: move declarations for environment.c functions from cache.h
` [PATCH 12/16] treewide: remove cache.h inclusion due to environment.h changes
` [PATCH 13/16] setup.h: move declarations for setup.c functions from cache.h
` [PATCH 14/16] treewide: remove cache.h inclusion due to setup.h changes
` [PATCH 15/16] write-or-die.h: move declarations for write-or-die.c functions from cache.h
` [PATCH 16/16] csum-file.h: remove unnecessary inclusion of cache.h
` [PATCH v2 00/16] Header cleanups
  ` [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

Feature Request: Allow to stash push and pop file modification times to avoid rebuilds
 2023-03-21 21:09 UTC  (3+ messages)

Suspected git grep regression in git 2.40.0
 2023-03-21 20:46 UTC  (5+ messages)
    ` [EXTERNAL SENDER] "

[PATCH 0/2] use gettimeofday for current time
 2023-03-21 20:04 UTC  (18+ messages)
` [PATCH 1/2] git-compat-util: time_now "
` [PATCH 2/2] git-compat-util: use gettimeofday "
` [PATCH v2] git-compat-util: use gettimeofday(2) for time(2)

Feature Request: Ignore Tracked IDE files
 2023-03-21 19:49 UTC 

.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  (6+ messages)
` [PATCH 1/3] parse-options.h: use consistent name for the callback parameters
` [PATCH 2/3] parse-options.h: rename _OPT_CONTAINS_OR_WITH()'s parameters
` [PATCH 3/3] parse-options.h: use designated initializers in OPT_* macros

[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  (4+ messages)
` [PATCH 1/2] treewide: include parse-options.h in source files
` [PATCH 2/2] treewide: remove unnecessary inclusions of parse-options.h from headers

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

[PATCH v7 0/3] rebase: document, clean up, and introduce a config option for --rebase-merges
 2023-03-20  5:59 UTC  (5+ 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] Document the output format of ls-remote
 2023-03-19 21:36 UTC  (4+ messages)

Bug Report with Git Bash
 2023-03-19 13:11 UTC  (2+ messages)

[PATCH 00/17] cocci: remove "the_index" wrapper macros
 2023-03-19  6:19 UTC  (13+ messages)
` [PATCH 02/17] cocci: fix incorrect & verbose "the_repository" rules
` [PATCH 03/17] cocci: sort "the_repository" rules by header
` [PATCH 04/17] cocci: add missing "the_repository" macros to "pending"
` [PATCH 05/17] cocci: apply the "cache.h" part of "the_repository.pending"
` [PATCH 16/17] post-cocci: adjust comments for recent repo_* migration
` [PATCH 17/17] libs: use "struct repository *" argument, not "the_repository"

[PATCH v3] index-pack: remove fetch_if_missing=0
 2023-03-19  6:17 UTC  (4+ messages)
` [PATCH v4] "


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