git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2015-07-16 05:24:57 to 2015-07-19 08:41:10 UTC [more...]

Git tag: pre-receive hook issue
 2015-07-19  8:38 UTC  (8+ messages)

[PATCH 2/2] Fix sed usage in tests to work around broken xpg4/sed on Solaris
 2015-07-19  7:37 UTC  (4+ 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

[PATCH v3 0/9] Port tag.c to use ref-filter APIs
 2015-07-18 22:00 UTC  (10+ 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

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  (7+ 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  (9+ 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

[PATCH] userdiff: add support for Fountain documents
 2015-07-17 22:43 UTC  (3+ messages)

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  (11+ messages)

MESSAGE
 2015-07-17 16:13 UTC 

[PATCH] userdiff: add support for Fountain documents
 2015-07-17 16:20 UTC  (4+ messages)

[PATCH] fetch: add configuration for making --all default
 2015-07-17 16:14 UTC  (4+ messages)
  ` [PATCH v2] "

git clone --recursive and URL overrides
 2015-07-17  8:48 UTC 

GNU diff and git diff - difference on myers algorithm?
 2015-07-17  4:23 UTC  (6+ messages)

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

[PATCH] Documentation: Alternate name for docbook2x-texi binary
 2015-07-17  0:43 UTC 

[PATCH v2] Documentation/git-worktree: fix stale "git checkout --to" references
 2015-07-16 23:26 UTC  (3+ messages)

Bug: send-pack does not respect http.signingkey
 2015-07-16 22:08 UTC  (7+ messages)

[PATCH] Documentation/git-worktree: fix stale "git checkout --to" references
 2015-07-16 22:02 UTC 

[PATCH] support bash completion for add-on commands
 2015-07-16 17:22 UTC 

git on vagrant shared folder
 2015-07-16 16:41 UTC  (5+ messages)

Building git 2.4.5 on AIX 6.1 problems
 2015-07-16 14:49 UTC  (9+ 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).