git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2015-06-22 19:44:34 to 2015-06-24 21:23:58 UTC [more...]

[PATCH v3 1/6] bisect: correction of typo
 2015-06-24 21:23 UTC  (31+ messages)
` [PATCH v3 2/6] bisect: replace hardcoded "bad|good" by variables
` [PATCH v3 3/6] bisect: simplify the addition of new bisect terms
` [PATCH v3 4/6] bisect: add the terms old/new
` [PATCH v3 5/6] revision: fix rev-list --bisect in old/new mode
` [PATCH v3 6/6] bisect: allows any terms set by user
` [PATCH v7 0/5] git bisect old/new
  ` [PATCH v7 1/5] bisect: correction of typo
  ` [PATCH v7 2/5] bisect: replace hardcoded "bad|good" by variables
  ` [PATCH v7 3/5] bisect: simplify the addition of new bisect terms
  ` [PATCH v7 4/5] bisect: add the terms old/new
  ` [PATCH v7 5/5] bisect: allows any terms set by user
  ` [PATCH v8 0/5] Bisect terms
    ` [PATCH v8 1/5] bisect: correction of typo
    ` [PATCH v8 2/5] bisect: replace hardcoded "bad|good" by variables
    ` [PATCH v8 3/5] bisect: simplify the addition of new bisect terms
    ` [PATCH v8 4/5] bisect: add the terms old/new
    ` [PATCH v8 5/5] bisect: allow any terms set by user

What's cooking in git.git (Jun 2015, #06; Wed, 24)
 2015-06-24 21:14 UTC 

Repository Code Security (Plan Text)
 2015-06-24 20:17 UTC  (9+ messages)

[PATCH v5 00/11] add options to for-each-ref
 2015-06-24 19:53 UTC  (12+ messages)
` [PATCH v5 01/11] t6301: for-each-ref tests for ref-filter APIs
  ` [PATCH v5 02/11] tag: libify parse_opt_points_at()
  ` [PATCH v5 03/11] ref-filter: implement '--points-at' option
  ` [PATCH v5 04/11] for-each-ref: add "
  ` [PATCH v5 05/11] ref-filter: add parse_opt_merge_filter()
  ` [PATCH v5 06/11] ref-filter: implement '--merged' and '--no-merged' options
  ` [PATCH v5 07/11] for-each-ref: add "
  ` [PATCH v5 08/11] parse-option: rename parse_opt_with_commit()
  ` [PATCH v5 09/11] parse-options.h: add macros for '--contains' option
  ` [PATCH v5 10/11] ref-filter: implement "
  ` [PATCH v5 11/11] for-each-ref: add "

[PATCH 0/6] refs backend preamble
 2015-06-24 19:16 UTC  (7+ messages)
` [PATCH 1/6] refs.c: add an err argument to log_ref_setup
` [PATCH 2/6] cherry-pick: Use refs infrastructure for CHERRY_PICK_HEAD
` [PATCH 3/6] bisect: use refs infrastructure for BISECT_START
` [PATCH 4/6] refs: replace log_ref_write with create_reflog
` [PATCH 5/6] git-reflog: add create and exists functions
` [PATCH 6/6] git-stash: use git-reflog instead of creating files

Repository Code Scope (Plan Text)
 2015-06-24 19:09 UTC  (3+ messages)

[PATCH/WIP v3 00/31] Make git-am a builtin
 2015-06-24 18:39 UTC  (18+ messages)
` [PATCH/WIP v3 01/31] wrapper: implement xopen()
` [PATCH/WIP v3 04/31] am: implement patch queue mechanism
` [PATCH/WIP v3 06/31] am: detect mbox patches
` [PATCH/WIP v3 07/31] am: extract patch, message and authorship with git-mailinfo

RFC/Pull Request: Refs db backend
 2015-06-24 17:31 UTC  (25+ messages)

[RFC/PATCH 0/2] bumping repository format version
 2015-06-24 17:15 UTC  (12+ messages)
` [PATCH 1/2] introduce "extensions" form of core.repositoryformatversion
` [PATCH 2/2] introduce "preciousObjects" repository extension

apply --cached --whitespace=fix now failing on items added with "add -N"
 2015-06-24 17:05 UTC  (7+ messages)
` [PATCH] apply: fix adding new files on i-t-a entries

[PATCH/RFC] Revert "git am/mailinfo: Don't look at in-body headers when rebasing"
 2015-06-24 16:04 UTC  (3+ messages)

Untracked files when git status executed on a new folder
 2015-06-24 15:28 UTC  (3+ messages)

[PATCH] Enable core.fsyncObjectFiles by default
 2015-06-24 14:30 UTC  (8+ messages)

[PATCH] cvsimport: silence regex warning appearing in Perl 5.22
 2015-06-24 14:04 UTC 

Cannot clone a linked working directory
 2015-06-24 11:16 UTC  (2+ messages)

[PATCH] Fix definition of ARRAY_SIZE for non-gcc builds
 2015-06-24  7:44 UTC 

What's cooking in git.git (Jun 2015, #05; Mon, 22)
 2015-06-24  7:16 UTC  (4+ messages)

git name-rev not accepting abbreviated SHA with --stdin
 2015-06-24  3:29 UTC 

[PATCH/RFC v4 01/10] t9001-send-email: move script creation in a setup test
 2015-06-23 20:58 UTC  (18+ messages)
` [PATCH v5 "
  ` [PATCH v5 07/10] send-email: reduce dependancies impact on parse_address_line
` [PATCH v6 01/10] t9001-send-email: move script creation in a setup test
  ` [PATCH v6 02/10] send-email: allow aliases in patch header and command script outputs
  ` [PATCH v6 03/10] t9001-send-email: refactor header variable fields replacement
  ` [PATCH v6 04/10] send-email: refactor address list process
  ` [PATCH v6 05/10] send-email: Allow use of aliases in the From field of --compose mode
  ` [PATCH v6 06/10] send-email: minor code refactoring
  ` [PATCH v6 07/10] send-email: reduce dependencies impact on parse_address_line
  ` [PATCH v6 08/10] send-email: consider quote as delimiter instead of character
  ` [PATCH v6 09/10] send-email: allow multiple emails using --cc, --to and --bcc
  ` [PATCH v6 10/10] send-email: suppress meaningless whitespaces in from field

[PATCHv6 1/3] git-rebase -i: add command "drop" to remove a commit
 2015-06-23 20:47 UTC  (16+ messages)
` [PATCHv6 2/3] git rebase -i: warn about removed commits
` [PATCHv6 3/3] git rebase -i: add static check for commands and SHA-1

git status --diffstat?
 2015-06-23 19:30 UTC 

Dependency Management
 2015-06-23 18:49 UTC  (3+ messages)

[PATCH v3 00/19] Improve "refs" encapsulation and speed up deletes
 2015-06-23 17:44 UTC  (7+ messages)
` [PATCH v3 12/19] initial_ref_transaction_commit(): check for duplicate refs
` [PATCH v3 19/19] delete_ref(): use the usual convention for old_sha1

[PATCH v4 00/11] add options to for-each-ref
 2015-06-23 11:05 UTC  (16+ messages)
` [PATCH v4 01/19] t6301: for-each-ref tests for ref-filter APIs
  ` [PATCH v4 03/19] ref-filter: implement '--points-at' option
  ` [PATCH v4 04/19] for-each-ref: add "
  ` [PATCH v4 07/19] for-each-ref: add '--merged' and '--no-merged' options

incomplete footers added by list server?
 2015-06-23  9:50 UTC  (2+ messages)

config commands not working _Noobe question
 2015-06-23  3:05 UTC  (2+ messages)

Improvements to parse-options and a new filter-objects command
 2015-06-22 23:50 UTC  (20+ messages)
` Improvements to integer option parsing
  ` [PATCH 2/2] Move unsigned long option parsing out of pack-objects.c
` Fast enumeration of objects
  ` [PATCH] Add list-all-objects command
        ` [PATCH 8/7] cat-file: sort and de-dup output of --batch-all-objects

[PATCH 1/3] contrib/subtree: Use tabs consitently for indentation in tests
 2015-06-22 22:42 UTC  (2+ messages)

[PATCH v6 00/19] Introduce an internal API to interact with the fsck machinery
 2015-06-22 21:11 UTC  (10+ messages)
` [PATCH v7 "
  ` [PATCH v7 04/19] fsck: Offer a function to demote fsck errors to warnings
  ` [PATCH v7 13/19] fsck: Optionally ignore specific fsck issues completely


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