git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2015-02-08 16:21:40 to 2015-02-12 11:19:51 UTC [more...]

[PATCH v2 00/12] Allow reference values to be checked in a transaction
 2015-02-12 11:12 UTC  (10+ messages)
` [PATCH v2 01/12] refs: move REF_DELETING to refs.c
` [PATCH v2 02/12] refs: remove the gap in the REF_* constant values
` [PATCH v2 03/12] struct ref_update: move "have_old" into "flags"
` [PATCH v2 04/12] ref_transaction_update(): remove "have_old" parameter
` [PATCH v2 05/12] ref_transaction_delete(): "
` [PATCH v2 06/12] commit: add tests of commit races
` [PATCH v2 07/12] commit: avoid race when creating orphan commits
` [PATCH v2 10/12] ref_transaction_verify(): new function to check a reference's value
` [PATCH v2 12/12] refs.h: Remove duplication in function docstrings

[PATCH 1/3] transport-helper: emit progress and verbosity options after asking for capabilities
 2015-02-12 10:20 UTC  (4+ messages)
` [PATCH 2/3] transport-helper: emit check-connectivity, cloning, and update-shallow options for import
` [PATCH 3/3] transport-helper: fix typo in error message when --signed is not supported

Git GSoC 2015
 2015-02-12  9:34 UTC 

Windows Bluescreen
 2015-02-12  9:33 UTC  (4+ messages)

Keep original author with git merge --squash?
 2015-02-12  9:28 UTC  (2+ messages)

CTRL+Arrow keys don't work with Git Bash for Windows?
 2015-02-12  8:27 UTC  (2+ messages)

read() MAX_IO_SIZE bytes, more than SSIZE_MAX?
 2015-02-12  7:46 UTC 

Relative paths don't work in .gitignore as would be expected
 2015-02-12  6:28 UTC 

[PATCH 0/3] Win32: nanosecond-precision file times
 2015-02-11 23:53 UTC  (4+ messages)
` [PATCH 1/3] Win32: make FILETIME conversion functions public
` [PATCH 2/3] Win32: replace MSVCRT's fstat() with a Win32-based implementation
` [PATCH 3/3] Win32: implement nanosecond-precision file times

What's cooking in git.git (Feb 2015, #03; Wed, 11)
 2015-02-11 23:30 UTC 

[PATCH 0/8] Fix some problems with reflog expiration
 2015-02-11 23:25 UTC  (23+ messages)
` [PATCH 1/8] write_ref_sha1(): remove check for lock == NULL
` [PATCH 2/8] write_ref_sha1(): Move write elision test to callers
` [PATCH 3/8] lock_ref_sha1_basic(): do not set force_write for missing references
` [PATCH 4/8] reflog: fix documentation
` [PATCH 5/8] reflog: rearrange the manpage
` [PATCH 6/8] reflog_expire(): ignore --updateref for symbolic references
` [PATCH 7/8] reflog_expire(): never update a reference to null_sha1
` [PATCH 8/8] reflog_expire(): lock symbolic refs themselves, not their referent
` [PATCH] refs.c: get rid of force_write flag

read() MAX_IO_SIZE bytes, more than SSIZE_MAX?
 2015-02-11 23:15 UTC  (13+ messages)

[poll] does anybody depend on RelNotes being a symbolic link?
 2015-02-11 22:23 UTC 

Увеличьте доходы в бизнесе
 2015-02-11 21:37 UTC 

[PATCH 00/24] nd/untracked-cache updates
 2015-02-11 21:23 UTC  (5+ messages)
` [PATCH 01/24] dir.c: optionally compute sha-1 of a .gitignore file
` [PATCH 11/24] untracked cache: load from UNTR index extension

[PATCH v2] merge-file: correctly open files when in a subdir
 2015-02-11 21:20 UTC  (6+ messages)

https://docs.google.com/file/d/0B9nj3tAxC2ooc3lhQ2
 2015-02-11 18:56 UTC 

[PATCH 00/11] Allow reference values to be checked in a transaction
 2015-02-11 18:54 UTC  (35+ messages)
` [PATCH 01/11] refs: move REF_DELETING to refs.c
` [PATCH 02/11] refs: remove the gap in the REF_* constant values
` [PATCH 03/11] struct ref_update: move "have_old" into "flags"
` [PATCH 04/11] ref_transaction_update(): remove "have_old" parameter
` [PATCH 05/11] ref_transaction_delete(): "
` [PATCH 06/11] commit: add tests of commit races
` [PATCH 07/11] commit: avoid race when creating orphan commits
` [PATCH 08/11] ref_transaction_create(): check that new_sha1 is valid
` [PATCH 09/11] ref_transaction_delete(): check that old_sha1 is not null_sha1
` [PATCH 10/11] ref_transaction_verify(): new function to check a reference's value
` [PATCH 11/11] update_ref(): improve documentation

BUG: 'error: invalid key: pager.show_ref' on 'git show_ref'
 2015-02-11 18:47 UTC  (7+ messages)
      ` [PATCH] config: add show_err flag to git_config_parse_key()

По вашему запросу высылаем
 2015-02-11 16:18 UTC 

EOL handling (EGit/svn/Windows)
 2015-02-11 15:51 UTC  (6+ messages)

low memory system to clone larger repo
 2015-02-11 13:10 UTC  (12+ messages)
  ` [PATCH] index-pack: reduce memory footprint a bit

Gmail Message rejection
 2015-02-11 10:38 UTC  (5+ messages)

Announcing a new (prototype) git-remote-hg tool
 2015-02-11  9:32 UTC  (2+ messages)
` Announcing git-cinnabar 0.1.0 (Was: Announcing a new (prototype) git-remote-hg tool)

[PATCH] show-branch --upstream: add upstream branches to the list of branches to display
 2015-02-11  1:16 UTC 

Missing inversion in Makefile (ee9be06)
 2015-02-10 22:51 UTC  (4+ messages)
    ` [msysGit] "

[PATCH v3 0/4] "git apply" safety
 2015-02-10 22:36 UTC  (6+ messages)
` [PATCH v4 "
  ` [PATCH v4 1/4] apply: reject input that touches outside the working area
  ` [PATCH v4 2/4] apply: do not read from the filesystem under --index
  ` [PATCH v4 3/4] apply: do not read from beyond a symbolic link
  ` [PATCH v4 4/4] apply: do not touch a file "

[PATCH 1/3] trailer: add a trailer.trimEmpty config option
 2015-02-10 22:06 UTC  (6+ messages)

[PATCH] contrib/completion: suppress stderror in bash completion of git remotes
 2015-02-10 19:16 UTC  (8+ messages)
  ` [PATCH] contrib/completion: suppress stderror in bash
    ` [PATCH] contrib/completion: deprecate __git_remotes in bash completion

[PATCH] fast-import: avoid running end_packfile recursively
 2015-02-10 18:58 UTC  (3+ messages)

implement a stable 'Last updated' in Documentation
 2015-02-10 18:43 UTC  (8+ messages)

'git rebase' silently drops changes?
 2015-02-10 18:26 UTC  (7+ messages)

git-p4 is not cloning perforce code properly
 2015-02-10 15:27 UTC  (2+ messages)

[PATCH] git-gui: sort entries in tclIndex
 2015-02-10 15:18 UTC  (2+ messages)

Is there some way to suppress Cc email only to stable?
 2015-02-10  0:35 UTC  (11+ messages)

[PATCH] builtin/blame: destroy initialized commit_info only
 2015-02-09 23:42 UTC  (5+ messages)

[PATCH 00/21] nd/list-files updates
 2015-02-09 22:28 UTC  (3+ messages)
` [PATCH 17/21] list-files: show directories as well as files

[PATCH] gitk: Remove tcl-format flag from a message that shouldn't have it
 2015-02-09 21:55 UTC  (3+ messages)

git 2.2.2 annotate crash (strbuf.c:32)
 2015-02-09 20:50 UTC  (7+ messages)

[PATCH] Geolocation support
 2015-02-09 19:13 UTC  (8+ messages)

[PATCH] sha1_file.c: make sure open_sha1_file does not open a directory
 2015-02-09 18:48 UTC  (7+ messages)
    ` [PATCH 1/2] for_each_loose_file_in_objdir: take an optional strbuf path
    ` [PATCH 2/2] sha1_file: fix iterating loose alternate objects

How to rebase one branch of the merge commit?
 2015-02-09 11:38 UTC  (3+ messages)

[PATCH] merge-file: correctly open files when in a subdir
 2015-02-09 10:06 UTC  (2+ messages)

Как договаривались
 2015-02-09  9:40 UTC 

[PATCH/RFD 0/3] worktree.* config keys and submodule and multiple worktrees
 2015-02-09  9:35 UTC  (4+ messages)

Microsoft
 2015-02-09  8:48 UTC 

Высококачественный кофе от швейцарского производителя
 2015-02-08 16:15 UTC 

Fwd: segmentation fault 11
 2015-02-09  1:36 UTC  (2+ messages)

[PATCH] config: do not ungetc EOF
 2015-02-08 21:22 UTC  (6+ 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).