git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2020-01-12 19:42:55 to 2020-01-16 00:23:00 UTC [more...]

[RFC PATCH 00/22] SHA-256 stage 4 implementation, part 1/3
 2020-01-16  0:22 UTC  (25+ messages)
` [RFC PATCH 01/22] hex: introduce parsing variants taking hash algorithms
` [RFC PATCH 02/22] hex: add functions to parse hex object IDs in any algorithm
` [RFC PATCH 03/22] repository: require a build flag to use SHA-256
` [RFC PATCH 04/22] t: use hash-specific lookup tables to define test constants
` [RFC PATCH 05/22] t6300: abstract away SHA-1-specific constants
` [RFC PATCH 06/22] t6300: make hash algorithm independent
` [RFC PATCH 07/22] t/helper/test-dump-split-index: initialize git repository
` [RFC PATCH 08/22] t/helper: initialize repository if necessary
` [RFC PATCH 09/22] t/helper: make repository tests hash independent
` [RFC PATCH 10/22] setup: allow check_repository_format to read repository format
` [RFC PATCH 11/22] builtin/init-db: allow specifying hash algorithm on command line
` [RFC PATCH 12/22] builtin/init-db: add environment variable for new repo hash
` [RFC PATCH 13/22] init-db: move writing repo version into a function
` [RFC PATCH 14/22] worktree: allow repository version 1
` [RFC PATCH 15/22] commit: use expected signature header for SHA-256
` [RFC PATCH 16/22] gpg-interface: improve interface for parsing tags
` [RFC PATCH 17/22] tag: store SHA-256 signatures in a header
` [RFC PATCH 18/22] fast-import: permit reading multiple marks files
` [RFC PATCH 19/22] fast-import: add helper function for inserting mark object entries
` [RFC PATCH 20/22] fast-import: make find_marks work on any mark set
` [RFC PATCH 21/22] fast-import: add a generic function to iterate over marks
` [RFC PATCH 22/22] fast-import: add options for rewriting submodules

[PATCH] clean: demonstrate a bug with pathspecs
 2020-01-16  0:03 UTC  (3+ messages)

Preparing to kick off the post 2.25 cycle
 2020-01-15 23:52 UTC 

[PATCH] msvc: accommodate for vcpkg's upgrade to OpenSSL v1.1.x
 2020-01-15 23:18 UTC  (2+ messages)

Problems with ra/rebase-i-more-options - should we revert it?
 2020-01-15 22:53 UTC  (10+ messages)
        ` "rebase -ri" (was Re: Problems with ra/rebase-i-more-options - should we revert it?)
              ` Rebasing evil merges with --rebase-merges

Fwd: Add support for axiterm colors in parse_color
 2020-01-15 22:45 UTC  (12+ messages)
          ` [PATCH 1/3] color.c: Refactor color_output to use enums
            ` [PATCH 2/3] color.c: Support bright aixterm colors
            ` [PATCH 3/3] color.c: Alias RGB colors 8-15 to "

[PATCH v2 00/15] rebase: make the default backend configurable
 2020-01-15 21:59 UTC  (9+ messages)
` [PATCH v3 "
  ` [PATCH v3 15/15] rebase: change the default backend from "am" to "merge"

[PATCH 0/8] Harden the sparse-checkout builtin
 2020-01-15 20:32 UTC  (21+ messages)
` [PATCH 1/8] t1091: use check_files to reduce boilerplate
` [PATCH 2/8] sparse-checkout: create leading directories
` [PATCH 3/8] clone: fix --sparse option with URLs
` [PATCH 4/8] sparse-checkout: cone mode does not recognize "**"
` [PATCH 5/8] sparse-checkout: detect short patterns
` [PATCH 6/8] sparse-checkout: warn on incorrect '*' in patterns
` [PATCH 7/8] sparse-checkout: properly match escaped characters
` [PATCH 8/8] sparse-checkout: write escaped patterns in cone mode

[PATCH] dir: restructure in a way to avoid passing around a struct dirent
 2020-01-15 20:28 UTC  (7+ messages)
` [PATCH v2] "
  ` [PATCH] dir: point treat_leading_path() warning to the right place

[ANNOUNCE] Git Contributor Summit Registration, Mar 5, 2020, Los Angeles
 2020-01-15 20:10 UTC  (2+ messages)

[ANNOUNCE] Git Contributor Summit Registration, Mar 5, 2020, Los Angeles
 2020-01-15 20:05 UTC 

See Fault when running git diff
 2020-01-15 19:47 UTC 

[PATCH 0/9] built-in add -p: add support for the same config settings as the Perl version
 2020-01-15 19:03 UTC  (32+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/9] built-in add -p: support interactive.diffFilter
  ` [PATCH v3 00/10] built-in add -p: add support for the same config settings as the Perl version
    ` [PATCH v3 01/10] built-in add -i/-p: treat SIGPIPE as EOF
    ` [PATCH v3 02/10] built-in add -p: support interactive.diffFilter
    ` [PATCH v3 03/10] built-in add -p: handle diff.algorithm
    ` [PATCH v3 04/10] terminal: make the code of disable_echo() reusable
    ` [PATCH v3 05/10] terminal: accommodate Git for Windows' default terminal
    ` [PATCH v3 06/10] terminal: add a new function to read a single keystroke
    ` [PATCH v3 07/10] built-in add -p: respect the `interactive.singlekey` config setting
    ` [PATCH v3 08/10] built-in add -p: handle Escape sequences in interactive.singlekey mode
    ` [PATCH v3 09/10] built-in add -p: handle Escape sequences more efficiently
    ` [PATCH v3 10/10] ci: include the built-in `git add -i` in the `linux-gcc` job
    ` [PATCH v4 00/10] built-in add -p: add support for the same config settings as the Perl version
      ` [PATCH v4 01/10] t3701: adjust difffilter test
      ` [PATCH v4 02/10] built-in add -p: support interactive.diffFilter
      ` [PATCH v4 03/10] built-in add -p: handle diff.algorithm
      ` [PATCH v4 04/10] terminal: make the code of disable_echo() reusable
      ` [PATCH v4 05/10] terminal: accommodate Git for Windows' default terminal
      ` [PATCH v4 06/10] terminal: add a new function to read a single keystroke
      ` [PATCH v4 07/10] built-in add -p: respect the `interactive.singlekey` config setting
      ` [PATCH v4 08/10] built-in add -p: handle Escape sequences in interactive.singlekey mode
      ` [PATCH v4 09/10] built-in add -p: handle Escape sequences more efficiently
      ` [PATCH v4 10/10] ci: include the built-in `git add -i` in the `linux-gcc` job

[ANNOUNCE] Git v2.25.0
 2020-01-15 18:34 UTC  (9+ messages)
` [ANNOUNCE] git-filter-repo v2.25.0 (Was Re: [ANNOUNCE] Git v2.25.0)
  ` [PATCH] .mailmap: map Yi-Jyun Pan's email

Git alias syntax help
 2020-01-15 18:13 UTC  (4+ messages)

[PATCH] submodule.c: mark more strings for translation
 2020-01-15 18:07 UTC 

Can Git repos be hacked or otherwise manipulated?
 2020-01-15 18:01 UTC  (5+ messages)

[RFC PATCH 0/7] merge: learn --autostash
 2020-01-15 16:20 UTC  (7+ messages)
` [PATCH v2 00/17] "

git , submodules and remove from historic question
 2020-01-15  5:14 UTC  (2+ messages)

[PATCH 0/9] [RFC] Changed Paths Bloom Filters
 2020-01-15  0:55 UTC  (15+ messages)
` [PATCH 2/9] commit-graph: write changed paths bloom filters
` [PATCH 5/9] commit-graph: write changed path bloom filters to commit-graph file
` [PATCH 8/9] revision.c: use bloom filters to speed up path based revision walks
` [PATCH 9/9] commit-graph: add GIT_TEST_COMMIT_GRAPH_BLOOM_FILTERS test flag

[RFC] Extending git-replace
 2020-01-14 22:46 UTC  (8+ messages)

en/rebase-backend (was Re: "rebase -ri" (was Re: Problems with ra/rebase-i-more-options - should we revert it?))
 2020-01-14 21:26 UTC  (3+ messages)

[PATCH] Fix submodule status of dirs initialized but empty
 2020-01-14 14:02 UTC 

git apply and error
 2020-01-14 13:12 UTC 

no documentation for - git subtree
 2020-01-14  2:52 UTC  (2+ messages)

[PATCH 00/24] SHA-256 test fixes, part 8
 2020-01-13 23:34 UTC  (34+ messages)
` [PATCH 01/24] t/lib-pack: support SHA-256
` [PATCH 02/24] t3206: make hash size independent
` [PATCH 03/24] t3305: annotate with SHA1 prerequisite
` [PATCH 04/24] t3308: make test work with SHA-256
` [PATCH 05/24] t3309: "
` [PATCH 06/24] t3310: "
` [PATCH 07/24] t3311: "
` [PATCH 08/24] t3404: remove SHA1 prerequisite
` [PATCH 09/24] t4013: make test hash independent
` [PATCH 10/24] t4060: make test work with SHA-256
` [PATCH 11/24] t4211: make test hash independent
` [PATCH 12/24] t5302: make hash size independent
` [PATCH 13/24] t5309: make test hash independent
` [PATCH 14/24] t5313: "
` [PATCH 15/24] t5321: "
` [PATCH 16/24] t5515: "
` [PATCH 17/24] t5318: update for SHA-256
` [PATCH 18/24] t5616: use correct filter syntax
  ` [PATCH] t5616: make robust to delta base change
` [PATCH 19/24] t5607: make hash size independent
` [PATCH 20/24] t5703: make test work with SHA-256
` [PATCH 21/24] t5703: switch tests to use test_oid
` [PATCH 22/24] t6000: abstract away SHA-1-specific constants
` [PATCH 23/24] t6006: make hash size independent
` [PATCH 24/24] t6024: update for SHA-256

Potential Issue with ls-tree documentation
 2020-01-13 22:55 UTC  (3+ messages)
` Re* "

[ANNOUNCE] Git for Windows 2.25.0
 2020-01-13 22:02 UTC 

under what circumstances will git replacements be pushed/pulled
 2020-01-13 17:47 UTC  (2+ messages)

[Feature request] An easier way of rebasing if you just want to "force send" a file back to a previous commit
 2020-01-13 14:13 UTC  (5+ messages)

Fwd: Issue with Git Branch
 2020-01-13 11:26 UTC  (5+ messages)

Dropbox do not sync particular files after using git push
 2020-01-13  2:56 UTC  (2+ messages)

[PATCH] branch: let '--edit-description' default to rebased branch during rebase
 2020-01-13  1:59 UTC  (6+ messages)

Porting git version 2.25.0.rc2 to hppa2.0w-hp-hpux11.11 using gcc-8.3.1
 2020-01-12 19:28 UTC 


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