git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2018-02-13 22:49:34 to 2018-02-15 05:26:09 UTC [more...]

[PATCH RFC v2 01/25] ref-filter: get rid of goto
 2018-02-15  5:26 UTC  (11+ messages)
` [PATCH v3 01/23] "
  ` [PATCH v3 04/23] ref-filter: make valid_atom as function parameter
  ` [PATCH v3 05/23] cat-file: move struct expand_data into ref-filter
  ` [PATCH v3 03/23] cat-file: reuse struct ref_format
  ` [PATCH v3 02/23] ref-filter: add return value to some functions

[PATCH 0/8] various perl fixes
 2018-02-15  5:09 UTC  (19+ messages)
` [PATCH 1/8] perl: *.pm files should not have the executable bit
` [PATCH 2/8] perl: move CPAN loader wrappers to another namespace
` [PATCH 3/8] perl: generalize the Git::LoadCPAN facility
` [PATCH 4/8] perl: update our ancient copy of Error.pm
` [PATCH 5/8] perl: update our copy of Mail::Address
` [PATCH 6/8] git-send-email: unconditionally use Net::{SMTP,Domain}
` [PATCH 7/8] gitweb: hard-depend on the Digest::MD5 5.8 module
` [PATCH 8/8] perl: hard-depend on the File::{Temp,Spec} modules

git-rebase --undo-skip proposal
 2018-02-15  4:50 UTC  (7+ messages)

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

[PATCH] Makefile: generate Git(3pm) as dependency of the 'doc' and 'man' targets
 2018-02-15  2:14 UTC 

[PATCH 0/2] Teach `git apply` to accept Subversion-generated diffs
 2018-02-15  0:29 UTC  (3+ messages)
` [PATCH 1/2] apply: demonstrate a problem applying svn diffs
` [PATCH 2/2] apply: handle Subversion diffs with /dev/null gracefully

[PATCH 0/1] git status docs
 2018-02-15  0:18 UTC  (2+ messages)
` [PATCH 1/1] Documentation/git-status: clarify status table for porcelain mode

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

[PATCH 00/37] removal of some c++ keywords
 2018-02-14 22:41 UTC  (43+ messages)
` [PATCH v2 "
  ` [PATCH v2 01/37] object_info: change member name from 'typename' to 'type_name'
  ` [PATCH v2 02/37] object: rename function "
  ` [PATCH v2 03/37] blame: rename 'this' variables
  ` [PATCH v2 04/37] pack-objects: "
  ` [PATCH v2 05/37] rev-parse: rename 'this' variable
  ` [PATCH v2 06/37] diff: rename 'this' variables
  ` [PATCH v2 07/37] apply: rename 'try' variables
  ` [PATCH v2 08/37] apply: rename 'new' variables
  ` [PATCH v2 09/37] checkout: "
  ` [PATCH v2 10/37] help: "
  ` [PATCH v2 11/37] pack-redundant: "
  ` [PATCH v2 12/37] reflog: "
  ` [PATCH v2 13/37] remote: "
  ` [PATCH v2 14/37] combine-diff: "
  ` [PATCH v2 15/37] commit: "
  ` [PATCH v2 16/37] diff-lib: rename 'new' variable
  ` [PATCH v2 17/37] diff: rename 'new' variables
  ` [PATCH v2 18/37] diffcore-delta: "
  ` [PATCH v2 19/37] entry: "
  ` [PATCH v2 20/37] http: "
  ` [PATCH v2 21/37] imap-send: "
  ` [PATCH v2 22/37] line-log: "
  ` [PATCH v2 23/37] read-cache: "
  ` [PATCH v2 24/37] ref-filter: "
  ` [PATCH v2 25/37] remote: "
  ` [PATCH v2 26/37] split-index: "
  ` [PATCH v2 27/37] submodule: "
  ` [PATCH v2 28/37] trailer: "
  ` [PATCH v2 29/37] unpack-trees: "
  ` [PATCH v2 30/37] init-db: rename 'template' variables
  ` [PATCH v2 31/37] environment: "
  ` [PATCH v2 32/37] diff: "
  ` [PATCH v2 33/37] environment: rename 'namespace' variables
  ` [PATCH v2 34/37] wrapper: rename 'template' variables
  ` [PATCH v2 35/37] tempfile: "
  ` [PATCH v2 36/37] trailer: "
  ` [PATCH v2 37/37] replace: rename 'new' variables

[PATCH 0/7] nd/worktree-move reboot
 2018-02-14 21:56 UTC  (14+ messages)
` [PATCH 3/7] worktree move: new command
                        ` [PATCH] t/known-leaky: add list of known-leaky test scripts

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

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

[PATCH v2] Correct mispellings of ".gitmodule" to ".gitmodules"
 2018-02-14 19:37 UTC  (2+ messages)

"git add" with several pathspecS and one doesn't match
 2018-02-14 19:29 UTC  (2+ messages)

[PATCH] am: support --quit
 2018-02-14 19:26 UTC  (2+ messages)

Can we make git clone --recurse-submodules --shallow-submodules work for commits that are not on tags or branches
 2018-02-14 19:18 UTC  (2+ messages)

should "--recurse-submodule" be "--recurse-submodules"?
 2018-02-14 19:12 UTC  (2+ messages)

[PATCH v2 00/14] Serialized Git Commit Graph
 2018-02-14 19:11 UTC  (10+ messages)
` [PATCH v3 "
  ` [PATCH v3 08/14] commit-graph: implement 'git-commit-graph clear'
  ` [PATCH v3 11/14] commit: integrate commit graph with commit parsing

[PATCH] t/: correct obvious typo "detahced"
 2018-02-14 19:01 UTC  (2+ messages)

[PATCH 0/6] minor test-hashmap fixes
 2018-02-14 19:01 UTC  (11+ messages)
` [PATCH 1/6] test-hashmap: use ALLOC_ARRAY rather than bare malloc
` [PATCH 2/6] test-hashmap: check allocation computation for overflow
` [PATCH 3/6] test-hashmap: use xsnprintf rather than snprintf
` [PATCH 4/6] test-hashmap: use strbuf_getline rather than fgets
` [PATCH 5/6] test-hashmap: simplify alloc_test_entry
` [PATCH 6/6] test-hashmap: use "unsigned int" for hash storage

[PATCH v1] fsmonitor: update documentation to remove reference to invalid config settings
 2018-02-14 18:28 UTC  (2+ messages)

linux-next: unnecessary merge in the v4l-dvb tree
 2018-02-14 18:12 UTC  (9+ messages)

[PATCH 00/26] Moving global state into the repository object (part 1)
 2018-02-14 18:08 UTC  (14+ messages)
` [PATCH 14/26] sha1_file: allow prepare_alt_odb to handle arbitrary repositories

[PATCH] color.h: document and modernize header
 2018-02-14 17:58 UTC  (5+ messages)

Bug? Error during commit
 2018-02-14 17:31 UTC  (6+ messages)

[PATCH] CodeAI fixes 1 Allocator sizeof() operand mismatch, 2 Null Pointer Dereference, and 2 Dead Code
 2018-02-14 16:46 UTC  (2+ messages)

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

[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 

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

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

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

[RFC PATCH 000/194] Moving global state into the repository object
 2018-02-14  1:26 UTC  (9+ messages)
` [PATCH 003/194] object-store: move packed_git and packed_git_mru to object store

[PATCH 0/4] Correct offsets of hunks when one is skipped
 2018-02-13 23:56 UTC  (2+ messages)

[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 


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