git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-08-06 21:39:00 to 2015-08-10 19:08:36 UTC [more...]

[PATCH] config.mak.uname: Cygwin: Use renames for creation
 2015-08-10 19:08 UTC  (7+ messages)

git blame breaking on repository with CRLF files
 2015-08-10 18:48 UTC  (5+ messages)

resolving a (possibly remote) branch HEAD to a hash
 2015-08-10 18:41 UTC  (4+ messages)

Error when cloning with weird local directory
 2015-08-10 18:16 UTC  (6+ messages)

[PATCH] clone: fix repo name when cloning a server's root
 2015-08-10 18:07 UTC  (16+ messages)
` [PATCH v4 0/3] "
  ` [PATCH v4 1/3] clone: do not include authentication data in guessed dir
` [PATCH v5 0/5] Improve guessing of repository names
  ` [PATCH v5 1/5] clone: add tests for output directory
  ` [PATCH v5 2/5] clone: use computed length in guess_dir_name
  ` [PATCH v5 3/5] clone: do not include authentication data in guessed dir
  ` [PATCH v5 4/5] clone: do not use port number as dir name
  ` [PATCH v5 5/5] clone: abort if no dir name could be guessed

[PATCH v6 1/2] worktrees: add find_shared_symref
 2015-08-10 17:52 UTC  (2+ messages)
` [PATCH v6 2/2] notes: handle multiple worktrees

[PATCH v6] notes: handle multiple worktrees
 2015-08-10 17:48 UTC  (2+ messages)

[PATCH 0/17] removing questionable uses of git_path
 2015-08-10 17:47 UTC  (25+ messages)
` [PATCH 01/17] cache.h: clarify documentation for git_path, et al
` [PATCH 02/17] cache.h: complete set of git_path_submodule helpers
` [PATCH 03/17] t5700: modernize style
` [PATCH 04/17] add_to_alternates_file: don't add duplicate entries
` [PATCH 05/17] remove hold_lock_file_for_append
` [PATCH 06/17] prefer git_pathdup to git_path in some possibly-dangerous cases
` [PATCH 07/17] prefer mkpathdup to mkpath in assignments
` [PATCH 08/17] remote.c: drop extraneous local variable from migrate_file
` [PATCH 09/17] refs.c: remove extra git_path calls from read_loose_refs
` [PATCH 10/17] path.c: drop git_path_submodule
` [PATCH 11/17] refs.c: simplify strbufs in reflog setup and writing
` [PATCH 12/17] refs.c: avoid repeated git_path calls in rename_tmp_log
` [PATCH 13/17] refs.c: avoid git_path assignment in lock_ref_sha1_basic
` [PATCH 14/17] refs.c: remove_empty_directories can take a strbuf
` [PATCH 15/17] find_hook: keep our own static buffer
` [PATCH 16/17] get_repo_path: refactor path-allocation
` [PATCH 17/17] memoize common git-path "constant" files

[PATCH] sha1_file.c: rename move_temp_to_file() to finalize_temp_file()
 2015-08-10 17:32 UTC  (3+ messages)

"git pull --rebase" fails if pager.pull is true, after producing a colorized diff it cannot apply
 2015-08-10 17:24 UTC  (7+ messages)
    ` [PATCH 1/2] pager_in_use: use git_env_bool
    ` [PATCH 2/2] pager_in_use: make sure output is still going to pager

[PATCHv3 0/2] 'git config --names-only' to help the completion script
 2015-08-10 17:18 UTC  (6+ messages)
` [PATCHv3 1/2] config: add '--names-only' option to list only variable names
` [PATCHv3 2/2] completion: list variable names reliably with 'git config --names-only'

File Hash for Windows executable
 2015-08-10 17:15 UTC  (3+ messages)

[PATCH 2/4] submodule: implement `module_name` as a builtin helper
 2015-08-10 17:03 UTC  (19+ messages)
` [PATCH] "

Feature: git stash pop --always-drop
 2015-08-10 15:16 UTC  (9+ messages)

Bug report Windows 10
 2015-08-10 13:05 UTC  (3+ messages)

Error pushing new branch: value too great for base (error token is
 2015-08-10  9:54 UTC  (3+ messages)

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

[PATCH v2 00/16] Introduce a tempfile module
 2015-08-10  9:47 UTC  (17+ messages)
` [PATCH v2 01/16] Move lockfile documentation to lockfile.h and lockfile.c
` [PATCH v2 02/16] create_bundle(): duplicate file descriptor to avoid closing it twice
` [PATCH v2 03/16] lockfile: add accessors get_lock_file_fd() and get_lock_file_fp()
` [PATCH v2 04/16] lockfile: add accessor get_lock_file_path()
` [PATCH v2 05/16] commit_lock_file(): use get_locked_file_path()
` [PATCH v2 06/16] tempfile: a new module for handling temporary files
` [PATCH v2 07/16] prepare_tempfile_object(): new function, extracted from create_tempfile()
` [PATCH v2 08/16] tempfile: add several functions for creating temporary files
` [PATCH v2 09/16] register_tempfile(): new function to handle an existing temporary file
` [PATCH v2 10/16] write_shared_index(): use tempfile module
` [PATCH v2 11/16] setup_temporary_shallow(): "
` [PATCH v2 12/16] diff: "
` [PATCH v2 13/16] lock_repo_for_gc(): compute the path to "gc.pid" only once
` [PATCH v2 14/16] gc: use tempfile module to handle gc.pid file
` [PATCH v2 15/16] credential-cache--daemon: delete socket from main()
` [PATCH v2 16/16] credential-cache--daemon: use tempfile module

[PATCH 00/14] Introduce a tempfile module
 2015-08-10  3:40 UTC  (7+ messages)
` [PATCH 06/14] tempfile: add several functions for creating temporary files
` [PATCH 07/14] register_tempfile(): new function to handle an existing temporary file

Fetch and refs/remotes/<refname>/HEAD
 2015-08-09 23:23 UTC  (2+ messages)

An option to sign the push by default
 2015-08-09 16:57 UTC 

[PATCH v10 00/13] port tag.c to use ref-filter APIs
 2015-08-09 14:32 UTC  (15+ messages)
` [PATCH v10 01/13] ref-filter: move `struct atom_value` to ref-filter.c
` [PATCH v10 02/13] ref-filter: print output to strbuf for formatting
` [PATCH v10 03/13] ref-filter: introduce ref_formatting_state
` [PATCH v10 04/13] utf8: add function to align a string into given strbuf
` [PATCH v10 05/13] ref-filter: implement an `align` atom
` [PATCH v10 06/13] ref-filter: add option to filter only tags
` [PATCH v10 07/13] ref-filter: support printing N lines from tag annotation
` [PATCH v10 08/13] ref-filter: add support to sort by version
` [PATCH v10 09/13] ref-filter: add option to match literal pattern
` [PATCH v10 10/13] tag.c: use 'ref-filter' data structures
` [PATCH v10 11/13] tag.c: use 'ref-filter' APIs
` [PATCH v10 12/13] tag.c: implement '--format' option
` [PATCH v10 13/13] tag.c: implement '--merged' and '--no-merged' options

[PATCH v9 03/11] ref-filter: implement an `align` atom
 2015-08-09 12:54 UTC  (13+ messages)

[PATCH v2] worktree: list operation
 2015-08-09  7:45 UTC  (4+ messages)

[PATCH v5 1/2] worktrees: add find_shared_symref
 2015-08-09  2:56 UTC  (3+ messages)

[PATCH] worktree: list operation
 2015-08-09  0:12 UTC  (3+ messages)

wishlist: make it possible to amend commit messages after push to remote
 2015-08-08  9:24 UTC  (9+ messages)

[gitk] display error for angle brackets in diff
 2015-08-08  5:33 UTC 

Question: .idx without .pack causes performance issues?
 2015-08-07 22:27 UTC  (9+ messages)

[PATCH 1/4] submodule: implement `module_list` as a builtin helper
 2015-08-07 19:53 UTC  (2+ messages)

What's cooking in git.git
 2015-08-07 18:47 UTC  (6+ messages)

feature request: better support for typos
 2015-08-07 18:12 UTC 

[PATCH v9 0/11] Port tag.c over to use ref-filter APIs
 2015-08-07 17:50 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 v2] untracked-cache: fix subdirectory handling
 2015-08-07 17:17 UTC 

[PATCH 0/10] Port branch.c to ref-filter
 2015-08-07 15:22 UTC  (4+ messages)

Windows 7 - long/short and upper/lower filename
 2015-08-07 14:03 UTC  (2+ messages)

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

[PATCH] git-am: add am.threeWay config variable
 2015-08-07  9:18 UTC  (2+ messages)

Inconsistent results obtained regarding how git decides what commits modifies a given path
 2015-08-07  8:44 UTC  (2+ messages)

Draft of Git Rev News edition 6
 2015-08-07  0:03 UTC  (6+ messages)

[PATCH v3 0/4] notes: add support for notes.merge option
 2015-08-06 22:37 UTC  (3+ messages)
` [PATCH v3 3/4] notes: add notes.merge option to select default strategy


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 NNTP newsgroup(s).