git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-11-25 23:49:35 to 2020-12-01 04:48:40 UTC [more...]

[PATCH] myFirstContribition: answering questions is not the end of the story
 2020-12-01  4:46 UTC  (4+ messages)

[PATCH 0/4] grep: retire `init_grep_defaults()`
 2020-12-01  4:46 UTC  (13+ messages)
` [PATCH v2 0/4] grep: simplify "grep defaults" handling
  ` [PATCH v2 3/4] grep: copy struct in one fell swoop
  ` [PATCH v3 0/4] grep: simplify "grep defaults" handling
    ` [PATCH v3 1/4] grep: don't set up a "default" repo for grep
    ` [PATCH v3 2/4] grep: use designated initializers for `grep_defaults`
    ` [PATCH v3 3/4] grep: copy struct in one fell swoop
    ` [PATCH v3 4/4] MyFirstObjectWalk: drop `init_walken_defaults()`

[PATCH v2 0/7] config: add --fixed-value option
 2020-12-01  4:45 UTC  (5+ messages)
` [PATCH v3 0/8] "

[PATCH v2 0/2] make macOS `git maintenance` test work on Windows
 2020-12-01  3:58 UTC  (8+ messages)
` [PATCH v2 1/2] t7900: fix test failures when invoked individually via --run
` [PATCH v2 2/2] t7900: make macOS-specific test work on Windows

[PATCH] builtin/bugreport.c: use thread-safe localtime_r()
 2020-12-01  3:15 UTC  (5+ messages)
` [PATCH v2] "

[PATCH try2] completion: zsh: fix file completion regression
 2020-12-01  0:54 UTC 

[PATCH 0/4] Random cleanups
 2020-12-01  0:46 UTC  (5+ messages)
` [PATCH 1/4] refspec: trivial cleanup
` [PATCH 2/4] .gitignore: remove dangling file
` [PATCH 3/4] test: completion: fix typos
` [PATCH 4/4] tests: lib-functions: trivial style cleanups

What did you do before the bug happened? (Steps to reproduce your issue)
 2020-12-01  0:19 UTC  (2+ messages)

[PATCHv2] imap-send: parse default git config
 2020-11-30 23:33 UTC  (2+ messages)

[PATCH 0/5] handling 4GB .idx files
 2020-11-30 22:57 UTC  (4+ messages)

[PATCH 00/13] reftable library
 2020-11-30 21:21 UTC  (37+ messages)
` [PATCH v2 "
  ` [PATCH v2 02/13] reftable: define the public API
  ` [PATCH v3 00/16] reftable library
    ` [PATCH v3 01/16] move sleep_millisec to git-compat-util.h
    ` [PATCH v3 02/16] init-db: set the_repository->hash_algo early on
    ` [PATCH v3 03/16] reftable: add LICENSE
    ` [PATCH v3 04/16] reftable: add error related functionality
    ` [PATCH v3 05/16] reftable: utility functions
    ` [PATCH v3 06/16] reftable: add blocksource, an abstraction for random access reads
    ` [PATCH v3 07/16] reftable: (de)serialization for the polymorphic record type
    ` [PATCH v3 08/16] reftable: reading/writing blocks
    ` [PATCH v3 09/16] reftable: a generic binary tree implementation
    ` [PATCH v3 10/16] reftable: write reftable files
    ` [PATCH v3 11/16] reftable: read "
    ` [PATCH v3 12/16] reftable: reftable file level tests
    ` [PATCH v3 13/16] reftable: rest of library
    ` [PATCH v3 14/16] Reftable support for git-core
    ` [PATCH v3 15/16] git-prompt: prepare for reftable refs backend
    ` [PATCH v3 16/16] Add "test-tool dump-reftable" command

[PATCH] fetch-pack: disregard invalid pack lockfiles
 2020-11-30 20:22 UTC  (4+ messages)

[PATCH] git-gui: Fix selected text colors
 2020-11-30 20:18 UTC  (7+ messages)
` [PATCH] git-gui: use gray selection background for inactive text widgets
      ` [PATCH] git-gui: use gray selection background for inactive text?? widgets
          ` [PATCH] git-gui: keep showing selection when diff view gets deactivated on Mac

[PATCH v2 18/24] pack-bitmap-write: build fewer intermediate bitmaps
 2020-11-30 18:41 UTC  (3+ messages)

[PATCH v2 15/20] merge-ort: step 3 of tree writing -- handling subdirectories as we go
 2020-11-30 18:41 UTC  (4+ messages)

[PATCH v2 12/24] pack-bitmap-write: fill bitmap with commit history
 2020-11-30 18:33 UTC  (4+ messages)

[PATCH 00/20] fundamentals of merge-ort implementation
 2020-11-30 16:56 UTC  (26+ messages)
` [PATCH 01/20] merge-ort: setup basic internal data structures
` [PATCH 02/20] merge-ort: add some high-level algorithm structure
` [PATCH 03/20] merge-ort: port merge_start() from merge-recursive
` [PATCH 04/20] merge-ort: use histogram diff
` [PATCH 05/20] merge-ort: add an err() function similar to one from merge-recursive
` [PATCH 06/20] merge-ort: implement a very basic collect_merge_info()
` [PATCH 07/20] merge-ort: avoid repeating fill_tree_descriptor() on the same tree
` [PATCH 08/20] merge-ort: compute a few more useful fields for collect_merge_info
` [PATCH 09/20] merge-ort: record stage and auxiliary info for every path
` [PATCH 10/20] merge-ort: avoid recursing into identical trees
` [PATCH 11/20] merge-ort: add a preliminary simple process_entries() implementation
` [PATCH 12/20] merge-ort: have process_entries operate in a defined order
` [PATCH 13/20] merge-ort: step 1 of tree writing -- record basenames, modes, and oids
` [PATCH 14/20] merge-ort: step 2 of tree writing -- function to create tree object
` [PATCH 15/20] merge-ort: step 3 of tree writing -- handling subdirectories as we go
` [PATCH 16/20] merge-ort: basic outline for merge_switch_to_result()
` [PATCH 17/20] merge-ort: add implementation of checkout()
` [PATCH 18/20] tree: enable cmp_cache_name_compare() to be used elsewhere
` [PATCH 19/20] merge-ort: add implementation of record_conflicted_index_entries()
` [PATCH 20/20] merge-ort: free data structures in merge_finalize()

[RFC PATCH] usage: add trace2 entry upon warning()
 2020-11-30 16:16 UTC  (2+ messages)

[PATCH 0/6] Minimal patches to let reftable pass the CI builds
 2020-11-30 14:26 UTC  (8+ messages)
` [PATCH 1/6] fixup! reftable: rest of library
` [PATCH 2/6] fixup! reftable: utility functions
` [PATCH 3/6] fixup! reftable: rest of library
` [PATCH 4/6] "
` [PATCH 5/6] "
` [PATCH 6/6] "

[PATCH] perf/fsmonitor: use test_must_be_empty helper
 2020-11-30 14:15 UTC  (2+ messages)

git-smartlist 1.0 released
 2020-11-30  8:46 UTC 

(no subject)
 2020-11-28  6:30 UTC  (12+ messages)
` Bug report: orphaned pack-objects after killing upload-pack on [was: (no subject)]
    ` Bug report: orphaned pack-objects after killing upload-pack on [

[PATCH 0/3] make macOS `git maintenance` test work on Windows
 2020-11-28  5:55 UTC  (6+ messages)
` [PATCH 1/3] t7900: fix test failures when invoked individually via --run
` [PATCH 2/3] test-tool: add `getuid` subcommand
` [PATCH 3/3] t7900: make macOS-specific test work on Windows

[ANNOUNCE] Git Rev News edition 69
 2020-11-28  8:40 UTC  (3+ messages)

[PATCH v3 0/2] rev-parse options for absolute or relative paths
 2020-11-28 18:41 UTC  (5+ messages)
` [PATCH v3 1/2] abspath: add a function to resolve paths with missing components
` [PATCH v3 2/2] rev-parse: add option for absolute or relative path formatting

[PATCH v2 10/24] pack-bitmap-write: reimplement bitmap writing
 2020-11-28 17:27 UTC  (3+ messages)

[PATCH v2 15/24] t5310: add branch-based checks
 2020-11-28 17:30 UTC  (3+ messages)

[PATCH 0/1] maintenance: Fix a SEGFAULT when no repository when running git maintenance run/start
 2020-11-27 20:43 UTC  (13+ messages)
` [PATCH 1/1] maintenance: fix a SEGFAULT when no repository
` [PATCH v2 0/1] maintenance: Fix SEGFAULT when running outside of a repository
  ` [PATCH v2 1/1] maintenance: fix SEGFAULT when no repository

[PATCH v2 0/2] git-gui: Use commit message template
 2020-11-27 14:59 UTC  (3+ messages)
` [PATCH v2 1/2] git-gui: Only touch GITGUI_MSG when needed
` [PATCH v2 2/2] git-gui: use commit message template

[PATCH v3 0/3] refspec: make @ a synonym of HEAD
 2020-11-27 11:07 UTC  (5+ messages)
` [PATCH v3 3/3] "

[PATCH v4 0/4] Maintenance IV: Platform-specific background maintenance
 2020-11-27  9:08 UTC  (4+ messages)
` [PATCH v5 "
  ` [PATCH v5 4/4] maintenance: use Windows scheduled tasks

[PATCH] mktag: don't check SHA-1 object length under SHA-256
 2020-11-26 22:22 UTC  (32+ messages)
` [RFC/PATCH 00/12] make "mktag" use fsck_tag()
  ` [PATCH v2 00/10] "
  ` [PATCH v2 01/10] mktag doc: say <hash> not <sha1>
  ` [PATCH v2 02/10] mktag: use default strbuf_read() hint
  ` [PATCH v2 03/10] mktag: reword write_object_file() error
  ` [PATCH v2 04/10] mktag: remove redundant braces in one-line body "if"
  ` [PATCH v2 05/10] mktag tests: don't needlessly use a subshell
  ` [PATCH v2 06/10] mktag tests: remove needless SHA-1 hardcoding
  ` [PATCH v2 07/10] mktag tests: improve verify_object() test coverage
  ` [PATCH v2 08/10] fsck: add new "extra" checks for "mktag"
  ` [PATCH v2 09/10] mktag: use fsck instead of custom verify_tag()
  ` [PATCH v2 10/10] mktag doc: update to explain why to use this
` [RFC/PATCH 01/12] mktag: use default strbuf_read() hint
` [RFC/PATCH 02/12] mktag: reword write_object_file() error
` [RFC/PATCH 03/12] mktag: remove redundant braces in one-line body "if"
` [RFC/PATCH 04/12] mktag tests: don't needlessly use a subshell
` [RFC/PATCH 05/12] mktag tests: remove needless SHA-1 hardcoding
` [RFC/PATCH 06/12] mktag tests: improve verify_object() test coverage
` [RFC/PATCH 07/12] fsck: add new "extra" checks for "mktag"
` [RFC/PATCH 08/12] mktag: use fsck instead of custom verify_tag()
` [RFC/PATCH 09/12] mktag: remove now-unused verify_tag() code
` [RFC/PATCH 10/12] mktag doc: update to explain why to use this
` [RFC/PATCH 11/12] mktag docs: say <hash> not <sha1>
` [RFC/PATCH 12/12] mktag: bring back some of the verify_object() logic

[PATCH] init-db: init the_repository->hash_algo early from GIT_DEFAULT_HASH
 2020-11-26 19:39 UTC 

New sharness/test vim syntax
 2020-11-26 10:24 UTC 

[PATCH v2] crendential-store: use timeout when locking file
 2020-11-26  7:37 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v2 0/2] config: allow specifying config entries via envvar pairs
 2020-11-26  6:31 UTC  (6+ messages)

[PATCH 0/3] Fix stash apply in sparse checkouts (and a submodule test)
 2020-11-26  5:31 UTC  (3+ messages)

[PATCH 0/2] midx: prevent against racily disappearing packs
 2020-11-26  1:27 UTC  (5+ messages)

What's cooking in git.git (Nov 2020, #05; Wed, 25)
 2020-11-26  1:06 UTC  (2+ messages)

Pick the right default and stop warn on `git pull`
 2020-11-26  1:02 UTC  (17+ messages)

[PATCH 0/2] update-ref: Allow creation of multiple transactions
 2020-11-26  0:42 UTC  (4+ messages)
` [PATCH v4 0/4] update-ref: allow "

[PATCH v4 0/3] refspec: make @ a synonym of HEAD
 2020-11-26  0:16 UTC  (4+ messages)
` [PATCH v4 1/3] tests: push: improve cleanup of HEAD tests
` [PATCH v4 2/3] tests: push: trivial cleanup
` [PATCH v4 3/3] refspec: make @ a synonym of HEAD

[PATCH v2] refspec: make @ a synonym of HEAD
 2020-11-26  0:01 UTC  (6+ messages)


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