git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2015-07-17 17:07:22 to 2015-07-19 20:07:09 UTC [more...]

[PATCH v2 00/16] Make the msvc-build scripts work again
 2015-07-19 20:08 UTC  (9+ messages)
` [PATCH v2 01/16] perl/Makefile: treat a missing PM.stamp as if empty
` [PATCH v2 02/16] .gitignore: improve MSVC ignore patterns
` [PATCH v2 03/16] .gitignore: ignore library directories created by MSVC VS2008 buildsystem
` [PATCH v2 04/16] (msvc-build) Vcproj.pm: remove duplicate GUID
` [PATCH v2 05/16] engine.pl: fix error message (lib->link)
` [PATCH v2 06/16] engine.pl: Properly accept quoted spaces in filenames
` [PATCH v2 07/16] engine.pl: Fix i18n -o option in msvc buildsystem generator
` [PATCH v2 08/16] engine.pl: ignore invalidcontinue.obj which is known to MSVC

[PATCH v3 0/9] Port tag.c to use ref-filter APIs
 2015-07-19 19:20 UTC  (11+ messages)
` [PATCH v3 1/9] ref-filter: add option to align atoms to the left
` [PATCH v3 2/9] ref-filter: add option to filter only tags
` [PATCH v3 3/9] ref-filter: support printing N lines from tag annotation
` [PATCH v3 4/9] ref-filter: add support to sort by version
` [PATCH v3 5/9] ref-filter: add option to match literal pattern
` [PATCH v3 6/9] tag.c: use 'ref-filter' data structures
` [PATCH v3 7/9] tag.c: use 'ref-filter' APIs
  ` [PATCH v3 8/9] tag.c: implement '--format' option
  ` [PATCH v3 9/9] tag.c: implement '--merged' and '--no-merged' options

Adapt some tests to work around broken Solaris tools
 2015-07-19 18:00 UTC  (4+ messages)
` [PATCH 1/3] Modify tr expressions so that xpg4/tr handles it on Solaris
` [PATCH 2/3] Fix sed usage in tests to work around broken xpg4/sed "
` [PATCH 3/3] "

[PATCH v6 00/45] Make git-am a builtin
 2015-07-19 16:10 UTC  (46+ messages)
` [PATCH v6 01/45] wrapper: implement xopen()
` [PATCH v6 02/45] wrapper: implement xfopen()
` [PATCH v6 03/45] builtin-am: implement skeletal builtin am
` [PATCH v6 04/45] builtin-am: implement patch queue mechanism
` [PATCH v6 05/45] builtin-am: split out mbox/maildir patches with git-mailsplit
` [PATCH v6 06/45] builtin-am: auto-detect mbox patches
` [PATCH v6 07/45] builtin-am: extract patch and commit info with git-mailinfo
` [PATCH v6 08/45] builtin-am: apply patch with git-apply
` [PATCH v6 09/45] builtin-am: implement committing applied patch
` [PATCH v6 10/45] builtin-am: refuse to apply patches if index is dirty
` [PATCH v6 11/45] builtin-am: implement --resolved/--continue
` [PATCH v6 12/45] builtin-am: don't parse mail when resuming
` [PATCH v6 13/45] builtin-am: implement --skip
` [PATCH v6 14/45] builtin-am: implement --abort
` [PATCH v6 15/45] builtin-am: reject patches when there's a session in progress
` [PATCH v6 16/45] builtin-am: implement -q/--quiet
` [PATCH v6 17/45] builtin-am: exit with user friendly message on failure
` [PATCH v6 18/45] builtin-am: implement -s/--signoff
` [PATCH v6 19/45] cache-tree: introduce write_index_as_tree()
` [PATCH v6 20/45] builtin-am: implement --3way, am.threeWay
` [PATCH v6 21/45] builtin-am: implement --rebasing mode
` [PATCH v6 22/45] builtin-am: bypass git-mailinfo when --rebasing
` [PATCH v6 23/45] builtin-am: handle stray state directory
` [PATCH v6 24/45] builtin-am: implement -u/--utf8
` [PATCH v6 25/45] builtin-am: implement -k/--keep, --keep-non-patch
` [PATCH v6 26/45] builtin-am: implement --[no-]message-id, am.messageid
` [PATCH v6 27/45] builtin-am: support --keep-cr, am.keepcr
` [PATCH v6 28/45] builtin-am: implement --[no-]scissors
` [PATCH v6 29/45] builtin-am: pass git-apply's options to git-apply
` [PATCH v6 30/45] builtin-am: implement --ignore-date
` [PATCH v6 31/45] builtin-am: implement --committer-date-is-author-date
` [PATCH v6 32/45] builtin-am: implement -S/--gpg-sign, commit.gpgsign
` [PATCH v6 33/45] builtin-am: invoke post-rewrite hook
` [PATCH v6 34/45] builtin-am: support automatic notes copying
` [PATCH v6 35/45] builtin-am: invoke applypatch-msg hook
` [PATCH v6 36/45] builtin-am: invoke pre-applypatch hook
` [PATCH v6 37/45] builtin-am: invoke post-applypatch hook
` [PATCH v6 38/45] builtin-am: rerere support
` [PATCH v6 39/45] builtin-am: support and auto-detect StGit patches
` [PATCH v6 40/45] builtin-am: support and auto-detect StGit series files
` [PATCH v6 41/45] builtin-am: support and auto-detect mercurial patches
` [PATCH v6 42/45] builtin-am: implement -i/--interactive
` [PATCH v6 43/45] builtin-am: implement legacy -b/--binary option
` [PATCH v6 44/45] builtin-am: check for valid committer ident
` [PATCH v6 45/45] builtin-am: remove redirection to git-am.sh

[PATCH v3 00/12] Improve git-am test coverage
 2015-07-19 15:49 UTC  (13+ messages)
` [PATCH v3 01/12] t4150: am.messageid really adds the message id
` [PATCH v3 02/12] t4150: am fails if index is dirty
` [PATCH v3 03/12] t4151: am --abort will keep dirty index intact
` [PATCH v3 04/12] t4150: am refuses patches when paused
` [PATCH v3 05/12] t4150: am --resolved fails if index has no changes
` [PATCH v3 06/12] t4150: am --resolved fails if index has unmerged entries
` [PATCH v3 07/12] t4150: am with applypatch-msg hook
` [PATCH v3 08/12] t4150: am with pre-applypatch hook
` [PATCH v3 09/12] t4150: am with post-applypatch hook
` [PATCH v3 10/12] t4150: tests for am --[no-]scissors
` [PATCH v3 11/12] t3418: non-interactive rebase --continue with rerere enabled
` [PATCH v3 12/12] t3901: test git-am encoding conversion

[PATCH] userdiff: add support for Fountain documents
 2015-07-19 12:31 UTC 

[PATCH] userdiff: add support for Fountain documents
 2015-07-19 12:30 UTC  (4+ messages)

[PATCH 1/2] bash prompt: test untracked files status indicator with untracked dirs
 2015-07-19 11:28 UTC  (2+ messages)
` [PATCH 2/2] bash prompt: faster untracked status indicator with untracked directories

Git tag: pre-receive hook issue
 2015-07-19 10:13 UTC  (9+ messages)

[PATCH 2/2] Fix sed usage in tests to work around broken xpg4/sed on Solaris
 2015-07-19  8:40 UTC  (5+ messages)

[PATCH 1/2] Modify tr expression so that xpg4/tr handles it on Solaris
 2015-07-19  3:45 UTC  (3+ messages)

[PATCH 0/6] Various tweaks to 'worktree'-related manpages
 2015-07-19  3:21 UTC  (14+ messages)
` [PATCH 1/6] worktree: consistently use term "linked working tree" in manpages
` [PATCH 2/6] worktree: remove references to "git checkout --to" from the manpage
` [PATCH 3/6] worktree: fix incorrect references to file "locked"
` [PATCH 4/6] worktree: the "locked" mechanism is already implemented
` [PATCH 5/6] config.txt: refer to "git worktree prune", not "prune --worktree"
` [PATCH 6/6] worktree: wordsmith worktree-related manpages

Reply Me For Details
 2015-07-18 20:27 UTC 

[PATCH] unpack-trees: don't update files flagged for deletion
 2015-07-18 21:20 UTC  (6+ messages)
  ` [PATCH v2] unpack-trees: don't update files with CE_WT_REMOVE set

[PATCH v2] Documentation/git: fix stale "MULTIPLE CHECKOUT MODE" reference
 2015-07-18 20:56 UTC  (6+ messages)

New flag (and trailer) for git-quiltimport.sh and git format-patch
 2015-07-18 20:04 UTC 

Release candidate of Git for Windows 2.x is out
 2015-07-18 18:48 UTC  (4+ messages)
` 3rd release candidate of Git for Windows 2.x, was "
  ` 4th release candidate of Git for Windows 2.x, was Re: 3rd release candidate of Git for Windows 2.x
    ` 5th release candidate of Git for Windows 2.x, was Re: 4th "

[PATCH v5 00/44] Make git-am a builtin
 2015-07-18 15:22 UTC  (6+ messages)
` [PATCH v5 12/44] builtin-am: implement --skip

[PATCH v2] gitk: Add a "Copy commit summary" command
 2015-07-18 12:45 UTC  (5+ messages)

[PATCH v4] gitk: Add a "Copy commit summary" command
 2015-07-18 11:15 UTC 

[PATCH v2 00/13] "rerere" minor clean-up
 2015-07-18  8:47 UTC  (23+ messages)
` [PATCH v3 00/18] "rerere" preparatory clean-up
  ` [PATCH v3 01/18] rerere: fix an off-by-one non-bug
  ` [PATCH v3 02/18] rerere: plug conflict ID leaks
  ` [PATCH v3 03/18] rerere: lift PATH_MAX limitation
  ` [PATCH v3 04/18] rerere: write out each record of MERGE_RR in one go
  ` [PATCH v3 05/18] rerere: report autoupdated paths only after actually updating them
  ` [PATCH v3 06/18] rerere: drop want_sp parameter from is_cmarker()
  ` [PATCH v3 07/18] rerere: stop looping unnecessarily
  ` [PATCH v3 08/18] rerere: explain the rerere I/O abstraction
  ` [PATCH v3 09/18] rerere: explain MERGE_RR management helpers
  ` [PATCH v3 10/18] rerere: explain the primary codepath
  ` [PATCH v3 11/18] rerere: explain "rerere forget" codepath
  ` [PATCH v3 12/18] rerere: explain the remainder
  ` [PATCH v3 13/18] rerere: refactor "replay" part of do_plain_rerere()
  ` [PATCH v3 14/18] rerere: further de-dent do_plain_rerere()
  ` [PATCH v3 15/18] rerere: further clarify do_rerere_one_path()
  ` [PATCH v3 16/18] rerere: call conflict-ids IDs
  ` [PATCH v3 17/18] rerere: use "struct rerere_id" instead of "char *" for conflict ID
  ` [PATCH v3 18/18] rerere: un-nest merge() further

[PATCH] Fix detection of uname failure
 2015-07-18  6:58 UTC  (8+ messages)
  ` [PATCH v2] "

INFO FOR YOU!!!!
 2015-07-17 23:41 UTC 

Re: How report an error in the Spanish traduction?
 2015-07-17 23:32 UTC 

[PATCH v3 00/22] rid git-checkout of too-intimate knowledge of new worktree
 2015-07-17 23:20 UTC  (24+ messages)
` [PATCH v3 01/22] checkout: avoid resolving HEAD unnecessarily
` [PATCH v3 02/22] checkout: name check_linked_checkouts() more meaningfully
` [PATCH v3 03/22] checkout: improve die_if_checked_out() robustness
` [PATCH v3 04/22] checkout: die_if_checked_out: simplify strbuf management
` [PATCH v3 05/22] checkout: generalize die_if_checked_out() branch name argument
` [PATCH v3 06/22] checkout: check_linked_checkout: improve "already checked out" aesthetic
` [PATCH v3 07/22] checkout: check_linked_checkout: simplify symref parsing
` [PATCH v3 08/22] checkout: teach check_linked_checkout() about symbolic link HEAD
` [PATCH v3 09/22] branch: publish die_if_checked_out()
` [PATCH v3 10/22] worktree: improve worktree setup message
` [PATCH v3 11/22] worktree: simplify new branch (-b/-B) option checking
` [PATCH v3 12/22] worktree: introduce options container
` [PATCH v3 13/22] worktree: make --detach mutually exclusive with -b/-B
` [PATCH v3 14/22] worktree: add: suppress auto-vivication with --detach and no <branch>
` [PATCH v3 15/22] worktree: make branch creation distinct from worktree population
` [PATCH v3 16/22] worktree: elucidate environment variables intended for child processes
` [PATCH v3 17/22] worktree: add_worktree: construct worktree-population command locally
` [PATCH v3 18/22] worktree: detect branch-name/detached and error conditions locally
` [PATCH v3 19/22] worktree: make setup of new HEAD distinct from worktree population
` [PATCH v3 20/22] worktree: avoid resolving HEAD unnecessarily
` [PATCH v3 21/22] worktree: populate via "git reset --hard" rather than "git checkout"
` [PATCH v3 22/22] checkout: drop intimate knowledge of newly created worktree

RFC/Pull request v2: Refs db backend
 2015-07-17 21:22 UTC 

[PATCH v3] gitk: Add a "Copy commit summary" command
 2015-07-17 20:59 UTC  (4+ messages)

[PATCH] branch: fix usage string for specific git-branch options
 2015-07-17 19:16 UTC  (2+ messages)

Problem with architecture git
 2015-07-17 18:06 UTC  (3+ messages)

Alternative download site for git-osx-installer?
 2015-07-17 17:58 UTC 

A few "linked checkout" niggles
 2015-07-17 17:07 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).