git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2015-06-21 20:49:20 to 2015-06-23 20:13:15 UTC [more...]

[PATCH/RFC v4 01/10] t9001-send-email: move script creation in a setup test
 2015-06-23 20:15 UTC  (5+ messages)
` [PATCH v5 "
  ` [PATCH v5 07/10] send-email: reduce dependancies impact on parse_address_line

RFC/Pull Request: Refs db backend
 2015-06-23 20:10 UTC  (13+ messages)

[PATCHv6 1/3] git-rebase -i: add command "drop" to remove a commit
 2015-06-23 20:08 UTC  (11+ 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 

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

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

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

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

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

[PATCH v4 00/11] add options to for-each-ref
 2015-06-23 11:05 UTC  (36+ 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()
  ` [PATCH v4 09/19] parse-options.h: add macros for '--contains' option
  ` [PATCH v4 10/19] ref-filter: implement "
  ` [PATCH v4 11/19] for-each-ref: add "

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  (30+ 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 1/7] for_each_packed_object: automatically open pack index
        ` [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  (43+ 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 v6 18/19] fsck: git receive-pack: support excluding objects from fsck'ing
  ` [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)

Sporadic test failures on OSX 10.10.3
 2015-06-22  6:55 UTC  (2+ messages)

git difftool --dir-diff error in the presence of symlinks to directories
 2015-06-22  5:20 UTC  (2+ messages)

[PATCH v2 0/7] Raw gpg output support for verify-commit and verify-tag
 2015-06-22  0:38 UTC  (9+ messages)
` [PATCH v2 1/7] verify-tag: add tests
` [PATCH v2 2/7] verify-tag: share code with verify-commit
` [PATCH v2 3/7] verify-commit: add test for exit status on untrusted signature
` [PATCH v2 4/7] gpg: centralize signature check
` [PATCH v2 5/7] gpg: centralize printing signature buffers
` [PATCH v2 6/7] verify-commit: add option to print raw gpg status information
` [PATCH v2 7/7] verify-tag: "


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