git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2019-08-14 17:14:15 to 2019-08-18 19:21:12 UTC [more...]

[PATCH 00/14] Hash-independent tests, part 5
 2019-08-18 19:16 UTC  (15+ messages)
` [PATCH 01/14] t3201: abstract away SHA-1-specific constants
` [PATCH 02/14] t3206: abstract away hash size constants
` [PATCH 03/14] t3301: abstract away SHA-1-specific constants
` [PATCH 04/14] t3305: make hash size independent
` [PATCH 05/14] t3306: abstract away SHA-1-specific constants
` [PATCH 06/14] t3404: "
` [PATCH 07/14] t3430: avoid hard-coded object IDs
` [PATCH 08/14] t3506: make hash independent
` [PATCH 09/14] t3600: make hash size independent
` [PATCH 10/14] t3800: make hash-size independent
` [PATCH 11/14] t3903: abstract away SHA-1-specific constants
` [PATCH 12/14] t4000: make hash size independent
` [PATCH 13/14] t4002: make hash independent
` [PATCH 14/14] t4009: make hash size independent

git log --graph with a sort of local revision number
 2019-08-18 19:16 UTC  (3+ messages)

[PATCH] apply: reload .gitattributes after patching it
 2019-08-18 18:44 UTC  (9+ messages)
` [PATCH v3 0/2] Honor .gitattributes with rebase --am
  ` [PATCH v3 2/2] apply: reload .gitattributes after patching it
` [PATCH v4 0/2] Honor .gitattributes with rebase --am
  ` [PATCH v4 1/2] path: add a function to check for path suffix
  ` [PATCH v4 2/2] apply: reload .gitattributes after patching it

[RFC PATCH 0/5] line-log: towards a more responsive, incremental 'git log -L'
 2019-08-18 18:28 UTC  (6+ messages)
` [RFC PATCH 1/5] completion: offer '--(no-)patch' among 'git log' options
` [RFC PATCH 2/5] line-log: remove unused fields from 'struct line_log_data'
` [RFC PATCH 3/5] t4211-line-log: add tests for parent oids
` [RFC PATCH 4/5] line-log: more responsive, incremental 'git log -L'
` [RFC PATCH 5/5] line-log: try to use generation number-based topo-ordering

Updates on centos7 break git access via git-http-backend
 2019-08-18 17:00 UTC  (2+ messages)

Missing file in 2.23 (p5302-pack-index.subtests)?
 2019-08-18 16:03 UTC 

[PATCH 0/2] git rebase: Make sure upstream branch is left alone
 2019-08-18  9:53 UTC  (3+ messages)
` [PATCH 1/2] t3420: never change upstream branch
` [PATCH 2/2] rebase.c: make sure current branch isn't moved when autostashing

git diff autocomplete
 2019-08-18  2:47 UTC  (2+ messages)

[ANNOUNCE] Git for Windows 2.23.0
 2019-08-17 22:32 UTC 

[PATCH] ref-filter: initialize empty name or email fields
 2019-08-17 21:51 UTC 

Upgrade to gitweb-1.8.3.1-20 on centos7 breaks git access
 2019-08-17 20:39 UTC  (2+ messages)

[PATCH] bugreport: add tool to generate debugging info
 2019-08-17 20:38 UTC  (20+ messages)
` [PATCH v2 0/2] add git-bugreport tool
  ` [PATCH v2 1/2] bugreport: add tool to generate debugging info
  ` [PATCH v2 2/2] bugreport: generate config whitelist based on docs

[PATCH v2 00/20] Cleanup merge API
 2019-08-17 18:41 UTC  (67+ messages)
` [PATCH v3 00/24] Clean up "
  ` [PATCH v3 01/24] merge-recursive: be consistent with assert
  ` [PATCH v3 02/24] checkout: provide better conflict hunk description with detached HEAD
  ` [PATCH v3 03/24] merge-recursive: enforce opt->ancestor != NULL when calling merge_trees()
  ` [PATCH v3 04/24] merge-recursive: provide a better label for diff3 common ancestor
  ` [PATCH v3 05/24] merge-recursive: introduce an enum for detect_directory_renames values
  ` [PATCH v3 06/24] merge-recursive: future-proof update_file_flags() against memory leaks
  ` [PATCH v3 07/24] merge-recursive: remove another implicit dependency on the_repository
  ` [PATCH v3 08/24] Ensure index matches head before invoking merge machinery, round N
  ` [PATCH v3 09/24] merge-recursive: exit early if index != head
  ` [PATCH v3 10/24] merge-recursive: remove useless parameter in merge_trees()
  ` [PATCH v3 11/24] merge-recursive: don't force external callers to do our logging
  ` [PATCH v3 12/24] cache-tree: share code between functions writing an index as a tree
  ` [PATCH v3 13/24] merge-recursive: fix some overly long lines
  ` [PATCH v3 14/24] merge-recursive: use common name for ancestors/common/base_list
  ` [PATCH v3 15/24] merge-recursive: rename 'mrtree' to 'result_tree', for clarity
  ` [PATCH v3 16/24] merge-recursive: rename merge_options argument to opt in header
  ` [PATCH v3 17/24] merge-recursive: move some definitions around to clean up the header
  ` [PATCH v3 18/24] merge-recursive: consolidate unnecessary fields in merge_options
  ` [PATCH v3 19/24] merge-recursive: comment and reorder the merge_options fields
  ` [PATCH v3 20/24] merge-recursive: avoid losing output and leaking memory holding that output
  ` [PATCH v3 21/24] merge-recursive: split internal fields into a separate struct
  ` [PATCH v3 22/24] merge-recursive: rename MERGE_RECURSIVE_* to MERGE_VARIANT_*
  ` [PATCH v3 23/24] merge-recursive: add sanity checks for relevant merge_options
  ` [PATCH v3 24/24] merge-recursive: alphabetize include list
  ` [PATCH v4 00/24] Clean up merge API
    ` [PATCH v4 01/24] merge-recursive: be consistent with assert
    ` [PATCH v4 02/24] checkout: provide better conflict hunk description with detached HEAD
    ` [PATCH v4 03/24] merge-recursive: enforce opt->ancestor != NULL when calling merge_trees()
    ` [PATCH v4 04/24] merge-recursive: provide a better label for diff3 common ancestor
    ` [PATCH v4 05/24] merge-recursive: introduce an enum for detect_directory_renames values
    ` [PATCH v4 06/24] merge-recursive: future-proof update_file_flags() against memory leaks
    ` [PATCH v4 07/24] merge-recursive: remove another implicit dependency on the_repository
    ` [PATCH v4 08/24] Ensure index matches head before invoking merge machinery, round N
    ` [PATCH v4 09/24] merge-recursive: exit early if index != head
    ` [PATCH v4 10/24] merge-recursive: remove useless parameter in merge_trees()
    ` [PATCH v4 11/24] merge-recursive: don't force external callers to do our logging
    ` [PATCH v4 12/24] cache-tree: share code between functions writing an index as a tree
    ` [PATCH v4 13/24] merge-recursive: fix some overly long lines
    ` [PATCH v4 14/24] merge-recursive: use common name for ancestors/common/base_list
    ` [PATCH v4 15/24] merge-recursive: rename 'mrtree' to 'result_tree', for clarity
    ` [PATCH v4 16/24] merge-recursive: rename merge_options argument to opt in header
    ` [PATCH v4 17/24] merge-recursive: move some definitions around to clean up the header
    ` [PATCH v4 18/24] merge-recursive: consolidate unnecessary fields in merge_options
    ` [PATCH v4 19/24] merge-recursive: comment and reorder the merge_options fields
    ` [PATCH v4 20/24] merge-recursive: avoid losing output and leaking memory holding that output
    ` [PATCH v4 21/24] merge-recursive: split internal fields into a separate struct
    ` [PATCH v4 22/24] merge-recursive: rename MERGE_RECURSIVE_* to MERGE_VARIANT_*
    ` [PATCH v4 23/24] merge-recursive: add sanity checks for relevant merge_options
    ` [PATCH v4 24/24] merge-recursive: alphabetize include list

[PATCH 0/4] fix pax extended header length calculation
 2019-08-17 18:03 UTC  (7+ messages)
` [PATCH 1/4] archive-tar: report wrong pax extended header length
` [PATCH 2/4] archive-tar: fix pax extended header length calculation
` [PATCH 3/4] archive-tar: use size_t in strbuf_append_ext_header()
` [PATCH 4/4] archive-tar: turn length miscalculation warning into BUG

[PATCH v2] userdiff: Add a builtin pattern for dts files
 2019-08-17 15:18 UTC  (3+ messages)

completion: checkout.* not being completed in zsh
 2019-08-17 14:00 UTC  (3+ messages)

[GSoC][PATCHl 0/6] rebase -i: support more options
 2019-08-17  9:28 UTC  (14+ messages)
` [GSoC][PATCH v2 "
  ` [GSoC][PATCH v2 3/6] rebase -i: support --committer-date-is-author-date
  ` [GSoC][PATCH v2 5/6] rebase -i: support --ignore-date

[RFE] Teach hash-object to be able to choose signature types
 2019-08-17  1:51 UTC  (2+ messages)

[ANNOUNCE] Git v2.23.0
 2019-08-16 21:30 UTC  (2+ messages)

[PATCH v1 1/1] pack-refs: pack expired loose refs to packed_refs
 2019-08-16 20:49 UTC  (3+ messages)
` [PATCH v2 0/1] pack-refs: always refreshing after take the lock file

[GIT PULL] l10n updates for 2.23.0 round 2
 2019-08-16 20:06 UTC  (2+ messages)

BUG?: xdl_merge surprisingly does not recognize content conflict
 2019-08-16 19:26 UTC  (5+ messages)

suggestion for improved docs on autocrlf
 2019-08-16 19:12 UTC  (16+ messages)

Git Test Coverage Report (Thursday, Aug 15)
 2019-08-16 18:15 UTC  (3+ messages)

What's cooking in git.git (Aug 2019, #04; Wed, 14)
 2019-08-16 16:42 UTC  (6+ messages)

QGit 2.8 for Windows?
 2019-08-16 15:17 UTC  (2+ messages)

[PATCH] http: use xmalloc with cURL
 2019-08-15 22:18 UTC  (6+ messages)
` [PATCH v2] "
    ` [PATCH v3] "

[PATCH] reset: unstage empty deleted ita files
 2019-08-15 19:06 UTC  (4+ messages)
` [PATCH v3] diff-lib.c: handle "

Is diff.indentHeuristic still experimental?
 2019-08-15 16:58 UTC  (4+ messages)
` [PATCH] diff: 'diff.indentHeuristic' is no longer experimental

minor interactive rebase regression: HEAD points to wrong commit while rewording
 2019-08-15 16:54 UTC  (8+ messages)

[RFC PATCH] unpack-trees.c: handle empty deleted ita files
 2019-08-15 16:46 UTC  (7+ messages)
` [PATCH v2] unpack-trees.c: distinguish ita files from empty files

Git fetch bug in git 2.21+ "Could not access submodule '%s'"
 2019-08-14 19:31 UTC  (6+ messages)

[PATCH v4] documentation: add tutorial for revision walking
 2019-08-14 19:18 UTC  (4+ messages)

[PATCH v2 5/5] fetch: Make --jobs control submodules and remotes
 2019-08-14 18:33 UTC  (2+ messages)

[PATCH] [WIP/RFC] add git pull and git fetch --set-upstream
 2019-08-14 17:38 UTC  (4+ messages)
` [PATCH] pull, fetch: add --set-upstream option


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