git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2015-06-25 16:55:13 to 2015-06-28 14:08:26 UTC [more...]

[PATCH v4 00/44] Make git-am a builtin
 2015-06-28 14:05 UTC  (22+ messages)
` [PATCH v4 01/44] wrapper: implement xopen()
` [PATCH v4 02/44] wrapper: implement xfopen()
` [PATCH v4 03/44] builtin-am: implement skeletal builtin am
` [PATCH v4 04/44] builtin-am: implement patch queue mechanism
` [PATCH v4 05/44] builtin-am: split out mbox/maildir patches with git-mailsplit
` [PATCH v4 06/44] builtin-am: auto-detect mbox patches
` [PATCH v4 07/44] builtin-am: extract patch and commit info with git-mailinfo
` [PATCH v4 08/44] builtin-am: apply patch with git-apply
` [PATCH v4 09/44] builtin-am: implement committing applied patch
` [PATCH v4 10/44] builtin-am: refuse to apply patches if index is dirty
` [PATCH v4 11/44] builtin-am: implement --resolved/--continue
` [PATCH v4 12/44] builtin-am: implement --skip
` [PATCH v4 13/44] builtin-am: implement --abort
` [PATCH v4 14/44] builtin-am: reject patches when there's a session in progress
` [PATCH v4 15/44] builtin-am: implement -q/--quiet, GIT_QUIET
` [PATCH v4 16/44] builtin-am: exit with user friendly message on failure
` [PATCH v4 17/44] builtin-am: implement -s/--signoff
` [PATCH v4 18/44] cache-tree: introduce write_index_as_tree()
` [PATCH v4 19/44] builtin-am: implement --3way, am.threeway
` [PATCH v4 20/44] builtin-am: implement --rebasing mode
` [PATCH v4 25/44] builtin-am: implement --[no-]message-id, am.messageid

[PATCH v10 0/7] bisect terms
 2015-06-28 11:31 UTC  (27+ messages)
` [PATCH v10 1/7] bisect: correction of typo
` [PATCH v10 2/7] Documentation/bisect: move getting help section to the end
` [PATCH v10 3/7] Documentation/bisect: revise overall content
` [PATCH v10 4/7] bisect: replace hardcoded "bad|good" by variables
` [PATCH v10 5/7] bisect: simplify the addition of new bisect terms
    ` [PATCH v10.1 "
` [PATCH v10 6/7] bisect: add the terms old/new
` [PATCH v10 7/7] bisect: allow any terms set by user
    ` [PATCH v10.1 "

[RFC/PATCH 0/9] port tag.c to use ref-filter library
 2015-06-28  9:13 UTC  (10+ messages)
` [RFC/PATCH 1/9] ref-filter: add %(refname:lalignX) option
  ` [RFC/PATCH 5/9] ref-filter: add option to match literal pattern

[PATCH 00/17] Make the msvc-build scripts work again
 2015-06-28  8:44 UTC  (15+ messages)
` [PATCH 01/17] .gitignore: improve MSVC ignore patterns
` [PATCH 03/17] (msvc-build) Vcproj.pm: remove duplicate GUID
` [PATCH 04/17] Makefile: a dry-run can error out if no perl. Document the issue

Staging commits with visual diff tools?
 2015-06-27 23:23 UTC  (6+ messages)

[PATCH v4 0/6] refs backend preamble
 2015-06-27 18:44 UTC  (8+ messages)
` [PATCH v4 1/6] refs.c: add err arguments to reflog functions
` [PATCH v4 2/6] cherry-pick: treat CHERRY_PICK_HEAD and REVERT_HEAD as refs
` [PATCH v4 3/6] bisect: treat BISECT_HEAD as a ref
` [PATCH v4 4/6] refs: Break out check for reflog autocreation
` [PATCH v4 5/6] git-reflog: add create and exists functions
` [PATCH v4 6/6] git-stash: use git-reflog instead of creating files

git error in tag ...: unterminated header
 2015-06-27 18:36 UTC  (14+ messages)

[GSOC] Update 3: Unification of tag -l, branch -l and for-each-ref
 2015-06-27 18:32 UTC 

[L10N] Kickoff of translation for Git 2.5.0 round 1
 2015-06-27 11:46 UTC 

Release candidate of Git for Windows 2.x is out
 2015-06-27  8:41 UTC  (3+ messages)
  `  "

[PATCH] p5310: Fix broken && chain in performance test
 2015-06-27  6:14 UTC  (4+ messages)

[PATCH] revision.c: Remove unneeded check for NULL
 2015-06-27  6:07 UTC  (2+ messages)

Linked workdirs break typo-correction
 2015-06-27  5:57 UTC  (7+ messages)
` [PATCH] setup: set env $GIT_WORK_TREE when work tree is set, like $GIT_DIR

This is a genuine business transaction
 2015-06-26 20:34 UTC 

[PATCH v3 1/7] refs.c: add err arguments to reflog functions
 2015-06-26 22:14 UTC  (12+ messages)
` [PATCH v3 2/7] cherry-pick: treat CHERRY_PICK_HEAD and REVERT_HEAD as refs
` [PATCH v3 3/7] bisect: treat BISECT_HEAD as a ref
` [PATCH v3 4/7] refs: Break out check for reflog autocreation
` [PATCH v3 5/7] refs: add safe_create_reflog function
` [PATCH v3 6/7] git-reflog: add create and exists functions
` [PATCH v3 7/7] git-stash: use git-reflog instead of creating files

[PATCH] http: always use any proxy auth method available
 2015-06-26 21:53 UTC  (3+ messages)

Bug in 'git am' when applying a broken patch
 2015-06-26 20:58 UTC  (7+ messages)

[PATCH v2 1/2] connect: simplify SSH connection code path
 2015-06-26 20:43 UTC  (9+ messages)
` [PATCH v3 0/3] Improve robustness of putty detection
  ` [PATCH v3 3/3] connect: improve check for plink to reduce false positives

[PATCH/WIP v3 00/31] Make git-am a builtin
 2015-06-26 20:41 UTC  (9+ messages)
` [PATCH/WIP v3 06/31] am: detect mbox patches
` [PATCH/WIP v3 07/31] am: extract patch, message and authorship with git-mailinfo

[PATCH] bisect: revise manpage
 2015-06-26 20:22 UTC  (13+ messages)
        ` [PATCH v10.1 3/7] Documentation/bisect: revise overall content

[PATCH v7 0/5] git bisect old/new
 2015-06-26 20:18 UTC  (17+ messages)
` [PATCH v9 0/5] bisect terms
  ` [PATCH v9 1/5] bisect: correction of typo
  ` [PATCH v9 2/5] bisect: replace hardcoded "bad|good" by variables
  ` [PATCH v9 3/5] bisect: simplify the addition of new bisect terms
  ` [PATCH v9 4/5] bisect: add the terms old/new
  ` [PATCH v9 5/5] bisect: allow any terms set by user

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

[PATCH v8 0/5] Improving performance of git clean
 2015-06-26 18:09 UTC  (6+ messages)
` [PATCH v8 1/5] setup: add gentle version of read_gitfile

[PATCH] Add list-all-objects command
 2015-06-26 15:48 UTC  (4+ messages)
` [PATCH 7/7] cat-file: add --batch-all-objects option

[ANNOUNCE] Git v2.5.0-rc0
 2015-06-26 11:20 UTC  (3+ messages)

[PATCH 3/3] stash: require a clean index to apply
 2015-06-26  4:15 UTC  (14+ messages)
            ` [PATCH] Revert "stash: require a clean index to apply"

git submodule init --recursive?
 2015-06-26  1:08 UTC  (2+ messages)

[PATCH v2 1/6] refs.c: add err arguments to reflog functions
 2015-06-26  0:22 UTC  (14+ messages)
` [PATCH v2 2/6] cherry-pick: treat CHERRY_PICK_HEAD and REVERT_HEAD as refs
` [PATCH v2 3/6] bisect: use refs infrastructure for BISECT_START
` [PATCH v2 4/6] refs: add safe_create_reflog function
` [PATCH v2 5/6] git-reflog: add create and exists functions
` [PATCH v2 6/6] git-stash: use git-reflog instead of creating files

[PATCH 0/6] refs backend preamble
 2015-06-25 20:31 UTC  (8+ messages)
` [PATCH 3/6] bisect: use refs infrastructure for BISECT_START
` [PATCH 5/6] git-reflog: add create and exists functions

[ANNOUNCE] Git v2.4.5
 2015-06-25 20:19 UTC 

[PATCH v2] commit: add commit.signoff config option
 2015-06-25 18:56 UTC  (5+ messages)

What's cooking in git.git (Jun 2015, #06; Wed, 24)
 2015-06-25 18:14 UTC  (5+ messages)

[PATCH 0/3] localized date format
 2015-06-25 17:22 UTC  (5+ messages)
` [PATCH 2/3] convert "enum date_mode" into a struct
` [PATCH 3/3] introduce "format" date-mode


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