git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2015-02-08 08:58:01 to 2015-02-11 18:10:36 UTC [more...]

[PATCH 00/11] Allow reference values to be checked in a transaction
 2015-02-11 18:10 UTC  (33+ 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

Keep original author with git merge --squash?
 2015-02-11 17:21 UTC 

По вашему запросу высылаем
 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

Windows Bluescreen
 2015-02-11 12:33 UTC  (3+ messages)

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

[PATCH v2] merge-file: correctly open files when in a subdir
 2015-02-11  9:58 UTC  (3+ 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 

[PATCH 0/8] Fix some problems with reflog expiration
 2015-02-11  0:49 UTC  (21+ 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

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

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  (23+ messages)
` [PATCH 01/21] ls_colors.c: add $LS_COLORS parsing code
` [PATCH 02/21] ls_colors.c: parse color.ls.* from config file
` [PATCH 03/21] ls_colors.c: add a function to color a file name
` [PATCH 04/21] ls_colors.c: highlight submodules like directories
` [PATCH 05/21] ls-files: buffer full item in strbuf before printing
` [PATCH 06/21] ls-files: add --color to highlight file names
` [PATCH 07/21] ls-files: add --column
` [PATCH 08/21] ls-files: support --max-depth
` [PATCH 09/21] list-files: a user friendly version of ls-files and more
` [PATCH 10/21] list-files: make alias 'ls' default to 'list-files'
` [PATCH 11/21] list-files: -u does not imply showing stages
` [PATCH 12/21] list-files: add -R/--recursive short for --max-depth=-1
` [PATCH 13/21] list-files: add -1 short for --no-column
` [PATCH 14/21] list-files: add -t back
` [PATCH 15/21] list-files: sort output and remove duplicates
` [PATCH 16/21] list-files: do not show duplicate cached entries
` [PATCH 17/21] list-files: show directories as well as files
` [PATCH 18/21] list-files: add -F/--classify
` [PATCH 19/21] list-files -F: show submodules with the new indicator '&'
` [PATCH 20/21] list-files: -M aka diff-cached
` [PATCH 21/21] t3080: tests for git-list-files

[PATCH 00/24] nd/untracked-cache updates
 2015-02-09 22:26 UTC  (6+ messages)
` [PATCH 11/24] untracked cache: load from UNTR index extension
` [PATCH 22/24] mingw32: add uname()
` [PATCH 23/24] untracked cache: guard and disable on system changes
` [PATCH 24/24] git-status.txt: advertisement for untracked cache

[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  (7+ messages)
` [PATCH 1/3] config.c: new config namespace worktree.* stored in $GIT_DIR/config.worktree
` [PATCH 2/3] setup: add worktree.path to shadow core.worktree
` [PATCH 3/3] submodule: use worktree.path instead of core.worktree

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)

read() MAX_IO_SIZE bytes, more than SSIZE_MAX?
 2015-02-08 17:09 UTC  (9+ messages)


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