git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2019-12-07 00:33:53 to 2019-12-09 22:50:34 UTC [more...]

[PATCH 0/1] git-p4: use lfs.storage instead of local .git/lfs
 2019-12-09 22:50 UTC  (5+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/1] "git lfs" allows users to specify the custom storage location by configuration variable lfs.storage, but when "git p4" interacts with GitLFS pointers, it always used the hardcoded default that is the .git/lfs/ directory, without paying attention to the configuration

[PATCH 0/3] git-p4: Usability enhancements
 2019-12-09 22:24 UTC  (8+ messages)
` [PATCH 1/3] git-p4: [usability] yes/no prompts should sanitize user text
` [PATCH 2/3] git-p4: [usability] RCS Keyword failure should suggest help
` [PATCH 3/3] git-p4: [usability] Show detailed help when parsing options fail

[PATCH 0/8] Directory traversal bugs
 2019-12-09 22:09 UTC  (13+ messages)
` [PATCH 1/8] t3011: demonstrate directory traversal failures
` [PATCH 2/8] Revert "dir.c: make 'git-status --ignored' work within leading directories"
` [PATCH 3/8] dir: remove stray quote character in comment
` [PATCH 4/8] dir: exit before wildcard fall-through if there is no wildcard
` [PATCH 5/8] dir: break part of read_directory_recursive() out for reuse
` [PATCH 6/8] dir: fix checks on common prefix directory
` [PATCH 7/8] dir: synchronize treat_leading_path() and read_directory_recursive()
` [PATCH 8/8] dir: consolidate similar code in treat_directory()

[PATCH 0/5] format-patch: improve handling of `format.notes`
 2019-12-09 21:42 UTC  (10+ messages)
` [PATCH 1/5] notes: rename to load_display_notes()
` [PATCH 2/5] notes: create init_display_notes() helper
` [PATCH 3/5] notes: extract logic into set_display_notes()
` [PATCH 4/5] format-patch: use --notes behavior for format.notes
` [PATCH 5/5] format-patch: move git_config() before repo_init_revisions()

[PATCH] git gui: fix branch name encoding error on git gui
 2019-12-09 21:25 UTC  (4+ messages)

[PATCH] entry.c: use dir-iterator to avoid explicit dir traversal
 2019-12-09 21:18 UTC  (4+ messages)

How to detect if a tree is in status "merge"?
 2019-12-09 21:04 UTC  (2+ messages)

[PATCH] l10n: minor case fix in 'git branch' '--unset-upstream' description
 2019-12-09 20:30 UTC  (2+ messages)

[PATCH v4 00/11] git-p4.py: Cast byte strings to unicode strings in python3
 2019-12-09 20:25 UTC  (21+ messages)
` [PATCH v5 00/15] "
  ` [PATCH v5 01/15] t/gitweb-lib.sh: drop confusing quotes
  ` [PATCH v5 02/15] t/gitweb-lib.sh: set $REQUEST_URI
  ` [PATCH v5 03/15] git-p4: select P4 binary by operating-system
  ` [PATCH v5 04/15] git-p4: change the expansion test from basestring to list
  ` [PATCH v5 05/15] git-p4: promote encodeWithUTF8() to a global function
  ` [PATCH v5 06/15] git-p4: remove p4_write_pipe() and write_pipe() return values
  ` [PATCH v5 07/15] git-p4: add new support function gitConfigSet()
  ` [PATCH v5 08/15] git-p4: add casting helper functions for python 3 conversion
  ` [PATCH v5 09/15] git-p4: python 3 syntax changes
  ` [PATCH v5 10/15] git-p4: fix assumed path separators to be more Windows friendly
  ` [PATCH v5 11/15] git-p4: add Py23File() - helper class for stream writing
  ` [PATCH v5 12/15] git-p4: p4CmdList - support Unicode encoding
  ` [PATCH v5 13/15] git-p4: support Python 3 for basic P4 clone, sync, and submit (t9800)
  ` [PATCH v5 14/15] git-p4: added --encoding parameter to p4 clone
  ` [PATCH v5 15/15] git-p4: Add depot manipulation functions

[PATCH 00/13] git-p4: python3 compatibility
 2019-12-09 20:21 UTC  (22+ messages)
` [PATCH 04/13] git-p4: decode response from p4 to str for python3
` [PATCH 05/13] git-p4: properly encode/decode communication with git for python 3
` [PATCH 06/13] git-p4: convert path to unicode before processing them
` [PATCH 06/13] git-p4: open .gitp4-usercache.txt in text mode
` [PATCH 07/13] git-p4: convert path to unicode before processing them
` [PATCH 07/13] git-p4: open .gitp4-usercache.txt in text mode
` [PATCH 08/13] git-p4: use marshal format version 2 when sending to p4
` [PATCH 09/13] git-p4: fix freezing while waiting for fast-import progress
` [PATCH 10/13] git-p4: use functools.reduce instead of reduce
` [PATCH 11/13] git-p4: use dict.items() iteration for python3 compatibility
` [PATCH 12/13] git-p4: simplify regex pattern generation for parsing diff-tree
` [PATCH 13/13] git-p4: use python3's input() everywhere

Git Test Coverage Report (Mon. Dec 9)
 2019-12-09 20:17 UTC  (7+ messages)

[PATCH 0/1] sparse-checkout: respect core.ignoreCase in cone mode
 2019-12-09 19:43 UTC  (2+ messages)
` [PATCH 1/1] "

Regression in git-subtree.sh, introduced in 2.20.1, after 315a84f9aa0e2e629b0680068646b0032518ebed
 2019-12-09 19:38 UTC  (10+ messages)

[PATCH 1/2] gitk: use --pretty=reference to generate the commit summary
 2019-12-09 19:33 UTC  (3+ messages)
` [PATCH 2/2] gitk: rename "commit summary" to "commit reference"

[PATCH] commit: use strbuf_add() to add a length-limited string
 2019-12-09 19:24 UTC  (3+ messages)

[PATCH] gitk: fix branch name encoding error on gitk
 2019-12-09 19:19 UTC  (2+ messages)

[PATCH v3 0/9] Rewrite packfile reuse code
 2019-12-09 19:05 UTC  (33+ messages)
` [PATCH v3 1/9] builtin/pack-objects: report reused packfile objects
` [PATCH v3 2/9] packfile: expose get_delta_base()
` [PATCH v3 3/9] ewah/bitmap: introduce bitmap_word_alloc()
` [PATCH v3 4/9] pack-bitmap: don't rely on bitmap_git->reuse_objects
` [PATCH v3 5/9] pack-bitmap: introduce bitmap_walk_contains()
` [PATCH v3 6/9] csum-file: introduce hashfile_total()
` [PATCH v3 7/9] pack-objects: introduce pack.allowPackReuse
` [PATCH v3 8/9] builtin/pack-objects: introduce obj_is_packed()
` [PATCH v3 9/9] pack-objects: improve partial packfile reuse

[PATCH v2 0/2] rebase: fix bug in --fork-point
 2019-12-09 18:51 UTC  (4+ messages)
` [PATCH v3 0/1] rebase: fix --fork-point with short ref upstream
  ` [PATCH v3 1/1] rebase: fix --fork-point with short refname

Git as data archive
 2019-12-09 16:39 UTC  (6+ messages)

[PATCH 00/11] Improve testability with GIT_TEST_FSMONITOR
 2019-12-09 16:10 UTC  (13+ messages)
` [PATCH 11/11] test-lib: clear watchman watches at test completion
` [PATCH v2 0/8] Improve testability with GIT_TEST_FSMONITOR
  ` [PATCH v2 1/8] fsmonitor: disable in a bare repo
  ` [PATCH v2 2/8] fsmonitor: do not output to stderr for tests
  ` [PATCH v2 3/8] t1301-shared-repo.sh: disable FSMONITOR
  ` [PATCH v2 4/8] t3030-merge-recursive.sh: disable fsmonitor when tweaking GIT_WORK_TREE
  ` [PATCH v2 5/8] tests: disable fsmonitor in submodule tests
  ` [PATCH v2 6/8] t7063: disable fsmonitor with status cache
  ` [PATCH v2 7/8] t7519: disable external GIT_TEST_FSMONITOR variable
  ` [PATCH v2 8/8] test-lib: clear watchman watches at test completion

[RFC PATCH v2 0/2] rebase -i: extend rebase.missingCommitsCheck to `--edit-todo'
 2019-12-09 16:08 UTC  (6+ messages)
` [PATCH v3 0/2] rebase -i: extend rebase.missingCommitsCheck
  ` [PATCH v3 2/2] rebase-interactive: warn if commit is dropped with `rebase --edit-todo'

[PATCH] git-gui: allow closing console window with Escape
 2019-12-09 15:53 UTC  (5+ messages)
      `  "

[PATCH v2] contrib: git-cpcover: copy cover letter
 2019-12-09 15:49 UTC  (3+ messages)

[PATCH v2 00/13] name-rev: eliminate recursion
 2019-12-09 15:08 UTC  (17+ messages)
` [PATCH v3 00/14] "
  ` [PATCH v3 01/14] t6120-describe: correct test repo history graph in comment
  ` [PATCH v3 02/14] t6120-describe: modernize the 'check_describe' helper
  ` [PATCH v3 03/14] name-rev: use strbuf_strip_suffix() in get_rev_name()
  ` [PATCH v3 04/14] name-rev: avoid unnecessary cast in name_ref()
  ` [PATCH v3 05/14] name-rev: use sizeof(*ptr) instead of sizeof(type) in allocation
  ` [PATCH v3 06/14] t6120: add a test to cover inner conditions in 'git name-rev's name_rev()
  ` [PATCH v3 07/14] name-rev: extract creating/updating a 'struct name_rev' into a helper
  ` [PATCH v3 08/14] name-rev: pull out deref handling from the recursion
  ` [PATCH v3 09/14] name-rev: restructure parsing commits and applying date cutoff
  ` [PATCH v3 10/14] name-rev: restructure creating/updating 'struct rev_name' instances
  ` [PATCH v3 11/14] name-rev: drop name_rev()'s 'generation' and 'distance' parameters
  ` [PATCH v3 12/14] name-rev: use 'name->tip_name' instead of 'tip_name'
  ` [PATCH v3 13/14] name-rev: eliminate recursion in name_rev()
  ` [PATCH v3 14/14] name-rev: cleanup name_ref()

[PATCH 07/15] name-rev: extract creating/updating a 'struct name_rev' into a helper
 2019-12-09 12:43 UTC  (3+ messages)
` [PATCH] name-rev: rewrite create_or_update_name()

[PATCH v2 13/13] name-rev: cleanup name_ref()
 2019-12-09 12:32 UTC  (3+ messages)

[PATCH v2 12/13] name-rev: eliminate recursion in name_rev()
 2019-12-09 12:22 UTC  (3+ messages)

[Outreachy] [PATCH] bisect--helper: avoid free-after-use
 2019-12-09 11:10 UTC  (5+ messages)

[Outreachy] [PATCH v2] bisect--helper: avoid free-after-use
 2019-12-09 10:56 UTC 

[Outreachy] [PATCH v2] bisect--helper: avoid free-after-use
 2019-12-09 10:39 UTC 

[PATCH v4 0/2] format-patch: teach format.notes config option
 2019-12-09  8:24 UTC  (4+ messages)
` [PATCH v4 2/2] "

[Outreachy] [PATCH] bisect--helper: refer branch.buf before strbuf_release(...)
 2019-12-09  8:15 UTC  (3+ messages)

[PATCH] patch-id: use oid_to_hex() to print multiple object IDs
 2019-12-09  2:06 UTC  (2+ messages)

[BUG?] ls-files -o now traverses nested repo when given multiple pathspecs
 2019-12-08 22:59 UTC  (5+ messages)

How to determine age of HEAD commit
 2019-12-08 15:05 UTC  (3+ messages)

[PATCH 0/1] t3404: fix indentation
 2019-12-07 22:22 UTC  (2+ messages)
` [PATCH 1/1] "

[PATCH] archive-zip: use enum for compression method
 2019-12-07 12:20 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).