git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2015-06-01 19:34:38 to 2015-06-03 07:57:48 UTC [more...]

[PATCH/WIP 0/8] Make git-am a builtin
 2015-06-03  7:57 UTC  (9+ messages)
` [PATCH/WIP 4/8] am: split out mbox/maildir patches with git-mailsplit
` [PATCH/WIP 6/8] am: extract patch, message and authorship with git-mailinfo

[PATCH/RFCv3 1/2] git-rebase -i: add command "drop" to remove a commit
 2015-06-03  7:33 UTC  (9+ messages)
` [PATCH/RFCv3 2/2] git rebase -i: warn about removed commits

[PATCH] ewah/bitmap: silence warning about MASK macro redefinition
 2015-06-03  6:51 UTC  (10+ messages)
        ` [PATCH 1/2] "
        ` [PATCH 2/2] ewah: use less generic macro name

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

Minor bug report
 2015-06-03  6:48 UTC  (3+ messages)

[PATCH/RFC v3 1/4] git-am.sh: fix initialization of the threeway variable
 2015-06-03  5:50 UTC  (8+ messages)
` [PATCH/RFC v3 2/4] git-am.txt: add configuration section in git am documentation
` [PATCH/RFC v3 3/4] t4150-am: refactor am -3 tests
` [PATCH/RFC v3 4/4] git-am: add am.threeWay config variable

[PATCH] pull: allow dirty tree when rebase.autostash enabled
 2015-06-03  4:50 UTC  (2+ messages)

[PATCH v2 0/2] auto-detect getdelim()
 2015-06-03  4:35 UTC  (4+ messages)
` [PATCH v2 1/2] config.mak.uname: Darwin: define HAVE_GETDELIM for modern OS X releases
` [PATCH v2 2/2] configure: add getdelim() check

Git: How to keep multiple bare repos in sync?
 2015-06-03  4:10 UTC  (5+ messages)

[RFCv2 00/16] Protocol version 2
 2015-06-03  0:16 UTC  (44+ messages)
` [RFCv2 01/16] stringlist: add from_space_separated_string
` [RFCv2 02/16] upload-pack: make client capability parsing code a separate function
` [RFCv2 03/16] connect: rewrite feature parsing to work on string_list
` [RFCv2 04/16] upload-pack-2: Implement the version 2 of upload-pack
` [RFCv2 05/16] remote.h: Change get_remote_heads return to void
` [RFCv2 06/16] remote.h: add new struct for options
` [RFCv2 07/16] transport: add infrastructure to support a protocol version number
` [RFCv2 08/16] transport: select transport version via command line or config
` [RFCv2 09/16] remote.h: add get_remote_capabilities, request_capabilities
` [RFCv2 10/16] transport: connect_setup appends protocol version number
` [RFCv2 11/16] remote: have preselect_capabilities
` [RFCv2 12/16] transport: get_refs_via_connect exchanges capabilities before refs
` [RFCv2 13/16] fetch-pack: use the configured transport protocol
` [RFCv2 14/16] t5544: add a test case for the new protocol
` [RFCv2 15/16] Documentation/technical/pack-protocol: Mention http as possible protocol
` [RFCv2 16/16] Document protocol version 2

What's cooking in git.git (Jun 2015, #01; Tue, 2)
 2015-06-02 23:48 UTC 

BUG: For first push to a bare repo, using "--tags" prevents creation of master branch
 2015-06-02 23:48 UTC  (7+ messages)
          ` Not a "

[PATCH v2 0/3] Fix how for-each-ref handles broken loose references
 2015-06-02 21:10 UTC  (7+ messages)
` [PATCH v2 1/3] t6301: new tests of for-each-ref error handling
` [PATCH v2 2/3] for-each-ref: report broken references correctly
` [PATCH v2 3/3] read_loose_refs(): treat NULL_SHA1 loose references as broken

[PATCH v2 0/2] Improve git-pull's option parsing
 2015-06-02 20:26 UTC  (4+ messages)
` [PATCH v2 1/2] pull: handle git-fetch's options as well
` [PATCH v2 2/2] pull: use git-rev-parse --parseopt for option parsing

[PATCH 0/2] auto-detect getdelim()
 2015-06-02 20:17 UTC  (9+ messages)
` [PATCH 1/2] config.mak.uname: Darwin: define HAVE_GETDELIM for modern OS X releases
` [PATCH 2/2] configure: add getdelim() check

[PATCH v4 0/4] submodule config lookup API
 2015-06-02 19:57 UTC  (6+ messages)
` [PATCH v4 1/4] implement submodule config cache for lookup of submodule names
` [PATCH v4 2/4] extract functions for submodule config set and lookup
` [PATCH v4 3/4] use new config API for worktree configurations of submodules
` [PATCH v4 4/4] do not die on error of parsing fetchrecursesubmodules option

You can upload your invited paper for our conferences in Salerno, Italy, June 27-29, 2015: www. wseas. org until June 7, 2015 (by the way, you can also upload your papers for our conferences in Zakynthos Island, Greece until June 30, 2015)
 2015-06-02 13:40 UTC 

git mergetool: create temporary files in different sub-folders but with same filenames
 2015-06-02 18:57 UTC  (2+ messages)

[PATCH v2 0/9] address packed-refs speed regressions
 2015-06-02 18:22 UTC  (7+ messages)
` [PATCH 7/9] strbuf_getwholeline: use getdelim if it is available

Getting the full path of a conflicting file within a custom merge driver?
 2015-06-02 17:47 UTC  (4+ messages)
  ` AW: "

[PATCH 1/2] t9001-send-email: create a function replacing variable fields
 2015-06-02 17:19 UTC  (6+ messages)
` [PATCH 2/2] send-email: allow multiple emails using --cc, --to and --bcc

[PATCH/RFCv2 1/2] git-rebase -i: add command "drop" to remove a commit
 2015-06-02 17:17 UTC  (10+ messages)
` [PATCH/RFCv2 2/2] git rebase -i: warn about removed commits

[PATCH/RFCv2 0/2] rebase -i : drop command and removed commits
 2015-06-02 17:14 UTC  (8+ messages)
` [PATCH/RFCv2 1/2] git-rebase -i: add command "drop" to remove a commit

[RFC/WIP PATCH 00/11] Protocol version 2, again!
 2015-06-02 17:06 UTC  (13+ messages)
` [RFC/WIP PATCH 11/11] Document protocol version 2

[GSoC] Week 1: Unification of 'for-each-ref', 'tag -l' and 'branch -l'
 2015-06-02 16:38 UTC 

[PATCH] l10n: de.po: translate "index" as "Index"
 2015-06-02 16:07 UTC  (9+ messages)

[PATCH 0/3] Fix how for-each-ref handles broken loose references
 2015-06-02 15:46 UTC  (4+ messages)
` [PATCH 1/3] t6301: new tests of for-each-ref error handling

[PATCH/RFC v2 1/2] t4150-am: refactor am -3 tests
 2015-06-02 14:37 UTC  (8+ messages)
` [PATCH/RFC v2 2/2] git-am: add am.threeWay config variable

Query on git submodules
 2015-06-02 14:22 UTC  (8+ messages)
    ` FW: "

[PATCH] request-pull: short sha handling, manual update
 2015-06-02 14:14 UTC 

Diffing submodule does not yield complete logs for merge commits
 2015-06-02 12:02 UTC  (11+ messages)

[PATCH 00/14] Make git-pull a builtin
 2015-06-02 11:26 UTC  (5+ messages)
` [PATCH 11/14] pull: teach git pull about --rebase

[PATCH] gitk: Alter the ordering for the "Tags and heads" view
 2015-06-02 11:11 UTC  (2+ messages)

git branch <refspec>
 2015-06-02 10:22 UTC  (2+ messages)

git torrent - sane deterministic pack files
 2015-06-02  5:07 UTC 

Bug in 'git am' when applying a broken patch
 2015-06-02  1:26 UTC  (6+ messages)

git-repack keeps running out of memory
 2015-06-02  0:04 UTC  (5+ messages)

[PATCH 0/2] uniform error messages for index read and write
 2015-06-01 23:01 UTC  (3+ messages)
` [RFC/PATCH 2/2] messages: uniform error messages for index write

seg fault in "git format-patch"
 2015-06-01 22:46 UTC  (8+ messages)
` [PATCH] format-patch: dereference tags with --ignore-if-in-upstream

[PATCH 0/9] send-email: add sendmail aliases line continuation support
 2015-06-01 22:44 UTC  (5+ messages)
` [PATCH 1/9] send-email: further document missing sendmail aliases functionality

[PATCH 2/2] rebase -i: fix post-rewrite hook with failed exec command
 2015-06-01 22:17 UTC  (6+ messages)
` [PATCH 1/2] rebase -i: demonstrate incorrect behavior of post-rewrite

[RFC] solving a bug with hunks starting at line 1 in git apply
 2015-06-01 21:37 UTC  (7+ messages)

[PATCH] receive-pack: Create a HEAD ref for ref namespace
 2015-06-01 21:24 UTC 

Staging commits with visual diff tools?
 2015-06-01 19:36 UTC  (5+ messages)

[WIP/PATCH v4 6/8] for-each-ref: rename some functions and make them public
 2015-06-01 19: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).