messages from 2014-05-07 00:28:27 to 2014-05-09 01:10:24 UTC [more...]
[PATCH v1 00/25] contrib: cleanup
2014-05-09 0:58 UTC (5+ messages)
` [PATCH v1 02/25] contrib: remove 'hg-to-git'
` [PATCH v1 04/25] contrib: remove 'buildsystems'
` [PATCH v1 06/25] contrib: remove 'diffall'
` [PATCH v1 07/25] contrib: remove 'git-jump'
What's cooking in git.git (Apr 2014, #09; Tue, 29)
2014-05-09 0:58 UTC (23+ messages)
` Submodule improvements (Re: What's cooking in git.git (Apr 2014, #09; Tue, 29))
[PATCH 0/4] remote-hg: more improvements
2014-05-09 0:23 UTC (18+ messages)
Output from "git blame A..B -- path" for the bottom commit is misleading
2014-05-09 0:11 UTC (11+ messages)
Unexpected behavior using -c to pass url.<site>.insteadof
2014-05-08 22:35 UTC
t5539 fails on ubuntu for v2.0.0-rc2
2014-05-08 21:36 UTC (6+ messages)
` t5539 fails on ubuntu for v2.0.0-rc2 - the SAME on 12.04 server
[GUILT 00/28] Teach guilt import-commit how create legal patch names, and more
2014-05-08 21:37 UTC (23+ messages)
` [GUILT 06/28] Fix and simplify the do_get_patch function
` [GUILT 07/28] Added test cases for "guilt fold"
` [GUILT 20/28] "guilt graph": Handle patch names containing quotes
` [GUILT 24/28] disp no longer processes backslashes
` [GUILT 25/28] "guilt push" now fails when there are no more patches to push
` [GUILT 27/28] Minor testsuite fix
[PATCH] merge-recursive.c: Fix case-changing merge bug
2014-05-08 20:55 UTC (20+ messages)
` [PATCH 1/2] merge-recursive.c: Fix case-changing merge
` [PATCH 2/2] ignorecase: Fix git mv on insensitive filesystems
` [PATCH 0/2] "
Bash v4 on msysgit?
2014-05-08 20:50 UTC
[PATCH 2/2] ignorecase: Fix git mv on insensitive filesystems
2014-05-08 20:48 UTC
[PATCH] Sleep 1 millisecond in poll() to avoid busy wait
2014-05-08 20:36 UTC (11+ messages)
` [PATCH] poll/select: prevent busy-waiting
` [PATCH] Windows: Always normalize paths to Windows-style
` [PATCH] Revert "submodules: fix ambiguous absolute paths under Windows"
Watchman support for git
2014-05-08 19:17 UTC (12+ messages)
` [PATCH 1/3] After chdir to run grep, return to old directory
How to keep a project's canonical history correct
2014-05-08 18:37 UTC (2+ messages)
Is there any efficient way to track history of a piece of code?
2014-05-08 18:34 UTC (6+ messages)
[PATCH] contrib/subtree bugfix: Can't `add` annotated tag
2014-05-08 17:38 UTC (2+ messages)
[PATCH] shell doc: remove stray "+" in example
2014-05-08 17:26 UTC (3+ messages)
[GIT PULL] l10n update on Swedish
2014-05-08 17:25 UTC (2+ messages)
unexpected behaviour for "git diff --word-diff"
2014-05-08 16:39 UTC
[BUG?] Patches created with 'diff.noprefix=true' don't 'git apply'
2014-05-08 16:56 UTC (12+ messages)
[PATCH] Standardize python shebangs
2014-05-08 12:20 UTC (13+ messages)
Fwd: GIT BASH Context Menu Blocks Explorer from the directory
2014-05-08 10:29 UTC
Beginner question on "Pull is mostly evil"
2014-05-08 0:45 UTC (7+ messages)
[PATCH] contrib/subtree bugfix: Crash if FETCH_HEAD is tag
2014-05-08 1:04 UTC (2+ messages)
Pull is Mostly Evil
2014-05-07 22:37 UTC (4+ messages)
[PATCH] builtin/tag.c: Add tag name to user message
2014-05-07 21:24 UTC (2+ messages)
Problem: staging of an alternative repository
2014-05-07 20:51 UTC (4+ messages)
[PATCH] add a reflog_exists and delete_reflog abstraction
2014-05-07 20:47 UTC (3+ messages)
[PATCH] PAGER_ENV: remove 'S' from $LESS by default
2014-05-07 20:42 UTC (11+ messages)
` [PATCH v2] pager: "
[PATCH 0/3] Fix a ton of compiler warnings
2014-05-07 20:31 UTC (7+ messages)
` [PATCH 3/3] Silence a bunch of format-zero-length warnings
` "
[PATCH v2 0/2] add a reflog_exists and delete_reflog abstraction
2014-05-07 20:17 UTC (3+ messages)
[PATCH] completion: move out of contrib
2014-05-07 19:45 UTC (6+ messages)
[PATCH] t3910: show failure of core.precomposeunicode with decomposed filenames
2014-05-07 19:16 UTC (4+ messages)
What's cooking in git.git (May 2014, #01; Tue, 6)
2014-05-07 18:59 UTC (5+ messages)
[PATCH] git-p4: format-patch to diff-tree change breaks binary patches
2014-05-07 17:27 UTC (2+ messages)
material for git training sessions/presentations
2014-05-07 15:02 UTC (2+ messages)
[PATCH 00/20] Untracked cache to speed up "git status"
2014-05-07 14:52 UTC (21+ messages)
` [PATCH 01/20] dir.c: coding style fix
` [PATCH 02/20] dir.h: move struct exclude declaration to top level
` [PATCH 03/20] prep_exclude: remove the artificial PATH_MAX limit
` [PATCH 04/20] dir.c: optionally compute sha-1 of a .gitignore file
` [PATCH 05/20] untracked cache: record .gitignore information and dir hierarchy
` [PATCH 06/20] untracked cache: initial untracked cache validation
` [PATCH 07/20] untracked cache: invalidate dirs recursively if .gitignore changes
` [PATCH 08/20] untracked cache: record/validate dir mtime and reuse cached output
` [PATCH 09/20] untracked cache: mark what dirs should be recursed/saved
` [PATCH 10/20] untracked cache: don't open non-existent .gitignore
` [PATCH 11/20] untracked cache: save to an index extension
` [PATCH 12/20] untracked cache: load from UNTR "
` [PATCH 13/20] untracked cache: invalidate at index addition or removal
` [PATCH 14/20] untracked cache: print untracked statistics with $GIT_TRACE_UNTRACKED
` [PATCH 15/20] read-cache.c: split racy stat test to a separate function
` [PATCH 16/20] untracked cache: avoid racy timestamps
` [PATCH 17/20] status: support untracked cache
` [PATCH 18/20] update-index: manually enable or disable "
` [PATCH 19/20] update-index: test the system before enabling "
` [PATCH 20/20] t7063: tests for "
Big Java repositories to play with?
2014-05-07 14:08 UTC (5+ messages)
Summary of the problems with git pull
2014-05-07 10:39 UTC (2+ messages)
git gui error with relocated repository
2014-05-07 7:49 UTC (5+ messages)
[RFD] use approxidate for "git commit --date=xyz"?
2014-05-07 7:22 UTC (3+ messages)
[ANNOUNCE] ssoma - some sort of mail archiver (using git)
2014-05-07 6:59 UTC
git fast-import: how to prevent incremental commit with no changes
2014-05-07 5:01 UTC (3+ messages)
[PATCH 1/3] Revert "make error()'s constant return value more visible"
2014-05-07 3:02 UTC (4+ messages)
` [PATCH 1/2] inline constant return from error() function
Kitchen Design Lancashire Reviews
2014-05-07 2:48 UTC
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).