git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-06-22 10:41:04 to 2015-06-23 22:23:48 UTC [more...]

[PATCH] Enable core.fsyncObjectFiles by default
 2015-06-23 22:21 UTC  (2+ messages)

RFC/Pull Request: Refs db backend
 2015-06-23 21:41 UTC  (18+ messages)

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

[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

What's cooking in git.git (Jun 2015, #05; Mon, 22)
 2015-06-23 20:46 UTC  (3+ messages)

[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

[PATCH v3 1/6] bisect: correction of typo
 2015-06-23 20:34 UTC  (20+ 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

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  (24+ messages)
` [PATCH v3 01/19] delete_ref(): move declaration to refs.h
` [PATCH v3 02/19] remove_branches(): remove temporary
` [PATCH v3 03/19] delete_ref(): handle special case more explicitly
` [PATCH v3 04/19] delete_refs(): new function for the refs API
` [PATCH v3 05/19] delete_refs(): make error message more generic
` [PATCH v3 06/19] delete_refs(): bail early if the packed-refs file cannot be rewritten
` [PATCH v3 07/19] prune_remote(): use delete_refs()
` [PATCH v3 08/19] prune_refs(): "
` [PATCH v3 09/19] repack_without_refs(): make function private
` [PATCH v3 10/19] initial_ref_transaction_commit(): function for initial ref creation
` [PATCH v3 11/19] refs: remove some functions from the module's public interface
` [PATCH v3 12/19] initial_ref_transaction_commit(): check for duplicate refs
` [PATCH v3 13/19] initial_ref_transaction_commit(): check for ref D/F conflicts
` [PATCH v3 14/19] refs: move the remaining ref module declarations to refs.h
` [PATCH v3 15/19] refs.h: add some parameter names to function declarations
` [PATCH v3 16/19] check_branch_commit(): make first parameter const
` [PATCH v3 17/19] update_ref(): don't read old reference value before delete
` [PATCH v3 18/19] cmd_update_ref(): make logic more straightforward
` [PATCH v3 19/19] delete_ref(): use the usual convention for old_sha1

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

Untracked files when git status executed on a new folder
 2015-06-23 16:54 UTC  (2+ messages)

[PATCH v4 00/11] add options to for-each-ref
 2015-06-23 11:05 UTC  (33+ 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 05/19] ref-filter: add parse_opt_merge_filter()
  ` [PATCH v4 06/19] ref-filter: implement '--merged' and '--no-merged' options
  ` [PATCH v4 07/19] for-each-ref: add "
  ` [PATCH v4 08/19] parse-option: rename parse_opt_with_commit()

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  (27+ 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 2/7] cat-file: minor style fix in options list
        ` [PATCH 3/7] cat-file: move batch_options definition to top of file
        ` [PATCH 4/7] cat-file: add --buffer option
        ` [PATCH 5/7] cat-file: stop returning value from batch_one_object
        ` [PATCH 6/7] cat-file: split batch_one_object into two stages
        ` [PATCH 7/7] cat-file: add --batch-all-objects option
        ` [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  (4+ messages)
` [PATCH 2/3] contrib/subtree: Fix broken &&-chains and revealed test error
` [PATCH 3/3] contrib/subtree: Small tidy-up to test

[PATCH v5 00/19] Introduce an internal API to interact with the fsck machinery
 2015-06-22 21:11 UTC  (40+ messages)
` [PATCH v6 "
  ` [PATCH v6 04/19] fsck: Offer a function to demote fsck errors to warnings
  ` [PATCH v6 17/19] fsck: Introduce `git fsck --quick`
  ` [PATCH v7 00/19] Introduce an internal API to interact with the fsck machinery
    ` [PATCH v7 01/19] fsck: Introduce fsck options
    ` [PATCH v7 02/19] fsck: Introduce identifiers for fsck messages
    ` [PATCH v7 03/19] fsck: Provide a function to parse fsck message IDs
    ` [PATCH v7 04/19] fsck: Offer a function to demote fsck errors to warnings
    ` [PATCH v7 05/19] fsck (receive-pack): Allow demoting "
    ` [PATCH v7 06/19] fsck: Report the ID of the error/warning
    ` [PATCH v7 07/19] fsck: Make fsck_ident() warn-friendly
    ` [PATCH v7 08/19] fsck: Make fsck_commit() warn-friendly
    ` [PATCH v7 09/19] fsck: Handle multiple authors in commits specially
    ` [PATCH v7 10/19] fsck: Make fsck_tag() warn-friendly
    ` [PATCH v7 11/19] fsck: Add a simple test for receive.fsck.<msg-id>
    ` [PATCH v7 12/19] fsck: Disallow demoting grave fsck errors to warnings
    ` [PATCH v7 13/19] fsck: Optionally ignore specific fsck issues completely
    ` [PATCH v7 14/19] fsck: Allow upgrading fsck warnings to errors
    ` [PATCH v7 15/19] fsck: Document the new receive.fsck.<msg-id> options
    ` [PATCH v7 16/19] fsck: Support demoting errors to warnings
    ` [PATCH v7 17/19] fsck: Introduce `git fsck --connectivity-only`
    ` [PATCH v7 18/19] fsck: git receive-pack: support excluding objects from fsck'ing
    ` [PATCH v7 19/19] fsck: support ignoring objects in `git fsck` via fsck.skiplist

[Question] Is it normal for accented characters to be shown as decomposed Unicode on GNU/Linux?
 2015-06-22 16:13 UTC  (3+ messages)

'eol' documentation confusion
 2015-06-22 16:11 UTC  (4+ messages)

Submodule and proxy server
 2015-06-22 15:43 UTC  (2+ messages)

git gui is not GIT_TRACE=1 compatible
 2015-06-22 14:40 UTC 

[PATCH v2 1/7] bisect : correction of typo
 2015-06-22 13:47 UTC  (5+ messages)
` [PATCH v2 2/7] bisect: replace hardcoded "bad|good" by variables

broken repo after power cut
 2015-06-22 12:31 UTC  (6+ messages)


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 NNTP newsgroup(s).