git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2015-06-22 14:30:16 to 2015-06-24 16:31:03 UTC [more...]

[PATCH/WIP v3 00/31] Make git-am a builtin
 2015-06-24 16:28 UTC  (15+ 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

[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 v3 1/6] bisect: correction of typo
 2015-06-24 15:17 UTC  (26+ 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

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

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

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

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

[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  (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  (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 v5 00/19] Introduce an internal API to interact with the fsck machinery
 2015-06-22 21:11 UTC  (31+ messages)
` [PATCH v6 "
  ` [PATCH v6 04/19] fsck: Offer a function to demote fsck errors to warnings
  ` [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 


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