git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2019-12-04 07:48:03 to 2019-12-07 17:47:56 UTC [more...]

[PATCH v3 0/1] git-p4.py: Cast byte strings to unicode strings in python3
 2019-12-07 17:47 UTC  (40+ messages)
` [PATCH v4 00/11] "
  ` [PATCH v4 01/11] git-p4: select p4 binary by operating-system
  ` [PATCH v4 02/11] git-p4: change the expansion test from basestring to list
  ` [PATCH v4 03/11] git-p4: add new helper functions for python3 conversion
  ` [PATCH v4 04/11] git-p4: python3 syntax changes
  ` [PATCH v4 05/11] git-p4: Add new functions in preparation of usage
  ` [PATCH v4 06/11] git-p4: Fix assumed path separators to be more Windows friendly
  ` [PATCH v4 07/11] git-p4: Add a helper class for stream writing
  ` [PATCH v4 08/11] git-p4: p4CmdList - support Unicode encoding
  ` [PATCH v4 09/11] git-p4: Add usability enhancements
  ` [PATCH v4 10/11] git-p4: Support python3 for basic P4 clone, sync, and submit
  ` [PATCH v4 11/11] git-p4: Added --encoding parameter to p4 clone
  ` [PATCH v5 00/15] git-p4.py: Cast byte strings to unicode strings in python3
    ` [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 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

Git as data archive
 2019-12-07 16:54 UTC  (2+ messages)

[PATCH] git-gui: allow closing console window with Escape
 2019-12-07 16:24 UTC  (2+ messages)

[PATCH 00/13] git-p4: python3 compatibility
 2019-12-07 16:21 UTC  (20+ 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] archive-zip: use enum for compression method
 2019-12-07 12:20 UTC 

[PATCH] commit: use strbuf_add() to add a length-limited string
 2019-12-07 11:16 UTC 

[PATCH v3 0/9] Rewrite packfile reuse code
 2019-12-07 10:12 UTC  (6+ messages)

[PATCH] gitk: fix branch name encoding error on gitk
 2019-12-07  0:32 UTC 

[PATCH] git gui: fix branch name encoding error on git gui
 2019-12-07  0:29 UTC 

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

[PATCH 0/7] add -i: close some regression test gaps
 2019-12-06 20:48 UTC  (13+ messages)
` [PATCH 1/7] t3701: add a test for advanced split-hunk editing
` [PATCH 2/7] t3701: avoid depending on the TTY prerequisite
` [PATCH 3/7] t3701: add a test for the different `add -p` prompts
` [PATCH 4/7] t3701: verify the shown messages when nothing can be added
` [PATCH 5/7] t3701: verify that the diff.algorithm config setting is handled
` [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 0/3] rebase: fix bug in --fork-point
 2019-12-06 19:35 UTC  (16+ messages)
` [PATCH 1/3] rebase: add test for rebase --fork-point with short upstream
` [PATCH 2/3] rebase: refactor dwim_ref_or_die from merge-base.c
` [PATCH 3/3] rebase: fix rebase to use full ref to find fork-point
` [PATCH v2 0/2] rebase: fix bug in --fork-point
  ` [PATCH v2 1/2] rebase: refactor dwim_ref_or_die from merge-base.c
  ` [PATCH v2 2/2] rebase: find --fork-point with full ref
          ` [PATCH v2 2/2] rebase: find --fork-point with full refgg

[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  (14+ messages)
` [PATCH v2 0/9] "
  ` [PATCH v2 1/9] t3404: use test_cmp_rev
  ` [PATCH v2 2/9] cherry-pick: add test for `--skip` advice in `git commit`
  ` [PATCH v2 3/9] cherry-pick: check commit error messages
  ` [PATCH v2 4/9] sequencer: write CHERRY_PICK_HEAD for reword and edit
  ` [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  (6+ messages)
` am/pathspec-f-f-checkout, was "
  ` es/pathspec-f-f-grep, was Re: am/pathspec-f-f-checkout
` ag/edit-todo-drop-check, Re: What's cooking in git.git (Dec 2019, #02; Thu, 5)
` js/advise-rebase-skip, was "

[RFC PATCH v2 0/2] rebase -i: extend rebase.missingCommitsCheck to `--edit-todo'
 2019-12-06 14:38 UTC  (10+ messages)
` [PATCH v3 0/2] rebase -i: extend rebase.missingCommitsCheck
  ` [PATCH v3 1/2] sequencer: move check_todo_list_from_file() to rebase-interactive.c
  ` [PATCH v3 2/2] rebase-interactive: warn if commit is dropped with `rebase --edit-todo'

[PATCH] grep: provide pathspecs/patterns via file or stdin
 2019-12-06 11:34 UTC  (8+ messages)
` [PATCH v2] grep: support the --pathspec-from-file option

How to redirect git std input in Python?
 2019-12-06  2:40 UTC 

[PATCH] xdiff: unignore changes in function context
 2019-12-05 21:09 UTC  (3+ messages)

[PATCH] gitk branch name encoding utf-8 probrem
 2019-12-05 20:50 UTC  (6+ messages)

[ISSUE] Stop accessing, storing, and sharing the user's time zone
 2019-12-05 18:00 UTC  (6+ messages)

[PATCH v6 0/3] git-gui: revert untracked files by deleting them
 2019-12-05 18:54 UTC  (3+ messages)
` [PATCH v7 "

[PATCH 0/2] checkout: die() on ambiguous tracking branches
 2019-12-05 15:34 UTC  (5+ messages)
` [PATCH 2/2] "

[PATCH 0/1] fix-typo: consecutive-word duplications
 2019-12-05 14:13 UTC  (3+ messages)
` [PATCH 1/1] "

git clone git clone some://url
 2019-12-05 12:35 UTC  (3+ messages)

[PATCH v3 0/6] Add --pathspec-from-file option for reset, commit
 2019-12-05 10:43 UTC  (6+ messages)
` [PATCH v4 00/13] Add --pathspec-from-file option

[PATCH v4 00/27] t: test cleanup stemming from experimentally enabling pipefail
 2019-12-04 22:07 UTC  (22+ messages)
` [PATCH v5 00/26] "
  ` [PATCH v5 22/26] t7700: consolidate code into test_no_missing_in_packs()
                  ` [PATCH v6 0/5] t: test cleanup stemming from experimentally enabling pipefail
                    ` [PATCH v6 1/5] t7700: consolidate code into test_no_missing_in_packs()
                    ` [PATCH v6 2/5] t7700: consolidate code into test_has_duplicate_object()
                    ` [PATCH v6 3/5] t7700: replace egrep with grep
                    ` [PATCH v6 4/5] t7700: make references to SHA-1 generic
                    ` [PATCH v6 5/5] t7700: stop losing return codes of git commands
  ` [PATCH v5 26/26] "
          ` t: remove inappropriate uses of test_must_fail(), was "

[PATCH] send-pack: use OBJECT_INFO_QUICK to check negative objects
 2019-12-04 21:37 UTC  (3+ messages)

[PATCH 0/5] rebase: fix breakage with `format.useAutoBase`
 2019-12-04 21:25 UTC  (15+ messages)
` [PATCH v2 "
  ` [PATCH v2 5/5] rebase: fix format.useAutoBase breakage
  ` [PATCH v3 0/5] rebase: fix breakage with `format.useAutoBase`
    ` [PATCH v3 4/5] format-patch: teach --no-base
    ` [PATCH v3 5/5] rebase: fix format.useAutoBase breakage
    ` [PATCH v4 0/5] rebase: fix breakage with `format.useAutoBase`
      ` [PATCH v4 1/5] t3400: demonstrate failure with format.useAutoBase
      ` [PATCH v4 2/5] format-patch: fix indentation
      ` [PATCH v4 3/5] t4014: use test_config()
      ` [PATCH v4 4/5] format-patch: teach --no-base
      ` [PATCH v4 5/5] rebase: fix format.useAutoBase breakage

[BUG?] ls-files -o now traverses nested repo when given multiple pathspecs
 2019-12-04 20:04 UTC  (4+ messages)

[PATCH 1/2] revision: clear the topo-walk flags in reset_revision_walk
 2019-12-04 19:47 UTC  (6+ messages)
` [PATCH 2/2] revision: free topo_walk_info before creating a new one in init_topo_walk

[PATCH 0/2] Hi Peff,
 2019-12-04 18:28 UTC  (3+ messages)
` [PATCH v2 0/3] Doc: replace opaque mail archive links with lore.kernel.org

[PATCH] packfile.c: speed up loading lots of packfiles
 2019-12-04 18:15 UTC  (7+ messages)

[PATCH v2] contrib: git-cpcover: copy cover letter
 2019-12-04 17:07 UTC  (6+ messages)

[PATCH 0/1] git-p4: use lfs.storage instead of local .git/lfs
 2019-12-04 16:51 UTC  (3+ messages)
` [PATCH 1/1] git-p4: use lfs.storage instead of local .git/lfs Use lfs.storage if it defined in git.config. If lfs.storage not define - used local .git/lfs. Original code uses local .git/lfs in sync/clone operations, but if you have external lfs storage better to use it


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