git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2015-07-14 15:56:10 to 2015-07-18 15:23:31 UTC [more...]

[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] unpack-trees: don't update files flagged for deletion
 2015-07-18  8:37 UTC  (5+ 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  7:57 UTC  (6+ messages)

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

Git tag: pre-receive hook issue
 2015-07-18  4:00 UTC  (3+ messages)

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)

git send-email Connection Closed
 2015-07-16  2:43 UTC  (3+ messages)

[PATCH] gitk: Add a "Copy commit summary" command
 2015-07-16  0:59 UTC  (5+ messages)

A note from the maintainer
 2015-07-15 21:43 UTC 

[ANNOUNCE] Git v2.4.6
 2015-07-15 21:43 UTC 

[PATCH v2 0/9] icase match on non-ascii
 2015-07-15 19:51 UTC  (5+ messages)
` [PATCH v3 "

git log fails to show all changes for a file
 2015-07-15 19:22 UTC  (13+ messages)

[PATCH v7 1/8] refs.c: add err arguments to reflog functions
 2015-07-15 18:04 UTC  (14+ messages)
` [PATCH v7 2/8] cherry-pick: treat CHERRY_PICK_HEAD and REVERT_HEAD as refs

workdirs: cannot clone a local workdir directory
 2015-07-15 13:25 UTC  (2+ messages)

AW: "unable to remap" error with git svn after upgrade to Win10
 2015-07-15 10:50 UTC  (4+ messages)
  ` AW: "

[PATCH 00/16] worktree: use "git reset --hard" to populate worktree
 2015-07-15  9:59 UTC  (6+ messages)

[PATCH 00/17] Make the msvc-build scripts work again
 2015-07-14 22:42 UTC  (7+ messages)
` [PATCH 04/17] Makefile: a dry-run can error out if no perl. Document the issue

[PATCH] l10n: de.po: translate 9 new messages
 2015-07-14 21:06 UTC  (2+ messages)

Issues with git diff-tree --quiet --ignore-space-change
 2015-07-14 21:03 UTC 


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