git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2015-06-17 17:08:01 to 2015-06-18 20:52:39 UTC [more...]

[PATCH/WIP v3 00/31] Make git-am a builtin
 2015-06-18 20:52 UTC  (36+ messages)
` [PATCH/WIP v3 01/31] wrapper: implement xopen()
` [PATCH/WIP v3 02/31] wrapper: implement xfopen()
` [PATCH/WIP v3 03/31] am: implement skeletal builtin am
` [PATCH/WIP v3 04/31] am: implement patch queue mechanism
` [PATCH/WIP v3 05/31] am: split out mbox/maildir patches with git-mailsplit
` [PATCH/WIP v3 06/31] am: detect mbox patches
` [PATCH/WIP v3 07/31] am: extract patch, message and authorship with git-mailinfo
` [PATCH/WIP v3 08/31] am: apply patch with git-apply
` [PATCH/WIP v3 09/31] am: commit applied patch
` [PATCH/WIP v3 10/31] am: refresh the index at start
` [PATCH/WIP v3 11/31] am: refuse to apply patches if index is dirty
` [PATCH/WIP v3 12/31] am: implement --resolved/--continue
` [PATCH/WIP v3 13/31] am: implement --skip
` [PATCH/WIP v3 14/31] am: implement --abort
` [PATCH/WIP v3 15/31] am: don't accept patches when there's a session in progress
` [PATCH/WIP v3 16/31] am: implement quiet option
` [PATCH/WIP v3 17/31] am: exit with user friendly message on patch failure
` [PATCH/WIP v3 18/31] am: implement am --signoff
` [PATCH/WIP v3 19/31] cache-tree: introduce write_index_as_tree()
` [PATCH/WIP v3 20/31] am: implement 3-way merge
` [PATCH/WIP v3 21/31] am: --rebasing
` [PATCH/WIP v3 22/31] am: don't use git-mailinfo if --rebasing
` [PATCH/WIP v3 23/31] am: handle stray state directory
` [PATCH/WIP v3 24/31] am: implement -k/--keep, --keep-non-patch
` [PATCH/WIP v3 25/31] am: implement --[no-]message-id, am.messageid
` [PATCH/WIP v3 26/31] am: support --keep-cr, am.keepcr
` [PATCH/WIP v3 27/31] am: implement --[no-]scissors
` [PATCH/WIP v3 28/31] am: pass git-apply's options to git-apply
` [PATCH/WIP v3 29/31] am: implement --ignore-date
` [PATCH/WIP v3 30/31] am: implement --committer-date-is-author-date
` [PATCH/WIP v3 31/31] am: implement -S/--gpg-sign, commit.gpgsign

[PATCH] Improve contrib/diff-highlight to highlight unevenly-sized hunks
 2015-06-18 20:45 UTC  (10+ messages)

[PATCH] format-patch: introduce format.outputDirectory configuration
 2015-06-18 20:22 UTC  (7+ messages)

[PATCH v4 00/19] Make git-pull a builtin
 2015-06-18 20:13 UTC  (21+ messages)
` [PATCH v4 01/19] parse-options-cb: implement parse_opt_passthru()
` [PATCH v4 02/19] parse-options-cb: implement parse_opt_passthru_argv()
` [PATCH v4 03/19] argv-array: implement argv_array_pushv()
` [PATCH v4 04/19] pull: implement skeletal builtin pull
` [PATCH v4 05/19] pull: implement fetch + merge
` [PATCH v4 06/19] pull: pass verbosity, --progress flags to fetch and merge
` [PATCH v4 07/19] pull: pass git-merge's options to git-merge
` [PATCH v4 08/19] pull: pass git-fetch's options to git-fetch
` [PATCH v4 09/19] pull: error on no merge candidates
` [PATCH v4 10/19] pull: support pull.ff config
` [PATCH v4 11/19] pull: check if in unresolved merge state
` [PATCH v4 12/19] pull: fast-forward working tree if head is updated
` [PATCH v4 13/19] pull: implement pulling into an unborn branch
` [PATCH v4 14/19] pull: set reflog message
` [PATCH v4 15/19] pull: teach git pull about --rebase
` [PATCH v4 16/19] pull: configure --rebase via branch.<name>.rebase or pull.rebase
` [PATCH v4 17/19] pull --rebase: exit early when the working directory is dirty
` [PATCH v4 18/19] pull --rebase: error on no merge candidate cases
` [PATCH v4 19/19] pull: remove redirection to git-pull.sh

rebase -i might leave CHERRY_PICK_HEAD behind
 2015-06-18 20:11 UTC  (15+ messages)
` [PATCH 0/2] rebase -i: Fix left-behind CHERRY_PICK_HEAD
  ` [PATCH 1/2] t3404: demonstrate CHERRY_PICK_HEAD bug
  ` [PATCH v2 0/2] rebase -i: Fix left-behind CHERRY_PICK_HEAD
    ` [PATCH v2 1/2] t3404: demonstrate CHERRY_PICK_HEAD bug
    ` [PATCH v2 2/2] rebase -i: do not leave a CHERRY_PICK_HEAD file behind
    ` [PATCH v3 0/2] rebase -i: Fix left-behind CHERRY_PICK_HEAD
      ` [PATCH v3 1/2] t3404: demonstrate CHERRY_PICK_HEAD bug
      ` [PATCH v3 2/2] rebase -i: do not leave a CHERRY_PICK_HEAD file behind

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

Using clean/smudge filters with difftool
 2015-06-18 20:00 UTC  (11+ messages)

Kedves Email felhasználói;
 2015-06-18 14:26 UTC 

Git completion not using ls-remote to auto-complete during push
 2015-06-18 19:12 UTC  (6+ messages)

[PATCH/RFC v4 01/10] t9001-send-email: move script creation in a setup test
 2015-06-18 17:29 UTC  (9+ messages)
` [PATCH/RFC v4 07/10] send-email: reduce dependancies impact on parse_address_line

[PATCH] request-pull: short sha handling, manual update
 2015-06-18 17:20 UTC  (2+ messages)

[PATCH] strbuf: stop out-of-boundary warnings from Coverity
 2015-06-18 16:46 UTC  (9+ messages)

Visualizing merge conflicts after the fact (using kdiff3)
 2015-06-18 15:57 UTC  (5+ messages)

Bug report: `git revert` on empty commit fails silently
 2015-06-18 15:27 UTC 

[PATCH] mergetools: add config option to disable auto-merge
 2015-06-18 15:14 UTC  (6+ messages)

co-authoring commits
 2015-06-18 10:54 UTC  (13+ messages)

[PATCH/RFC 0/3] add GIT_TRACE_STDIN
 2015-06-18 10:20 UTC  (7+ messages)
` [PATCH 3/3] trace: "

Ask for informations
 2015-06-18  9:34 UTC 

[PATCH] git-multimail: update to release 1.1.0
 2015-06-18  8:46 UTC 

[PATCH/WIP v2 00/19] Make git-am a builtin
 2015-06-18  8:44 UTC  (8+ messages)
` [PATCH/WIP v2 03/19] am: implement skeletal builtin am

[PATCH v2] git-checkout.txt: Document "git checkout <pathspec>" better
 2015-06-18  7:00 UTC  (19+ messages)

[PATCH v2] fetch-pack: check for shallow if depth given
 2015-06-18  0:31 UTC 

git difftool --dir-diff error in the presence of symlinks to directories
 2015-06-17 22:39 UTC 

[PATCH 0/2] redo fix for test-lib.sh color support
 2015-06-17 22:26 UTC  (13+ messages)
` [PATCH 1/2] Revert "test-lib.sh: do tests for color support after changing HOME"
` [PATCH 2/2] test-lib.sh: fix color support when tput needs ~/.terminfo
        ` [PATCH v2 0/2] redo fix for test-lib.sh color support
          ` [PATCH v2 1/2] Revert "test-lib.sh: do tests for color support after changing HOME"
          ` [PATCH v2 2/2] test-lib.sh: fix color support when tput needs ~/.terminfo

'git status -z' missing separators on OSX
 2015-06-17 21:32 UTC  (3+ messages)

[PATCH] Documentation/i18n.txt: clarify character encoding support
 2015-06-17 20:45 UTC  (4+ messages)

Should the --encoding argument to log/show commands make any guarantees about their output?
 2015-06-17 20:02 UTC  (6+ messages)

[PATCH v3 00/11] add options to for-each-ref
 2015-06-17 19:49 UTC  (10+ messages)
` [PATCH v3 01/11] t6301: for-each-ref tests for ref-filter APIs
  ` [PATCH v3 05/11] ref-filter: add parse_opt_merge_filter()
  ` [PATCH v3 06/11] ref-filter: implement '--merged' and '--no-merged' options

slash in branch name
 2015-06-17 19:38 UTC  (3+ messages)

'git status -z' missing separators on OSX
 2015-06-17 19:17 UTC  (2+ messages)

[PATCH] progress: store throughput display in a strbuf
 2015-06-17 18:54 UTC 

[PATCH] notes: Use get_sha1_committish instead of read_ref in init_notes()
 2015-06-17 16:35 UTC  (5+ messages)


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