git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2015-05-09 08:20:38 to 2015-05-12 21:53:42 UTC [more...]

[PATCH v2 0/8] Fix atomicity and avoid fd exhaustion in ref transactions
 2015-05-12 21:53 UTC  (16+ messages)
` [PATCH v2 1/8] update-ref: test handling large transactions properly
` [PATCH v2 2/8] t7004: rename ULIMIT test prerequisite to ULIMIT_STACK_SIZE
` [PATCH v2 3/8] write_ref_to_lockfile(): new function, extracted from write_ref_sha1()
` [PATCH v2 4/8] commit_ref_update(): "
` [PATCH v2 5/8] rename_ref(): inline calls to write_ref_sha1() from this function
` [PATCH v2 6/8] ref_transaction_commit(): inline call to write_ref_sha1()
` [PATCH v2 7/8] ref_transaction_commit(): remove the local flags variable
` [PATCH v2 8/8] ref_transaction_commit(): fix atomicity and avoid fd exhaustion

[PATCH v5 0/3] cat-file --follow-symlinks
 2015-05-12 21:53 UTC  (16+ messages)
` [PATCH v5 1/3] tree-walk: learn get_tree_entry_follow_symlinks
` [PATCH v5 2/3] sha1_name: get_sha1_with_context learns to follow symlinks
` [PATCH v5 3/3] cat-file: add --follow-symlinks to --batch

"not in cache" error from `git ls-files -m | git checkout-index -f --stdin` ?
 2015-05-12 21:47 UTC 

[PATCH v2] upload-pack: Optionally allow fetching reachable sha1
 2015-05-12 21:39 UTC  (9+ messages)
` [PATCH 1/3] config.txt: Clarify allowTipSHA1InWant with camelCase
  ` [PATCH 2/3] upload-pack: Prepare to extend allow-tip-sha1-in-want
  ` [PATCH 3/3] upload-pack: Optionally allow fetching reachable sha1

[PATCH v2 00/18] Improve handling of D/F conflicts
 2015-05-12 21:21 UTC  (29+ messages)
` [PATCH v2 01/18] t1404: new tests of ref D/F conflicts within transactions
` [PATCH v2 02/18] is_refname_available(): revamp the comments
` [PATCH v2 03/18] is_refname_available(): avoid shadowing "dir" variable
` [PATCH v2 04/18] is_refname_available(): convert local variable "dirname" to strbuf
` [PATCH v2 05/18] entry_matches(): inline function
` [PATCH v2 06/18] report_refname_conflict(): "
` [PATCH v2 07/18] struct nonmatching_ref_data: store a refname instead of a ref_entry
` [PATCH v2 08/18] is_refname_available(): use dirname in first loop
` [PATCH v2 09/18] ref_transaction_commit(): use a string_list for detecting duplicates
` [PATCH v2 10/18] refs: check for D/F conflicts among refs created in a transaction
` [PATCH v2 11/18] verify_refname_available(): rename function
` [PATCH v2 12/18] verify_refname_available(): report errors via a "struct strbuf *err"
` [PATCH v2 13/18] lock_ref_sha1_basic(): "
` [PATCH v2 14/18] lock_ref_sha1_basic(): improve diagnostics for ref D/F conflicts
` [PATCH v2 15/18] rename_ref(): integrate lock_ref_sha1_basic() errors into ours
` [PATCH v2 16/18] ref_transaction_commit(): provide better error messages
` [PATCH v2 17/18] ref_transaction_commit(): delete extra "the" from error message
` [PATCH v2 18/18] reflog_expire(): integrate lock_ref_sha1_basic() errors into ours

[PATCH] bisect: print abbrev sha1 for first bad commit
 2015-05-12 20:58 UTC  (15+ messages)

git p4 clone - HEAD + partial history
 2015-05-12 20:23 UTC  (3+ messages)

git-pull --tags with no merge candidates case gives confusing error message
 2015-05-12 19:52 UTC  (3+ messages)

automatic git installation
 2015-05-12 19:30 UTC  (3+ messages)

(unknown),
 2015-05-12 12:38 UTC 

[PATCH] doc: fix unmatched code fences
 2015-05-12 18:45 UTC  (2+ messages)

[PATCH v6 0/3]
 2015-05-12 17:45 UTC  (4+ messages)
` [PATCH v6 1/3] tree-walk: learn get_tree_entry_follow_symlinks
` [PATCH v6 2/3] sha1_name: get_sha1_with_context learns to follow symlinks
` [PATCH v6 3/3] cat-file: add --follow-symlinks to --batch

[PATCH] mergetools: add winmerge as a builtin tool
 2015-05-12 15:03 UTC  (2+ messages)

[PATCH v2 00/12] Improve git-pull test coverage
 2015-05-12 13:43 UTC  (9+ messages)
` [PATCH v2 02/12] t5520: test for failure if index has unresolved entries
` [PATCH v2 09/12] t7406: use "git pull" instead of "git pull --rebase"

'Minimal' diff-algorithm producing a different result than 'myers', 'patience' and 'histogram' ones
 2015-05-12 13:07 UTC 

resume downloads
 2015-05-12  9:54 UTC  (3+ messages)

[PATCH v6 0/7] Improving performance of git clean
 2015-05-12  6:46 UTC  (9+ messages)
` [PATCH v6 1/7] setup: add gentle version of is_git_directory
` [PATCH v6 2/7] setup: add gentle version of read_gitfile
` [PATCH v6 3/7] setup: sanity check file size in read_gitfile_gently
` [PATCH v6 4/7] t7300: add tests to document behavior of clean and nested git
` [PATCH v6 5/7] p7300: add performance tests for clean
` [PATCH v6 6/7] clean: improve performance when removing lots of directories
` [PATCH v6 7/7] RFC: Change error handling scheme in read_gitfile_gently

Bug: version 2.4 seems to have broken `git clone --progress`
 2015-05-12  4:30 UTC  (8+ messages)
      ` [PATCH] clone: call transport_set_verbosity before anything else on the newly created transport

What's cooking in git.git (May 2015, #04; Mon, 11)
 2015-05-12  2:13 UTC  (2+ messages)

[PATCH] bisect: improve output when bad commit is found
 2015-05-12  2:10 UTC  (5+ messages)

[ANNOUNCE] Git v2.3.8
 2015-05-11 22:46 UTC 

(unknown),
 2015-05-11 22:39 UTC  (8+ messages)
` [PATCH v4 1/3] tree-walk: learn get_tree_entry_follow_symlinks
` [PATCH v4 2/3] sha1_name: get_sha1_with_context learns to follow symlinks
` [PATCH v4 3/3] cat-file: add --follow-symlinks to --batch

What happened to having to recover from upstream rebase?
 2015-05-11 19:50 UTC 

Git training and the Georgian Innovations and Technology Agency
 2015-05-11 19:32 UTC 

[PATCH v2] gitk: Remove mc parameter from proc show_error
 2015-05-11 19:26 UTC 

Remote End Hung Up Error
 2015-05-11 18:14 UTC 

[PATCH 0/2] Retry attempts to acquire the packed-refs lock
 2015-05-11 18:04 UTC  (16+ messages)
` [PATCH 1/2] lockfile: allow file locking to be retried with a timeout
` [PATCH 2/2] lock_packed_refs(): allow retries when acquiring the packed-refs lock

[PATCH v3 1/3] tree-walk: learn get_tree_entry_follow_symlinks
 2015-05-11 17:45 UTC  (8+ messages)
` [PATCH v3 2/3] sha1_name: get_sha1_with_context learns to follow symlinks
` [PATCH v3 3/3] cat-file: add --follow-symlinks to --batch

Multiple push remotes via aliases
 2015-05-11 14:17 UTC  (4+ messages)

bundler service
 2015-05-11 12:37 UTC 

[PATCH 0/3] Make httpd tests run
 2015-05-11 11:54 UTC  (6+ messages)
` [PATCHv2 0/4] Make httpd tests run v2
  ` [PATCHv2 1/4] t/lib-httpd: load mod_unixd
  ` [PATCHv2 2/4] t/lib-git-svn: check same httpd module dirs as lib-httpd
  ` [PATCH 3/4] t/t91*: do not say how to avoid the tests
  ` [PATCHv2 4/4 (was 3/3, still WIP)] t/lib-git-svn: adjust config to apache 2.4 WIP

[PATCH v2 0/2] Retry attempts to acquire the packed-refs lock
 2015-05-11 10:35 UTC  (3+ messages)
` [PATCH v2 1/2] lockfile: allow file locking to be retried with a timeout
` [PATCH v2 2/2] lock_packed_refs(): allow retries when acquiring the packed-refs lock

[PATCH v5 0/6] git help: group common commands by theme
 2015-05-11  6:59 UTC  (14+ messages)
` [PATCH v5 1/6] generate-cmdlist: parse common group commands
` [PATCH v5 2/6] help.c: output the typical Git workflow
` [PATCH v5 3/6] command-list.txt: group common commands by theme
` [PATCH v5 4/6] Makefile: update to new command-list.txt format
` [PATCH v5 5/6] new-command.txt: mention the common command groups
` [PATCH v5 6/6] cmd-list.perl: ignore all lines until [commands]

git difftool and proper path escaping on windows
 2015-05-10 21:09 UTC  (3+ messages)

[PATCH] sequencer.c: abbreviate hashs placed in the middle of messages
 2015-05-10 19:36 UTC  (10+ messages)

[PATCH 1/2] completion: add a helper function to get config variables
 2015-05-10 13:16 UTC  (3+ messages)
` [PATCH 2/2] completion: simplify query for "

Draft of Git Rev News edition 3
 2015-05-10 11:14 UTC 

[PATCH] l10n: de.po: change error message from "sagen" to "Meinten Sie"
 2015-05-10  8:02 UTC  (2+ messages)

Request: refuse to commit .gitattributes unless the change also commits correct line endings
 2015-05-10  0:57 UTC 

[PATCH v2 1/3] tree-walk: learn get_tree_entry_follow_symlinks
 2015-05-09 20:34 UTC  (6+ messages)
` [PATCH v2 2/3] sha1_name: get_sha1_with_context learns to follow symlinks

t0005-signals.sh fails with ksh
 2015-05-09 20:01 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).