git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-02-12 16:21:28 to 2018-02-14 15:00:00 UTC [more...]

[RFC PATCH 1/2] add a local copy of Mail::Address from CPAN
 2018-02-14 14:59 UTC  (3+ messages)
` [PATCH v2 1/3] send-email: add and use a local copy of Mail::Address

git-bashe.exe fails to launch
 2018-02-14 14:53 UTC 

git-bashe.exe fails to launch
 2018-02-14 14:45 UTC 

[PATCH v2 00/41] Automate updating git-completion.bash a bit
 2018-02-14 14:29 UTC  (6+ messages)
` [PATCH v3 00/42] "
  ` [PATCH v3 06/42] completion: use __gitcomp_builtin in _git_am
  ` [PATCH v3 29/42] completion: use __gitcomp_builtin in _git_notes

What's cooking in git.git (Feb 2018, #02; Tue, 13)
 2018-02-14 14:10 UTC  (3+ messages)

[BUG] git init doesn't respect `--template` like configuration variable init.templateDir and $GIT_TEMPLATE_DIR
 2018-02-14 14:08 UTC  (5+ messages)
` [PATCH 1/2] parse-options: expand $HOME on filename options
  ` [PATCH 2/2] init-db: change --template type to OPTION_FILENAME

Regression in memory consumption of git fsck
 2018-02-14 13:55 UTC  (3+ messages)

[PATCH v6 0/7] convert: add support for different encodings
 2018-02-14 13:22 UTC  (4+ messages)
` [PATCH v6 5/7] convert: add 'working-tree-encoding' attribute

[PATCH] am: support --quit
 2018-02-14 11:16 UTC 

[PATCH] t/: correct obvious typo "detahced"
 2018-02-14  9:08 UTC 

[PATCH 0/7] nd/worktree-move reboot
 2018-02-14  9:07 UTC  (12+ messages)
` [PATCH 3/7] worktree move: new command

[PATCH] dir.c: ignore paths containing .git when invalidating untracked cache
 2018-02-14  8:00 UTC  (8+ messages)
` [PATCH v2] "

[PATCH] color.h: document and modernize header
 2018-02-14  7:23 UTC  (6+ messages)

[PATCH 0/8] rebase -i: offer to recreate merge commits
 2018-02-14  5:41 UTC  (19+ messages)
` [PATCH 5/8] rebase: introduce the --recreate-merges option

Can we make git clone --recurse-submodules --shallow-submodules work for commits that are not on tags or branches
 2018-02-14  5:06 UTC 

[PATCH] subtree: die if failed to find existing splits
 2018-02-14  4:38 UTC 

Fetch-hooks
 2018-02-14  2:02 UTC  (18+ messages)

[RFC PATCH 000/194] Moving global state into the repository object
 2018-02-14  1:26 UTC  (15+ messages)
` [PATCH 003/194] object-store: move packed_git and packed_git_mru to object store
` [PATCH 021/194] pack: add repository argument to reprepare_packed_git
  ` [PATCH 046/194] object-store: move replace_objects back to object-store

[PATCH 00/26] Moving global state into the repository object (part 1)
 2018-02-14  0:57 UTC  (43+ messages)
` [PATCH 01/26] repository: introduce raw object store field
` [PATCH 02/26] object-store: move alt_odb_list and alt_odb_tail to object store
` [PATCH 03/26] object-store: free alt_odb_list
` [PATCH 04/26] object-store: move packed_git and packed_git_mru to object store
` [PATCH 05/26] object-store: close all packs upon clearing the "
` [PATCH 06/26] pack: move prepare_packed_git_run_once to "
` [PATCH 07/26] pack: move approximate object count "
` [PATCH 08/26] sha1_file: add raw_object_store argument to alt_odb_usable
` [PATCH 09/26] sha1_file: add repository argument to link_alt_odb_entry
` [PATCH 10/26] sha1_file: add repository argument to read_info_alternates
` [PATCH 11/26] sha1_file: add repository argument to link_alt_odb_entries
` [PATCH 12/26] sha1_file: add repository argument to prepare_alt_odb
` [PATCH 13/26] sha1_file: allow link_alt_odb_entries to handle arbitrary repositories
` [PATCH 14/26] sha1_file: allow prepare_alt_odb "
` [PATCH 15/26] sha1_file: add repository argument to sha1_file_name
` [PATCH 16/26] sha1_file: add repository argument to stat_sha1_file
` [PATCH 17/26] sha1_file: add repository argument to open_sha1_file
` [PATCH 18/26] sha1_file: add repository argument to map_sha1_file_1
` [PATCH 19/26] sha1_file: add repository argument to map_sha1_file
` [PATCH 20/26] sha1_file: add repository argument to sha1_loose_object_info
` [PATCH 21/26] sha1_file: allow sha1_file_name to handle arbitrary repositories
` [PATCH 22/26] sha1_file: allow stat_sha1_file "
` [PATCH 23/26] sha1_file: allow open_sha1_file "
` [PATCH 24/26] sha1_file: allow map_sha1_file_1 "
` [PATCH 25/26] sha1_file: allow map_sha1_file "
` [PATCH 26/26] sha1_file: allow sha1_loose_object_info "

should "--recurse-submodule" be "--recurse-submodules"?
 2018-02-14  0:30 UTC 

[PATCH v2 00/14] Serialized Git Commit Graph
 2018-02-14  0:12 UTC  (13+ messages)
` [PATCH v3 "
  ` [PATCH v3 05/14] commit-graph: implement 'git-commit-graph write'
  ` [PATCH v3 07/14] commit-graph: update graph-head during write
  ` [PATCH v3 08/14] commit-graph: implement 'git-commit-graph clear'
  ` [PATCH v3 11/14] commit: integrate commit graph with commit parsing

[PATCH v2] Correct mispellings of ".gitmodule" to ".gitmodules"
 2018-02-14  0:09 UTC 

[PATCH 0/4] Correct offsets of hunks when one is skipped
 2018-02-13 23:56 UTC  (7+ messages)
` [PATCH 1/4] add -i: add function to format hunk header
` [PATCH 2/4] t3701: add failing test for pathological context lines
` [PATCH 3/4] add -p: Adjust offsets of subsequent hunks when one is skipped
` [PATCH 4/4] add -p: calculate offset delta for edited patches

[PATCH] Correct mispellings of ".gitmodule" to ".gitmodules"
 2018-02-13 23:45 UTC  (2+ messages)

[PATCH] sq_dequote: fix extra consumption of source string
 2018-02-13 23:41 UTC 

make git diff output easier to read - use better diff heuristics
 2018-02-13 22:41 UTC  (5+ messages)

Why git-revert doesn't invoke the pre-commit and the commit-msg hooks?
 2018-02-13 22:27 UTC 

[PATCH] t6300-for-each-ref: fix "more than one quoting style" tests
 2018-02-13 22:22 UTC  (2+ messages)

git-rebase --undo-skip proposal
 2018-02-13 20:42 UTC  (2+ messages)

[PATCH 0/2] Refactor hash search with fanout table
 2018-02-13 20:15 UTC  (7+ messages)
` [PATCH v2 "
  ` [PATCH v2 1/2] packfile: remove GIT_DEBUG_LOOKUP log statements
  ` [PATCH v2 2/2] packfile: refactor hash search with fanout table

[PATCH] docs/interpret-trailers: fix agreement error
 2018-02-13 18:41 UTC  (3+ messages)
` [PATCH v2] "

"git submodule" vs "git subtree" vs "repo" vs "git subdir" ... ?
 2018-02-13 18:25 UTC  (3+ messages)

[PATCH 2/2] t5556: replace test_i18ngrep with a simple grep
 2018-02-13 18:10 UTC  (9+ messages)

linux-next: unnecessary merge in the v4l-dvb tree
 2018-02-13 17:33 UTC  (10+ messages)

[PATCH v2 00/27] protocol version 2
 2018-02-13 17:06 UTC  (9+ messages)
` [PATCH v3 00/35] "
  ` [PATCH v3 01/35] pkt-line: introduce packet_read_with_status
  ` [PATCH v3 02/35] pkt-line: introduce struct packet_reader
  ` [PATCH v3 22/35] upload-pack: support shallow requests

[PATCH 1/1] Mark messages for translations
 2018-02-13 13:19 UTC  (3+ messages)
` [PATCH 0/1] Mark messages for translation

totally confused as to what "git bisect skip" is supposed to do
 2018-02-13 13:10 UTC  (7+ messages)

"git bisect run make" adequate to locate first unbuildable commit?
 2018-02-13 12:41 UTC  (5+ messages)

[PATCH 1/3] t7006: add tests for how git config paginates
 2018-02-13 11:19 UTC  (6+ messages)
` [PATCH 2/3] config: respect `pager.config` in list/get-mode only

[PATCH 0/3] add -p: improve help messages
 2018-02-13 10:32 UTC  (4+ messages)
` [PATCH 1/3] add -p: only display help for active keys
` [PATCH 2/3] add -p: Only bind search key if there's more than one hunk
` [PATCH 3/3] add -p: improve error messages

[PATCH v1] dir.c: don't flag the index as dirty for changes to the untracked cache
 2018-02-13  9:57 UTC  (8+ messages)

[PATCH v1] worktree: set worktree environment in post-checkout hook
 2018-02-13  7:34 UTC  (13+ messages)
` [PATCH 0/2] worktree: change to new worktree dir before running hook(s)
  ` [PATCH 1/2] run-command: teach 'run_hook' about alternate worktrees
  ` [PATCH 2/2] worktree: add: change to new worktree directory before running hook

please change stash
 2018-02-13  0:52 UTC  (2+ messages)

Question about rebasing - unexpected result, can't figure out why
 2018-02-13  0:36 UTC  (2+ messages)

[PATCH v2 00/10] rebase -i: offer to recreate merge commits
 2018-02-12 20:46 UTC  (8+ messages)
` [PATCH v3 00/12] "
  ` [PATCH v3 04/12] sequencer: introduce new commands to reset the revision
  ` [PATCH v3 05/12] sequencer: introduce the `merge` command

[PATCH] send-email: error out when relogin delay is missing
 2018-02-12 19:44 UTC  (2+ messages)

REQUEST NEW TRANSLATION (INDONESIAN/id_ID)
 2018-02-12 18:46 UTC  (2+ messages)

[PATCH] describe: confirm that blobs actually exist
 2018-02-12 18:38 UTC  (3+ messages)

What's cooking in git.git (Feb 2018, #01; Wed, 7)
 2018-02-12 18:27 UTC  (2+ messages)

partial fetch
 2018-02-12 18:21 UTC  (2+ messages)


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