git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-01-29 22:55:23 to 2018-01-31 15:22:55 UTC [more...]

[PATCH 00/26] protocol version 2
 2018-01-31 15:22 UTC  (14+ messages)
` [PATCH v2 00/27] "
  ` [PATCH v2 05/27] upload-pack: factor out processing lines
  ` [PATCH v2 08/27] connect: discover protocol version outside of get_remote_heads
  ` [PATCH v2 09/27] transport: store protocol version
  ` [PATCH v2 10/27] protocol: introduce enum protocol_version value protocol_v2
  ` [PATCH v2 14/27] connect: request remote refs using v2

[PATCH v2 00/41] Automate updating git-completion.bash a bit
 2018-01-31 15:01 UTC  (43+ messages)
` [PATCH v2 01/41] parse-options: support --git-completion-helper
` [PATCH v2 02/41] parse-options: add OPT_xxx_F() variants
` [PATCH v2 03/41] parse-options: let OPT__FORCE take optional flags argument
` [PATCH v2 04/41] git-completion.bash: introduce __gitcomp_builtin
` [PATCH v2 05/41] completion: use __gitcomp_builtin in _git_add
` [PATCH v2 06/41] completion: use __gitcomp_builtin in _git_am
` [PATCH v2 07/41] completion: use __gitcomp_builtin in _git_apply
` [PATCH v2 08/41] completion: use __gitcomp_builtin in _git_branch
` [PATCH v2 09/41] completion: use __gitcomp_builtin in _git_checkout
` [PATCH v2 10/41] completion: use __gitcomp_builtin in _git_cherry_pick
` [PATCH v2 11/41] completion: use __gitcomp_builtin in _git_clean
` [PATCH v2 12/41] completion: use __gitcomp_builtin in _git_clone
` [PATCH v2 13/41] completion: use __gitcomp_builtin in _git_commit
` [PATCH v2 14/41] completion: use __gitcomp_builtin in _git_config
` [PATCH v2 15/41] completion: use __gitcomp_builtin in _git_describe
` [PATCH v2 16/41] completion: use __gitcomp_builtin in _git_difftool
` [PATCH v2 17/41] completion: use __gitcomp_builtin in _git_fetch
` [PATCH v2 18/41] completion: use __gitcomp_builtin in _git_fsck
` [PATCH v2 19/41] completion: use __gitcomp_builtin in _git_gc
` [PATCH v2 20/41] completion: use __gitcomp_builtin in _git_grep
` [PATCH v2 21/41] completion: use __gitcomp_builtin in _git_help
` [PATCH v2 22/41] completion: use __gitcomp_builtin in _git_init
` [PATCH v2 23/41] completion: use __gitcomp_builtin in _git_ls_files
` [PATCH v2 24/41] completion: use __gitcomp_builtin in _git_ls_remote
` [PATCH v2 25/41] completion: use __gitcomp_builtin in _git_merge
` [PATCH v2 26/41] completion: use __gitcomp_builtin in _git_merge_base
` [PATCH v2 27/41] completion: use __gitcomp_builtin in _git_mv
` [PATCH v2 28/41] completion: use __gitcomp_builtin in _git_name_rev
` [PATCH v2 29/41] completion: use __gitcomp_builtin in _git_notes
` [PATCH v2 30/41] completion: use __gitcomp_builtin in _git_pull
` [PATCH v2 31/41] completion: use __gitcomp_builtin in _git_push
` [PATCH v2 32/41] completion: use __gitcomp_builtin in _git_remote
` [PATCH v2 33/41] remote: force completing --mirror= instead of --mirror
` [PATCH v2 34/41] completion: use __gitcomp_builtin in _git_replace
` [PATCH v2 35/41] completion: use __gitcomp_builtin in _git_reset
` [PATCH v2 36/41] completion: use __gitcomp_builtin in _git_revert
` [PATCH v2 37/41] completion: use __gitcomp_builtin in _git_rm
` [PATCH v2 38/41] completion: use __gitcomp_builtin in _git_show_branch
` [PATCH v2 39/41] completion: use __gitcomp_builtin in _git_status
` [PATCH v2 40/41] completion: use __gitcomp_builtin in _git_tag
` [PATCH v2 41/41] completion: use __gitcomp_builtin in _git_worktree

[PATCH 0/8] rebase -i: offer to recreate merge commits
 2018-01-31 13:48 UTC  (20+ messages)
` [PATCH 1/8] sequencer: introduce new commands to reset the revision
` [PATCH 2/8] sequencer: introduce the `merge` command
` [PATCH v2 00/10] rebase -i: offer to recreate merge commits
  ` [PATCH v2 02/10] sequencer: introduce new commands to reset the revision
  ` [PATCH v2 10/10] rebase -i: introduce --recreate-merges=[no-]rebase-cousins

Bug Report: Subtrees and GPG Signed Commits
 2018-01-31 12:33 UTC  (7+ messages)

Some rough edges of core.fsmonitor
 2018-01-31 10:15 UTC  (15+ messages)

Creating sparse checkout in a new linked git worktree
 2018-01-31 10:03 UTC  (3+ messages)

[PATCH 0/2] Add "git rebase --show-patch"
 2018-01-31  9:40 UTC  (15+ messages)
` [PATCH 2/2] rebase: add --show-patch
` [PATCH v2 0/3] Add "git rebase --show-patch"
  ` [PATCH v2 1/3] am: add --show-current-patch
  ` [PATCH] gitignore.txt: elaborate shell glob syntax
  ` [PATCH v2 2/3] rebase: add --show-current-patch
  ` [PATCH v2 3/3] rebase: introduce and use pseudo-ref ORIG_COMMIT

[PATCH RFC 01/24] ref-filter: get rid of goto
 2018-01-31  6:39 UTC  (5+ messages)

[PATCH v2 00/14] Serialized Git Commit Graph
 2018-01-31  2:22 UTC  (18+ messages)
` [PATCH v2 01/14] commit-graph: add format document
` [PATCH v2 02/14] graph: add commit graph design document
` [PATCH v2 03/14] commit-graph: create git-commit-graph builtin
` [PATCH v2 04/14] commit-graph: implement construct_commit_graph()
` [PATCH v2 05/14] commit-graph: implement git-commit-graph --write
` [PATCH v2 06/14] commit-graph: implement git-commit-graph --read
` [PATCH v2 07/14] commit-graph: implement git-commit-graph --update-head
` [PATCH v2 08/14] commit-graph: implement git-commit-graph --clear
` [PATCH v2 09/14] commit-graph: teach git-commit-graph --delete-expired
` [PATCH v2 10/14] commit-graph: add core.commitgraph setting
` [PATCH v2 11/14] commit: integrate commit graph with commit parsing
` [PATCH v2 12/14] commit-graph: read only from specific pack-indexes
` [PATCH v2 13/14] commit-graph: close under reachability
` [PATCH v2 14/14] commit-graph: build graph from starting commits

[ANNOUNCE] tig-2.3.3
 2018-01-31  1:47 UTC 

[PATCH 00/37] removal of some c++ keywords
 2018-01-31  1:05 UTC  (11+ messages)
` [PATCH 37/37] replace: rename 'new' variables

[RFC PATCH 0/2] alternate hash test
 2018-01-31  1:04 UTC  (3+ messages)

[PATCH v7 00/31] Add directory rename detection to git
 2018-01-30 23:41 UTC  (33+ messages)
` [PATCH v7 01/31] directory rename detection: basic testcases
` [PATCH v7 02/31] directory rename detection: directory splitting testcases
` [PATCH v7 03/31] directory rename detection: testcases to avoid taking detection too far
` [PATCH v7 04/31] directory rename detection: partially renamed directory testcase/discussion
` [PATCH v7 05/31] directory rename detection: files/directories in the way of some renames
` [PATCH v7 06/31] directory rename detection: testcases checking which side did the rename
` [PATCH v7 07/31] directory rename detection: more involved edge/corner testcases
` [PATCH v7 08/31] directory rename detection: testcases exploring possibly suboptimal merges
` [PATCH v7 09/31] directory rename detection: miscellaneous testcases to complete coverage
` [PATCH v7 10/31] directory rename detection: tests for handling overwriting untracked files
` [PATCH v7 11/31] directory rename detection: tests for handling overwriting dirty files
` [PATCH v7 12/31] merge-recursive: move the get_renames() function
` [PATCH v7 13/31] merge-recursive: introduce new functions to handle rename logic
` [PATCH v7 14/31] merge-recursive: fix leaks of allocated renames and diff_filepairs
` [PATCH v7 15/31] merge-recursive: make !o->detect_rename codepath more obvious
` [PATCH v7 16/31] merge-recursive: split out code for determining diff_filepairs
` [PATCH v7 17/31] merge-recursive: add a new hashmap for storing directory renames
` [PATCH v7 18/31] merge-recursive: make a helper function for cleanup for handle_renames
` [PATCH v7 19/31] merge-recursive: add get_directory_renames()
` [PATCH v7 20/31] merge-recursive: check for directory level conflicts
` [PATCH v7 21/31] merge-recursive: add a new hashmap for storing file collisions
` [PATCH v7 22/31] merge-recursive: add computation of collisions due to dir rename & merging
` [PATCH v7 23/31] merge-recursive: check for file level conflicts then get new name
` [PATCH v7 24/31] merge-recursive: when comparing files, don't include trees
` [PATCH v7 25/31] merge-recursive: apply necessary modifications for directory renames
` [PATCH v7 26/31] merge-recursive: avoid clobbering untracked files with "
` [PATCH v7 27/31] merge-recursive: fix overwriting dirty files involved in renames
` [PATCH v7 28/31] merge-recursive: fix remaining directory rename + dirty overwrite cases
` [PATCH v7 29/31] directory rename detection: new testcases showcasing a pair of bugs
` [PATCH v7 30/31] merge-recursive: avoid spurious rename/rename conflict from dir renames
` [PATCH v7 31/31] merge-recursive: ensure we write updates for directory-renamed file

git add --all does not respect submodule.<name>.ignore
 2018-01-30 23:38 UTC  (3+ messages)

Patch recommendation for replace invoke of error() to that of error_errno()
 2018-01-30 22:11 UTC  (3+ messages)
` recommendations for log enhancement

2.15.1 - merge with submodule output issue
 2018-01-30 22:02 UTC  (2+ messages)

[PATCH v4 0/6] convert: add support for different encodings
 2018-01-30 21:56 UTC  (13+ messages)
` [PATCH v5 4/7] utf8: add function to detect a missing UTF-16/32 BOM
` [PATCH v5 5/7] convert: add 'working-tree-encoding' attribute
` [PATCH/RFC v5 7/7] Careful with CRLF when using e.g. UTF-16 for working-tree-encoding

[PATCH v4 0/7] increase wildmatch test coverage
 2018-01-30 21:21 UTC  (12+ messages)
` [PATCH v5 00/10] "
` [PATCH v5 01/10] wildmatch test: indent with tabs, not spaces
` [PATCH v5 02/10] wildmatch test: use more standard shell style
` [PATCH v5 03/10] wildmatch test: don't try to vertically align our output
` [PATCH v5 04/10] wildmatch test: use a paranoia pattern from nul_match()
` [PATCH v5 05/10] wildmatch test: remove dead fnmatch() test code
` [PATCH v5 06/10] wildmatch test: use test_must_fail, not ! for test-wildmatch
` [PATCH v5 07/10] wildmatch test: perform all tests under all wildmatch() modes
` [PATCH v5 08/10] wildmatch test: create & test files on disk in addition to in-memory
` [PATCH v5 09/10] test-lib: add an EXPENSIVE_ON_WINDOWS prerequisite
` [PATCH v5 10/10] wildmatch test: mark test as EXPENSIVE_ON_WINDOWS

t9128 failing randomly with svn 1.9?
 2018-01-30 21:15 UTC  (8+ messages)
      ` [PATCH] git-svn: control destruction order to avoid segfault

[PATCH] doc: mention 'git show' defaults to HEAD
 2018-01-30 21:11 UTC  (2+ messages)

[PATCH v2 0/1] setup: recognise extensions.objectFormat
 2018-01-30 20:53 UTC  (6+ messages)
` [PATCH v2 1/1] "

git send-email sets date
 2018-01-30 20:41 UTC  (6+ messages)

[PATCH v1 0/5] Incremental rewrite of git-submodules: git-foreach
 2018-01-30 20:37 UTC 

git stash ; git stash pop unstages all staged changes
 2018-01-30 19:57 UTC  (2+ messages)

Shawn Pearce has died
 2018-01-30 18:49 UTC  (8+ messages)

Feature request: Improve diff algorithm
 2018-01-30 18:26 UTC  (8+ messages)

Location limits on development, staging and production environments
 2018-01-30 14:48 UTC  (3+ messages)

Missing ? wildcard character in gitignore documentation
 2018-01-30 11:32 UTC  (5+ messages)

[PATCH] format-patch: set diffstat width to 70 instead of default 80
 2018-01-30 10:22 UTC  (5+ messages)
` [PATCH v2 0/2] wrap format-patch diffstats around 72 columns
  ` [PATCH v2 2/2] format-patch: reduce patch diffstat width to 72

[PATCH 00/10] 'test_i18ngrep'-related fixes and improvements
 2018-01-30  9:50 UTC  (3+ messages)
` [PATCH 02/10] t5812: add 'test_i18ngrep's missing filename parameter

How juggle branches?
 2018-01-30  0:16 UTC  (2+ messages)

Bug/comment
 2018-01-30  0:02 UTC  (2+ messages)

prepare-commit-msg hook no longer run for cherry-pick?
 2018-01-29 23:06 UTC  (4+ messages)
` [PATCH v3 0/3] sequencer: run 'prepare-commit-msg' hook
  ` [PATCH v3 3/3] "


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