git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-10-26 01:38:50 to 2014-10-30 23:08:38 UTC [more...]

Anomaly with the new code - Re: git-svn performance
 2014-10-30 23:08 UTC  (14+ messages)
` differences between old clone and new "
  ` Regression and failure to clone/fetch with new code "

[PATCH 0/8] ref-transaction-send-pack
 2014-10-30 22:26 UTC  (14+ messages)
` [PATCH 1/8] receive-pack.c: add protocol support to negotiate atomic-push
` [PATCH 2/8] send-pack.c: add an --atomic-push command line argument
` [PATCH 3/8] receive-pack.c: use a single transaction when atomic-push is negotiated
` [PATCH 6/8] receive-pack.c: add a receive.preferatomicpush configuration variable

Is there way to set git commit --date to be older than 1970 ?
 2014-10-30 22:11 UTC  (9+ messages)

[RFC] Git.pm: stat the FD to ensure the file is really open
 2014-10-30 22:08 UTC 

[PATCH v2 0/3] gitk: save only changed configuration on exit
 2014-10-30 21:43 UTC  (6+ messages)
` [PATCH v2 1/3] gitk refactor: remove boilerplate for configuration variables
` [PATCH v2 2/3] gitk: write only changed "

[PATCH] use child_process_init() to initialize struct child_process variables
 2014-10-30 21:35 UTC  (9+ messages)
    ` [PATCH] bundle: split out a helper function to compute and write prerequisites

[PATCH 00/15] ref-transaction-rename
 2014-10-30 19:57 UTC  (11+ messages)
` [PATCH 05/15] refs.c: update rename_ref to use a transaction
` [PATCH 15/15] refs.c: add an err argument to pack_refs

[RFC/PATCH] bisect: clean flags after checking merge bases
 2014-10-30 19:19 UTC  (2+ messages)
` [PATCH] get_merge_bases(): always clean-up object flags

[PATCH] config: add show_err flag to git_config_parse_key()
 2014-10-30 18:25 UTC  (3+ messages)

[PATCH] config: add show_err flag to git_config_parse_key()
 2014-10-30 18:18 UTC 

Joining historical repository using grafts or replace
 2014-10-30 17:56 UTC  (5+ messages)

[PATCH 00/19] Untracked cache to speed up "git status"
 2014-10-30 16:19 UTC  (27+ messages)
` [PATCH 01/19] dir.c: optionally compute sha-1 of a .gitignore file
` [PATCH 02/19] untracked cache: record .gitignore information and dir hierarchy
` [PATCH 03/19] untracked cache: initial untracked cache validation
` [PATCH 04/19] untracked cache: invalidate dirs recursively if .gitignore changes
` [PATCH 05/19] untracked cache: make a wrapper around {open,read,close}dir()
` [PATCH 06/19] untracked cache: record/validate dir mtime and reuse cached output
` [PATCH 07/19] untracked cache: mark what dirs should be recursed/saved
` [PATCH 08/19] untracked cache: don't open non-existent .gitignore
` [PATCH 09/19] untracked cache: save to an index extension
` [PATCH 10/19] untracked cache: load from UNTR "
` [PATCH 11/19] untracked cache: invalidate at index addition or removal
` [PATCH 12/19] read-cache.c: split racy stat test to a separate function
` [PATCH 13/19] untracked cache: avoid racy timestamps
` [PATCH 14/19] untracked cache: print stats with $GIT_TRACE_UNTRACKED_STATS
` [PATCH 15/19] untracked cache: mark index dirty if untracked cache is updated
` [PATCH 16/19] status: enable untracked cache
` [PATCH 17/19] update-index: manually enable or disable "
` [PATCH 18/19] update-index: test the system before enabling "
` [PATCH 19/19] t7063: tests for "

[PATCH] dir.c: mark a file local function as static
 2014-10-30 16:01 UTC 

Git gc increase repository size
 2014-10-30 13:18 UTC 

"git foo_bar" prints two config errors
 2014-10-30 13:00 UTC 

(unknown),
 2014-10-30 12:23 UTC 

[PATCH] git-compat-util.h: implement a different ARRAY_SIZE macro for for safely deriving the size of array
 2014-10-30 10:56 UTC 

[PATCH 0/2] document signature formats
 2014-10-30 10:19 UTC  (5+ messages)
` [PATCH 1/2] Documentation/technical: "

[PATCH] git-svn: (cleanup) remove editor param passing
 2014-10-30  8:36 UTC 

[PATCH] git-svn: add space after "W:" prefix in warning
 2014-10-30  8:36 UTC 

Editing git changelog automatically
 2014-10-30  6:14 UTC  (6+ messages)

[PATCH] git-imap-send: use libcurl for implementation
 2014-10-29 20:56 UTC  (4+ messages)

Safe to interrupt »git gc --auto«?
 2014-10-29 20:50 UTC  (2+ messages)

Bug reporting method too hard to find
 2014-10-29 20:17 UTC  (2+ messages)

[ANNOUNCE] Git v2.1.3
 2014-10-29 20:12 UTC 

[PATCH] git-svn: prepare SVN::Ra config pieces once
 2014-10-29 19:55 UTC 

Documentation for "git log --all" incorrect
 2014-10-29 19:54 UTC  (2+ messages)

[PATCH] Git.pm: add specified name to tempfile template
 2014-10-29 19:50 UTC  (2+ messages)

[RFC/PATCH] cache-tree: avoid infinite loop on zero-entry tree
 2014-10-29 18:52 UTC  (3+ messages)

Problem with git when rebasing
 2014-10-29 13:48 UTC 

[PATCH] builtin/merge.c: drop a parameter that is never used
 2014-10-28 22:22 UTC  (15+ messages)
` [PATCH] merge & sequencer: unify codepaths that write "Conflicts:" hint
  ` [PATCH] merge & sequencer: turn "Conflicts:" hint into a comment
` [PATCH v2 0/4] Turning Conflicts: hint into comment
  ` [PATCH v2 1/4] builtin/merge.c: drop a parameter that is never used
  ` [PATCH v2 2/4] merge & sequencer: unify codepaths that write "Conflicts:" hint
  ` [PATCH v2 3/4] builtin/commit.c: extract ignore_non_trailer() helper function
  ` [PATCH v2 4/4] merge & sequencer: turn "Conflicts:" hint into a comment

What's cooking in git.git (Oct 2014, #07; Tue, 28)
 2014-10-28 22:13 UTC 

[PATCH 2/3] Makefile: Reorder linker flags in the git executable rule
 2014-10-28 22:12 UTC  (7+ messages)

[PATCH] api-run-command: add missing list item marker
 2014-10-28 22:09 UTC 

[PATCH] receive-pack: avoid minor leak in case start_async() fails
 2014-10-28 20:27 UTC 

[PATCH 00/15] ref-transactions-reflog
 2014-10-28 19:59 UTC  (12+ messages)
` [PATCH 01/15] refs.c make ref_transaction_create a wrapper to ref_transaction_update
` [PATCH 09/15] refs.c: only write reflog update if msg is non-NULL
` [PATCH 10/15] refs.c: allow multiple reflog updates during a single transaction

[PATCH] grep: fix match highlighting for combined patterns with context lines
 2014-10-28 18:19 UTC  (8+ messages)
  ` [PATCH][RFC] grep: add color.grep.matchcontext and color.grep.matchselected

[PATCH] Expand on impact of threads on memory consumption
 2014-10-28 16:57 UTC  (2+ messages)

difftool--helper: exit when reading a prompt answer fails
 2014-10-28  9:34 UTC  (9+ messages)
` [PATCH v3 1/2] t7800-difftool: use "test_must_fail grep" instead of "! grep"
  ` [PATCH v3 2/2] difftool: add support for --trust-exit-code

Anomaly with the new code - Re: git-svn performance
 2014-10-27 23:08 UTC 

life cycle documentation
 2014-10-27 23:02 UTC  (4+ messages)

[PATCH] git-fetch.txt: Update over git fetch example on using `+`
 2014-10-27 20:39 UTC 

Sources for 3.18-rc1 not uploaded
 2014-10-27 20:19 UTC  (10+ messages)

flatten-merge history
 2014-10-27 18:45 UTC  (7+ messages)

Anomaly with the new code - Re: git-svn performance
 2014-10-27 16:56 UTC  (3+ messages)

git documentation webpage is unavailable
 2014-10-27 16:10 UTC  (2+ messages)

git ls-files -o seems to ignore .gitignore
 2014-10-27  9:22 UTC  (4+ messages)

[PATCH 3/3] compat/bswap.h: Detect endianness from XL C compiler macros
 2014-10-27  5:12 UTC  (4+ messages)

[PATCH 0/2] Followup patches for Asciidoctor
 2014-10-27  5:07 UTC  (4+ messages)
` [PATCH 1/2] Documentation: refactor common operations into variables
` [PATCH 2/2] Documentation: remove Asciidoctor linkgit macro

[PATCH] git-svn: disable _rev_list memoization
 2014-10-27  1:40 UTC 

[PATCH 1/3] git-compat-util.h: Support variadic macros with the XL C compiler
 2014-10-26 17:33 UTC 

Bug in fetch-pack causing ever-growing http requests. (Was: git fetch (http) hanging/failing on one specific repository, http only)
 2014-10-26 15:42 UTC  (8+ messages)
` [PATCH] fetch-pack: don't resend known-common refs in find_common

Feature Proposal: Track all branches from a given remote
 2014-10-26 11:18 UTC  (4+ messages)

[PATCH] difftool: add support for --trust-exit-code
 2014-10-26  7:31 UTC  (3+ messages)
` [PATCH v2] "


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