git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2015-06-02 18:04:59 to 2015-06-04 13:19:00 UTC [more...]

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

[PATCH] index-pack: fix truncation of off_t in comparison
 2015-06-04 13:10 UTC  (2+ messages)

Permission denied ONLY after pulling bundles
 2015-06-04 13:04 UTC 

[PATCH/WIP 0/8] Make git-am a builtin
 2015-06-04 12:05 UTC  (11+ messages)
` [PATCH/WIP 1/8] wrapper: implement xopen()
` [PATCH/WIP 6/8] am: extract patch, message and authorship with git-mailinfo

[PATCH mh/lockfile-retry] lockfile: replace random() by rand()
 2015-06-04 11:42 UTC  (4+ messages)

Suggestion: make git checkout safer
 2015-06-04 11:02 UTC  (21+ messages)

[RFC] git-am: handling unborn branches
 2015-06-04 10:34 UTC 

Minor bug report
 2015-06-04  8:45 UTC  (10+ messages)
    ` [PATCH] log: diagnose empty HEAD more clearly

[WIP PATCH 1/3] git bisect old/new
 2015-06-04  8:29 UTC  (5+ messages)
` [PATCH 2/3] bisect: use name_(bad|good) instead of bisect_(bad|good)
` [PATCH 3/3] bisect: fix indentation

[PATCH 1/4] status: factor two rebase-related messages together
 2015-06-04  8:11 UTC  (6+ messages)
` [PATCH 2/4] status: differentiate interactive from non-interactive rebases
` [PATCH 3/4] status: give more information during rebase -i
` [PATCH 4/4] status: add new tests for status "

[GSoC] Week 1: Unification of 'for-each-ref', 'tag -l' and 'branch -l'
 2015-06-04  7:35 UTC  (5+ messages)

[PATCH/RFC v3 1/4] git-am.sh: fix initialization of the threeway variable
 2015-06-04  5:57 UTC  (14+ messages)
` [PATCH/RFC v3 2/4] git-am.txt: add configuration section in git am documentation
` [PATCH/RFC v3 4/4] git-am: add am.threeWay config variable

[PATCH 0/2] specify commit by negative pattern
 2015-06-03 23:12 UTC  (6+ messages)
` [PATCH 1/2] test for '!' handling in rev-parse's named commits
` [PATCH 2/2] object name: introduce '^{/!<negative pattern>}' notation

[PATCH v3 0/4] Fix how for-each-ref handles broken loose references
 2015-06-03 21:20 UTC  (9+ messages)
` [PATCH v3 1/4] t6301: new tests of for-each-ref error handling
` [PATCH v3 2/4] for-each-ref: report broken references correctly
` [PATCH v3 3/4] read_loose_refs(): simplify function logic
` [PATCH v3 4/4] read_loose_refs(): treat NULL_SHA1 loose references as broken

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

[RFC/PATCH 1/2] status: give more information during rebase -i
 2015-06-03 19:51 UTC  (7+ messages)
` [RFC/PATCH 2/2] status: fix tests to handle new verbose git status during rebase

[PATCH v4 0/4] submodule config lookup API
 2015-06-03 19:31 UTC  (4+ messages)
` [PATCH v4 1/4] implement submodule config cache for lookup of submodule names

Stash Feature
 2015-06-03 18:53 UTC  (3+ messages)

bug "$message" literal in commit message
 2015-06-03 18:19 UTC  (3+ messages)

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

[PATCH v2 00/19] Make git-pull a builtin
 2015-06-03 17:49 UTC  (25+ 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

Proposal for git stash : add --staged option
 2015-06-03 13:32 UTC  (3+ messages)

Spontaneous "changes" upon checking out a commit
 2015-06-03 11:57 UTC 

[ANNOUNCE] Git Rev News edition 4
 2015-06-03  9:56 UTC 

[PATCH v2 0/3] Fix how for-each-ref handles broken loose references
 2015-06-03  9:09 UTC  (6+ messages)
` [PATCH v2 3/3] read_loose_refs(): treat NULL_SHA1 loose references as broken

[PATCH/RFCv3 1/2] git-rebase -i: add command "drop" to remove a commit
 2015-06-03  8:25 UTC  (8+ 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] 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  (32+ messages)
` [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 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 14/16] t5544: add a test case for the new protocol
` [RFCv2 15/16] Documentation/technical/pack-protocol: Mention http as possible protocol

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/2] Improve git-pull's option parsing
 2015-06-02 20:26 UTC  (2+ messages)

[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

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


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