git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2019-12-06 16:08:38 to 2019-12-09 19:39:30 UTC [more...]

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 0/5] format-patch: improve handling of `format.notes`
 2019-12-09 19:19 UTC  (8+ 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 19:15 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 00/13] git-p4: python3 compatibility
 2019-12-09 18:54 UTC  (23+ messages)
` [PATCH 01/13] ci: also run linux-gcc pipeline with python-3.7 environment
` [PATCH 02/13] git-p4: make python-2.7 the oldest supported version
` [PATCH 03/13] git-p4: simplify python version detection
` [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

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

Git Test Coverage Report (Mon. Dec 9)
 2019-12-09 18:23 UTC  (6+ messages)

[PATCH] entry.c: use dir-iterator to avoid explicit dir traversal
 2019-12-09 17:41 UTC  (3+ messages)

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 0/1] git-p4: use lfs.storage instead of local .git/lfs
 2019-12-09 14:28 UTC  (3+ 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 14:16 UTC  (4+ 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 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)

How to detect if a tree is in status "merge"?
 2019-12-08 10:55 UTC 

[PATCH] l10n: minor case fix in 'git branch' '--unset-upstream' description
 2019-12-08  9:26 UTC 

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

[PATCH v4 00/11] git-p4.py: Cast byte strings to unicode strings in python3
 2019-12-07 21:27 UTC  (19+ 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] archive-zip: use enum for compression method
 2019-12-07 12:20 UTC 

What's cooking in git.git (Dec 2019, #01; Mon, 2)
 2019-12-06 21:31 UTC  (3+ messages)

[PATCH 0/7] add -i: close some regression test gaps
 2019-12-06 20:48 UTC  (8+ messages)
` [PATCH 6/7] git add -p: use non-zero exit code when the diff generation failed
` [PATCH 7/7] apply --allow-overlap: fix a corner case

[PATCH 0/3] cleanup for 'dl/range-diff-with-notes'
 2019-12-06 20:16 UTC  (4+ messages)
` [PATCH 1/3] t3206: fix incorrect test name
` [PATCH 2/3] range-diff: mark pointers as const
` [PATCH 3/3] range-diff: clear `other_arg` at end of function

[PATCH] t9300-fast-import: don't hang if background fast-import exits too early
 2019-12-06 19:03 UTC  (4+ messages)
` [PATCH v2 0/2] "
  ` [PATCH v2 1/2] t9300-fast-import: store the PID in a variable instead of pidfile
  ` [PATCH v2 2/2] t9300-fast-import: don't hang if background fast-import exits too early

[PATCH 0/3] commit: fix advice for empty commits during rebases
 2019-12-06 18:24 UTC  (11+ messages)
` [PATCH v2 0/9] "
  ` [PATCH v2 1/9] t3404: use test_cmp_rev
  ` [PATCH v2 5/9] commit: use enum value for multiple cherry-picks
  ` [PATCH v2 6/9] commit: encapsulate determine_whence() for sequencer
  ` [PATCH v2 7/9] commit: give correct advice for empty commit during a rebase
  ` [PATCH v2 8/9] [RFC] rebase: fix advice when a fixup creates an empty commit
  ` [PATCH v2 9/9] [RFC] rebase -i: leave CHERRY_PICK_HEAD when there are conflicts

What's cooking in git.git (Dec 2019, #02; Thu, 5)
 2019-12-06 16:27 UTC  (4+ messages)
` am/pathspec-f-f-checkout, was "
  ` es/pathspec-f-f-grep, was Re: am/pathspec-f-f-checkout


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