git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2015-08-03 13:56:36 to 2015-08-05 13:40:16 UTC [more...]

[PATCH v2] completion: Add '--edit-todo' to rebase
 2015-08-05 13:40 UTC  (2+ messages)
` [PATCH v3 1/1] completion: offer '--edit-todo' during interactive rebase

(unknown)
 2015-08-05 12:47 UTC 

[PATCH] clone: fix repo name when cloning a server's root
 2015-08-05 10:06 UTC  (22+ messages)
` [PATCH v2 0/6] "
  ` [PATCH v2 5/6] clone: fix hostname parsing when guessing dir
` [PATCH v3 0/6] fix repo name when cloning a server's root
  ` [PATCH v3 1/6] tests: fix broken && chains in t1509-root-worktree
  ` [PATCH v3 2/6] tests: fix cleanup after tests "
  ` [PATCH v3 3/6] clone: do not include authentication data in guessed dir
  ` [PATCH v3 4/6] clone: do not use port number as dir name
  ` [PATCH v3 5/6] clone: abort if no dir name could be guessed
  ` [PATCH v3 6/6] clone: add tests for cloning with empty path
` [PATCH v4 0/3] fix repo name when cloning a server's root
  ` [PATCH v4 1/3] clone: do not include authentication data in guessed dir
  ` [PATCH v4 2/3] clone: do not use port number as dir name
  ` [PATCH v4 3/3] clone: abort if no dir name could be guessed

[PATCH 1/2] tests: fix broken && chains in t1509-root-worktree
 2015-08-05  9:43 UTC  (2+ messages)
` [PATCH 2/2] tests: fix cleanup after tests "

[PATCH v2] clone: Simplify string handling in guess_dir_name()
 2015-08-05  9:09 UTC  (13+ messages)
` [PATCH v4] clone: simplify "
        ` [PATCH 0/2] fix clone guess_dir_name regression in v2.4.8
          ` [PATCH 1/2] clone: add tests for output directory
          ` [PATCH 2/2] clone: use computed length in guess_dir_name

[PATCH] git_open_noatime: return with errno=0 on success
 2015-08-05  8:59 UTC  (5+ messages)

[PATCH v2] send-email: provide whitelist of SMTP AUTH mechanisms
 2015-08-05  7:17 UTC  (3+ messages)

[PATCH] git-p4: fix faulty paths for case insensitive systems
 2015-08-05  5:36 UTC  (3+ messages)

[PATCH 1/4] submodule: implement `module_list` as a builtin helper
 2015-08-05  0:58 UTC  (4+ messages)
` [PATCH 2/4] submodule: implement `module_name` "

fetching from an hg remote fails with bare git repositories
 2015-08-04 23:03 UTC  (4+ messages)

[PATCH v4 0/2] path: implement common_dir handling in git_path_submodule()
 2015-08-04 22:05 UTC  (11+ messages)
` [PATCH v5 "
  ` [PATCH v5 1/2] submodule refactor: use git_path_submodule() in add_submodule_odb()
  ` [PATCH v5 2/2] path: implement common_dir handling in git_path_submodule()
  ` [PATCH v6 0/2] "
    ` [PATCH v6 1/2] submodule refactor: use git_path_submodule() in add_submodule_odb()
    ` [PATCH v6 2/2] path: implement common_dir handling in git_path_submodule()
    ` [PATCH v7 0/2] "
      ` [PATCH v7 1/2] submodule refactor: use git_path_submodule() in add_submodule_odb()
      ` [PATCH v7 2/2] path: implement common_dir handling in git_path_submodule()

[PATCH] am: let command-line options override saved options
 2015-08-04 21:12 UTC  (7+ messages)
` [PATCH v2 0/3] "
  ` [PATCH v2 1/3] test_terminal: redirect child process' stdin to a pty
  ` [PATCH v2 2/3] am: let command-line options override saved options
  ` [PATCH v2 3/3] am: let --signoff override --no-signoff

[PATCH 1/2] Documentation/git-worktree: fix duplicated 'from'
 2015-08-04 18:27 UTC  (4+ messages)
` [PATCH 2/2] Documentation/git-worktree: fix reference to 'locked' file

Pro Git - Missing Diagram Image
 2015-08-04 15:58 UTC 

[PATCH] add ls-remote --get-push-url option
 2015-08-04 14:56 UTC  (7+ messages)
` [PATCH v2] add git-url subcommand
` [PATCH v2] remote: add get-url subcommand
` [PATCH v3] "

[PATCH] git-am: add am.threeWay config variable
 2015-08-04 14:19 UTC 

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

[PATCH 0/10] Port branch.c to ref-filter
 2015-08-04 13:01 UTC  (11+ messages)
` [PATCH 01/10] ref-filter: add option to filter only branches
` [PATCH 02/10] branch: refactor width computation
` [PATCH 03/10] branch: bump get_head_description() to the top
` [PATCH 04/10] branch: roll show_detached HEAD into regular ref_list
` [PATCH 05/10] branch: move 'current' check down to the presentation layer
` [PATCH 06/10] branch: drop non-commit error reporting
` [PATCH 07/10] branch.c: use 'ref-filter' data structures
` [PATCH 08/10] branch.c: use 'ref-filter' APIs
` [PATCH 09/10] branch: add '--points-at' option

[PATCH v9 0/11] Port tag.c over to use ref-filter APIs
 2015-08-04 12:43 UTC  (12+ messages)
` [PATCH v9 01/11] ref-filter: print output to strbuf for formatting
  ` [PATCH v9 02/11] ref-filter: introduce ref_formatting_state
  ` [PATCH v9 03/11] ref-filter: implement an `align` atom
  ` [PATCH v9 04/11] ref-filter: add option to filter only tags
  ` [PATCH v9 05/11] ref-filter: support printing N lines from tag annotation
  ` [PATCH v9 06/11] ref-filter: add support to sort by version
  ` [PATCH v9 07/11] ref-filter: add option to match literal pattern
  ` [PATCH v9 08/11] tag.c: use 'ref-filter' data structures
  ` [PATCH v9 09/11] tag.c: use 'ref-filter' APIs
  ` [PATCH v9 10/11] tag.c: implement '--format' option
  ` [PATCH v9 11/11] tag.c: implement '--merged' and '--no-merged' options

git svn clone fails
 2015-08-04  8:20 UTC  (2+ messages)

[git-p4] import with labels fails when commit is not transferred
 2015-08-04  7:19 UTC  (3+ messages)

Question: .idx without .pack causes performance issues?
 2015-08-04  1:27 UTC  (7+ messages)

What's cooking in git.git (Aug 2015, #01; Mon, 3)
 2015-08-04  1:13 UTC  (5+ messages)

[PATCH v2 00/10] object_id part 2
 2015-08-03 23:45 UTC  (3+ messages)

[PATCH/RFC 0/2] bisect per-worktree
 2015-08-03 23:20 UTC  (10+ messages)

[PATCH v5 1/2] worktrees: add find_shared_symref
 2015-08-03 23:06 UTC  (3+ messages)
` [PATCH v5 2/2] notes: handle multiple worktrees

[RFC/PATCH 0/2] Submodules: refactoring the `module_list` function
 2015-08-03 22:58 UTC  (13+ messages)
` [RFC/PATCH 1/2] submodule: implement `module_list` as a builtin helper
      ` [PATCH] "
` [RFC/PATCH 2/2] Testing the new code

[PATCH] builtin/mv: Get rid of the last caller of get_pathspec
 2015-08-03 22:48 UTC  (2+ messages)

[PATCH] untracked-cache: fix subdirectory handling
 2015-08-03 22:37 UTC 

[ANNOUNCE] Git v2.4.8
 2015-08-03 22:22 UTC 

[PATCH v8 0/11] Port tag.c over to use ref-filter APIs
 2015-08-03 22:13 UTC  (20+ messages)
` [PATCH v8 01/11] ref-filter: print output to strbuf for formatting
` [PATCH v8 02/11] ref-filter: introduce ref_formatting_state
` [PATCH v8 03/11] ref-filter: implement an `align` atom
` [PATCH v8 04/11] ref-filter: add option to filter only tags
` [PATCH v8 05/11] ref-filter: support printing N lines from tag annotation
` [PATCH v8 06/11] ref-filter: add support to sort by version
` [PATCH v8 07/11] ref-filter: add option to match literal pattern
` [PATCH v8 08/11] tag.c: use 'ref-filter' data structures
` [PATCH v8 09/11] tag.c: use 'ref-filter' APIs
` [PATCH v8 10/11] tag.c: implement '--format' option
` [PATCH v8 11/11] tag.c: implement '--merged' and '--no-merged' options

Draft of Git Rev News edition 6
 2015-08-03 21:43 UTC  (5+ messages)

Windows 7 - long/short and upper/lower filename
 2015-08-03 21:18 UTC 

[PATCH v5 1/5] refs: introduce pseudoref and per-worktree ref concepts
 2015-08-03 20:44 UTC  (4+ messages)
` [PATCH v5 2/5] refs: add ref_type function

[PATCH v1] send-email: provide whitelist of SMTP AUTH mechanisms
 2015-08-03 19:53 UTC  (8+ messages)

[PATCH v4 1/2] worktrees: add find_shared_symref
 2015-08-03 18:46 UTC  (4+ messages)
` [PATCH v4 2/2] notes: handle multiple worktrees

"git pull --rebase" fails if pager.pull is true, after producing a colorized diff it cannot apply
 2015-08-03 15:21 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).