Git Mailing List Archive mirror
 help / color / mirror / Atom feed
 messages from 2023-04-15 08:55:54 to 2023-04-18 17:50:54 UTC [more...]

[PATCH v1 0/2] git config tests for "'git config ignores pairs ..."
 2023-04-18 17:50 UTC  (5+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] t1300: drop duplicate test
  ` [PATCH v2 2/3] t1300: check stderr for "ignores pairs" tests
  ` [RFC PATCH v2 3/3] t1300: add tests for missing keys

[PATCH 0/5] banned: mark `strok()`, `strtok_r()` as banned
 2023-04-18 17:08 UTC  (6+ messages)
` [PATCH 1/5] string-list: introduce `string_list_split_in_place_multi()`
` [PATCH 2/5] t/helper/test-hashmap.c: avoid using `strtok()`

[PATCH 0/4] git fsck: check pack rev-index files
 2023-04-18 16:59 UTC  (19+ messages)
` [PATCH 1/4] fsck: create scaffolding for rev-index checks
` [PATCH 2/4] fsck: check rev-index checksums
` [PATCH 3/4] fsck: check rev-index position values
` [PATCH 4/4] fsck: validate .rev file header

What's cooking in git.git (Apr 2023, #05; Mon, 17)
 2023-04-18 16:58 UTC  (5+ messages)
` tb/pack-revindex-on-disk (was: Re: What's cooking in git.git (Apr 2023, #05; Mon, 17))
` tb/enable-cruft-packs-by-default "
` tb/ban-strtok "
  ` tb/ban-strtok

[PATCH v9 0/8] worktree: Support `--orphan` when creating new worktrees
 2023-04-18 16:34 UTC  (14+ messages)
` [PATCH v9 1/8] worktree add: include -B in usage docs
` [PATCH v9 2/8] t2400: print captured git output when finished
` [PATCH v9 3/8] t2400: refactor "worktree add" opt exclusion tests
` [PATCH v9 4/8] t2400: add tests to verify --quiet
` [PATCH v9 5/8] worktree add: add --orphan flag
` [PATCH v9 6/8] worktree add: introduce "try --orphan" hint
` [PATCH v9 7/8] worktree add: extend DWIM to infer --orphan
` [PATCH v9 8/8] worktree add: emit warn when there is a bad HEAD

gpg-related crash with custom formatter (BUG: gpg-interface.c:915: invalid trust level requested -1)
 2023-04-18 16:24 UTC  (5+ messages)

Git rebase no longer defaults to upstream after force push
 2023-04-18 15:54 UTC  (3+ messages)

[PATCH 00/10] gc: enable cruft packs by default
 2023-04-18 14:54 UTC  (22+ messages)
` [PATCH 01/10] pack-write.c: plug a leak in stage_tmp_packfiles()
` [PATCH 02/10] builtin/repack.c: fix incorrect reference to '-C'
` [PATCH 03/10] builtin/gc.c: ignore cruft packs with `--keep-largest-pack`
` [PATCH 04/10] t/t5304-prune.sh: prepare for `gc --cruft` by default
` [PATCH 05/10] t/t9300-fast-import.sh: "
` [PATCH 06/10] t/t6500-gc.sh: refactor cruft pack tests
` [PATCH 07/10] t/t6500-gc.sh: add additional test cases
` [PATCH 08/10] t/t6501-freshen-objects.sh: prepare for `gc --cruft` by default
` [PATCH 09/10] builtin/gc.c: make `gc.cruftPacks` enabled "
` [PATCH 10/10] repository.h: drop unused `gc_cruft_packs`

Weird behavior of 'git log --before' or 'git log --date-order': Commits from 2011 are treated to be before 1980
 2023-04-18 14:02 UTC  (10+ messages)

[PATCH 00/14] Introduce new `git replay` command
 2023-04-18 13:10 UTC  (15+ messages)
` [PATCH 11/14] replay: use standard revision ranges

[PATCH] doc: remove custom callouts format
 2023-04-18  9:50 UTC  (9+ messages)

[PATCH] global: resolve Perl executable via PATH
 2023-04-18  9:04 UTC  (14+ messages)
    ` [PATCH] t/lib-httpd: pass PERL_PATH to CGI scripts

[PATCH 0/2] doc: git-checkout: trivial style improvements
 2023-04-18  7:00 UTC  (3+ messages)
` [PATCH 1/2] doc: git-checkout: trivial callout cleanup
` [PATCH 2/2] doc: git-checkout: reorganize examples

[PATCH v3 07/23] treewide: remove unnecessary cache.h inclusion
 2023-04-18  3:40 UTC  (13+ messages)
` [PATCH/RFD] fix connection via git protocol

[PATCH 00/23] Header cleanups (more splitting of cache.h and simplifying a few other deps)
 2023-04-18  2:41 UTC  (28+ messages)
` [PATCH 01/23] treewide: be explicit about dependence on strbuf.h
` [PATCH 02/23] symlinks.h: move declarations for symlinks.c functions from cache.h
` [PATCH 03/23] protocol.h: move definition of DEFAULT_GIT_PORT "
` [PATCH 04/23] packfile.h: move pack_window and pack_entry "
` [PATCH 05/23] server-info.h: move declarations for server-info.c functions "
` [PATCH 06/23] copy.h: move declarations for copy.c "
` [PATCH 07/23] base85.h: move declarations for base85.c "
` [PATCH 08/23] pkt-line.h: move declarations for pkt-line.c "
` [PATCH 09/23] match-trees.h: move declarations for match-trees.c "
` [PATCH 10/23] ws.h: move declarations for ws.c "
` [PATCH 11/23] versioncmp.h: move declarations for versioncmp.c "
` [PATCH 12/23] dir.h: move DTYPE defines "
` [PATCH 13/23] tree-diff.c: move S_DIFFTREE_IFXMIN_NEQ define "
` [PATCH 14/23] hash.h, repository.h: reverse the order of these dependencies
` [PATCH 15/23] cache,tree: move cmp_cache_name_compare from tree.[ch] to read-cache.c
` [PATCH 16/23] cache,tree: move basic name compare functions from read-cache to tree
` [PATCH 17/23] treewide: remove cache.h inclusion due to previous changes
` [PATCH 18/23] cache.h: remove unnecessary headers
` [PATCH 19/23] fsmonitor: reduce includes of cache.h
` [PATCH 20/23] commit.h: reduce unnecessary includes
` [PATCH 21/23] object-store.h: "
` [PATCH 22/23] diff.h: "
` [PATCH 23/23] reftable: ensure git-compat-util.h is the first (indirect) include

Planned maintenance for crbug.com/git tomorrow
 2023-04-18  2:16 UTC  (2+ messages)

[PATCH] config: introduce an Operating System-specific `includeIf` condition
 2023-04-18  2:04 UTC  (7+ messages)
` [PATCH v2] "

Should --update-refs exclude refs pointing to the current HEAD?
 2023-04-18  2:00 UTC  (6+ messages)

[PATCH v2 0/6] t: fix unused files, part 2
 2023-04-17 19:10 UTC  (8+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/6] t0300: don't create unused file
  ` [PATCH v3 2/6] t1300: fix config file syntax error descriptions
  ` [PATCH v3 3/6] t1300: don't create unused files
  ` [PATCH v3 4/6] t1450: "
  ` [PATCH v3 5/6] t1502: "
  ` [PATCH v3 6/6] t2019: "

Bug/Weird behaviour with git pull
 2023-04-17 17:08 UTC  (6+ messages)
  ` AW: "

Regression introduced in 03267e8656truct object_id oid;
 2023-04-17 16:54 UTC  (3+ messages)
` Regression introduced in 03267e8656
` Regression introduced in 03267e86

[PATCH 0/2] cocci: codify authoring and reviewing practices
 2023-04-17 16:21 UTC  (6+ messages)
` [PATCH 2/2] "

[PATCH 0/7] v0 multiple-symref infinite loop fix and test cleanup
 2023-04-17 16:06 UTC  (5+ messages)
` [PATCH 3/7] t5512: stop using jgit for capabilities^{} test
    ` [PATCH v3 0/7] v0 multiple-symref infinite loop fix and test cleanup

What hook is called after `git rebase --abort`?
 2023-04-17 10:07 UTC 

Git bug
 2023-04-17  9:46 UTC  (3+ messages)

[PATCH] coccinelle: add and apply branch_get() rules
 2023-04-16 23:26 UTC  (3+ messages)

Glob patterns w/ **; zero or more?
 2023-04-16 19:04 UTC  (2+ messages)

git log causing hang while browsing upstream linux
 2023-04-16 15:24 UTC  (8+ messages)
          ` How to write to the commit graph on clone?

[Question] Can git cat-file have a type filtering option?
 2023-04-16 12:43 UTC  (16+ messages)

[PATCH 0/5] Document 'AUTO_MERGE' and more special refs
 2023-04-16 10:26 UTC  (11+ messages)
` [PATCH 4/5] Documentation: document AUTO_MERGE

[PATCH] doc: simplify man version
 2023-04-16  3:45 UTC  (2+ messages)

Personal information leaked
 2023-04-15 21:48 UTC 

[PATCH 0/2] gittutorial: minor correction and monospacing
 2023-04-15 17:29 UTC  (3+ messages)
` [PATCH 1/2] gittutorial: drop early mention of origin
` [PATCH 2/2] gittutorial: wrap literal examples in backticks


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