messages from 2014-10-27 17:32:28 to 2014-11-03 18:10:07 UTC [more...]
[PATCH 00/19] Untracked cache to speed up "git status"
2014-11-03 18:09 UTC (15+ 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 06/19] untracked cache: record/validate dir mtime and reuse cached output
` [PATCH 18/19] update-index: test the system before enabling untracked cache
[PATCH v2 00/15] ref-transactions-reflog
2014-11-03 16:55 UTC (16+ messages)
` [PATCH v2 01/15] refs.c make ref_transaction_create a wrapper to ref_transaction_update
` [PATCH v2 02/15] refs.c: make ref_transaction_delete a wrapper for ref_transaction_update
` [PATCH v2 03/15] refs.c: rename the transaction functions
` [PATCH v2 04/15] refs.c: add a new update_type field to ref_update
` [PATCH v2 05/15] refs.c: add a function to append a reflog entry to a fd
` [PATCH v2 06/15] copy.c: make copy_fd preserve meaningful errno
` [PATCH v2 07/15] refs.c: add a transaction function to append a reflog entry
` [PATCH v2 08/15] refs.c: add a flag to allow reflog updates to truncate the log
` [PATCH v2 09/15] refs.c: only write reflog update if msg is non-NULL
` [PATCH v2 10/15] refs.c: allow multiple reflog updates during a single transaction
` [PATCH v2 11/15] reflog.c: use a reflog transaction when writing during expire
` [PATCH v2 12/15] refs.c: rename log_ref_setup to create_reflog
` [PATCH v2 13/15] refs.c: make unlock_ref/close_ref/commit_ref static
` [PATCH v2 14/15] refs.c: remove lock_any_ref_for_update
` [PATCH v2 15/15] refs.c: allow deleting refs with a broken sha1
[PATCH] RelNotes/2.2.0.txt: fix minor typos
2014-11-03 15:12 UTC
[PATCH 0/2] add some new autoconf macros for searching the possible warning flags allowed by the current version of the gcc compiler
2014-11-03 14:57 UTC (3+ messages)
` [PATCH 1/2] configure.ac: add new autoconf macro for checking valid compiler flags
` [PATCH 2/2] configure.ac: use GIT_CC_CHECK_FLAG_APPEND for adding --with-gcc-warnings configure option
[PATCH 0/4] Multiple worktrees vs. submodules fixes
2014-11-03 12:54 UTC (12+ messages)
[PATCH] submodule: Fix documentation of update subcommand
2014-11-03 10:09 UTC
[L10N] Startup of Git 2.2.0 l10n round 1
2014-11-03 1:46 UTC (4+ messages)
[PATCH] git-svn: use SVN::Ra::get_dir2 when possible
2014-11-02 23:04 UTC (5+ messages)
` [PATCH v2] "
[PATCH] use child_process_init() to initialize struct child_process variables
2014-11-02 22:54 UTC (13+ messages)
` [PATCH] bundle: split out a helper function to compute and write prerequisites
[gitk PATCH] gitk: Default wrcomcmd to use --pretty=email
2014-11-02 8:40 UTC
[PATCH v5] lockfile.c: store absolute path
2014-11-02 6:24 UTC
Joining historical repository using grafts or replace
2014-11-01 15:03 UTC (8+ messages)
Branch Title
2014-11-01 14:32 UTC
[PATCH v2] git-svn: use SVN::Ra::get_dir2 when possible
2014-11-01 6:13 UTC (5+ messages)
What's cooking in git.git (Oct 2014, #08; Fri, 31)
2014-11-01 4:09 UTC (2+ messages)
[PATCH] diff-highlight: exit when a pipe is broken
2014-11-01 4:04 UTC (2+ messages)
[PATCH v2] git-svn: use SVN::Ra::get_dir2 when possible
2014-10-31 21:42 UTC (2+ messages)
[ANNOUNCE] Git v2.2.0-rc0
2014-10-31 20:58 UTC
[PATCH] configure.ac: quote AC_PREREQ in configure.ac
2014-10-31 19:55 UTC (2+ messages)
[PATCH] line-log: fix crash when --first-parent is used
2014-10-31 19:43 UTC
[ANNOUNCE] A pre-receive hook to intelligently block binary data
2014-10-31 19:25 UTC
[PULL] git-svn updates for 2.2
2014-10-31 10:53 UTC (2+ messages)
` [PULL v2] "
Bug in log for path in case of identical commit
2014-10-31 8:40 UTC
Regression and failure to clone/fetch with new code Re: git-svn performance
2014-10-31 2:30 UTC
Regression and failure to clone/fetch with new code Re: git-svn performance
2014-10-31 1:40 UTC
[RFC] Git.pm: stat the FD to ensure the file is really open
2014-10-31 1:26 UTC (3+ messages)
Git -> fossil bridging?
2014-10-30 23:14 UTC (4+ messages)
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)
[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 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
[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 (7+ 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 (9+ messages)
flatten-merge history
2014-10-27 18:45 UTC (7+ messages)
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
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).