git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2015-05-08 17:31:40 to 2015-05-11 22:46:51 UTC [more...]

What's cooking in git.git (May 2015, #04; Mon, 11)
 2015-05-11 22:46 UTC 

[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

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

Bug: version 2.4 seems to have broken `git clone --progress`
 2015-05-11 21:06 UTC  (2+ messages)

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

[PATCH v2 00/18] Improve handling of D/F conflicts
 2015-05-11 19:37 UTC  (23+ 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

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 

[PATCH] bisect: print abbrev sha1 for first bad commit
 2015-05-11 18:28 UTC  (11+ messages)

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

[PATCH v2 0/8] Fix atomicity and avoid fd exhaustion in ref transactions
 2015-05-11 17:32 UTC  (14+ 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

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]

resume downloads
 2015-05-10 22:19 UTC  (2+ messages)

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

[PATCH v6 0/7] Improving performance of git clean
 2015-05-10 20:00 UTC  (8+ 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

[PATCH] sequencer.c: abbreviate hashs placed in the middle of messages
 2015-05-10 19:36 UTC  (13+ 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 v2 00/12] Improve git-pull test coverage
 2015-05-10  8:19 UTC  (18+ messages)
` [PATCH v2 09/12] t7406: use "git pull" instead of "git pull --rebase"
` [PATCH v2 10/12] t5520: failing test for pull --all with no configured upstream
` [PATCH v2 11/12] t5524: test --log=1 limits shortlog length

[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  (8+ messages)
` [PATCH v2 2/3] sha1_name: get_sha1_with_context learns to follow symlinks
` [PATCH v2 3/3] cat-file: add --follow-symlinks to --batch

t0005-signals.sh fails with ksh
 2015-05-09 20:01 UTC  (11+ messages)

t0025 weird behaviour on NonStop ksh/bash
 2015-05-09  3:11 UTC  (3+ messages)

t0025 weird behaviour on NonStop ksh/bash
 2015-05-09  2:46 UTC 

[PATCH v2 0/9] address packed-refs speed regressions
 2015-05-09  1:09 UTC  (6+ messages)
` [PATCH 7/9] strbuf_getwholeline: use getdelim if it is available

What's cooking in git.git (May 2015, #03; Fri, 8)
 2015-05-08 22:26 UTC 

Please consider extending .gitignore to support setting of a file size limit
 2015-05-08 22:13 UTC  (6+ messages)

[PATCH 1/3] tree-walk: learn get_tree_enty_follow_symlinks
 2015-05-08 21:31 UTC  (15+ messages)
` [PATCH 2/3] sha1_name: get_sha1_with_context learns to follow symlinks
` [PATCH 3/3] cat-file: add --follow-symlinks to --batch

[PATCH 0/3] git help: group common commands by theme
 2015-05-08 21:20 UTC  (23+ messages)
` [PATCH 1/3] command-list.txt: "
` [PATCH 2/3] generate-cmdlist.sh: parse common group commands
` [PATCH 3/3] git help: group common commands by theme

[PATCH] command-list.txt: fix whitespace inconsistency
 2015-05-08 19:37 UTC  (2+ messages)

[PATCH] contrib/subtree: fix linefeeds trimming for cmd_split()
 2015-05-08 18:55 UTC  (6+ messages)
` [PATCH] contrib/subtree: portability fix for string printing


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