messages from 2011-01-06 20:42:18 to 2011-01-10 11:49:00 UTC [more...]
Resumable clone/Gittorrent (again) - stable packs?
2011-01-10 11:48 UTC (14+ messages)
[ANNOUNCE] Git 1.7.4-rc1
2011-01-10 10:51 UTC
[PATCH] submodule: fix relative url parsing for scp-style origin
2011-01-10 10:37 UTC
git fails on large repo clone on intermittent, or intermittently-high-latency, connections
2011-01-09 20:04 UTC (2+ messages)
cvsimport still not working with cvsnt
2011-01-10 7:33 UTC (5+ messages)
Maybe there should be a git-grep plumbing interface for ack et al
2011-01-10 3:38 UTC (2+ messages)
[PATCH] fast-import: Create import-marks file when necessary
2011-01-09 22:48 UTC (2+ messages)
PostScript files: textconv and "git add -p"
2011-01-09 20:31 UTC (5+ messages)
` [PATCH] docs: explain diff.*.binary option
manual http authorization (no netrc)
2011-01-09 19:49 UTC (3+ messages)
git color in commit editor
2011-01-09 18:33 UTC (4+ messages)
Resumable clone/Gittorrent (again)
2011-01-09 17:48 UTC (15+ messages)
Wish: make commiter email address configurable per-repo
2011-01-09 17:24 UTC (10+ messages)
` [PATCH] Introduce new configuation option to override committer information
` [PATCH v2] "
[PATCH/RFC] completion: support git blame
2011-01-09 16:38 UTC
bug? in checkout with ambiguous refnames
2011-01-09 16:18 UTC (11+ messages)
git-archive and core.eol
2011-01-09 12:52 UTC (4+ messages)
[PATCH] index-pack: support --pack-stream to concatenate packs
2011-01-09 7:45 UTC
[BUG] git rev-list --no-walk A B C sorts by commit date incorrectly
2011-01-09 6:58 UTC (6+ messages)
What's cooking in git.git (Jan 2011, #01; Tue, 4)
2011-01-08 19:47 UTC (3+ messages)
No way to resolve git am conflicts
2011-01-08 19:21 UTC (3+ messages)
[PATCH] Avoid unportable nested double- and backquotes in shell scripts
2011-01-08 18:22 UTC (5+ messages)
Creating CVS-style patch headers with git-diff
2011-01-08 16:35 UTC (9+ messages)
git-config does not check validity of variable names
2011-01-08 14:46 UTC
[RFD] My thoughts about implementing gitweb output caching
2011-01-08 11:44 UTC (5+ messages)
[PATCH] commit: suggest --amend --reset-author to fix commiter identity
2011-01-08 10:56 UTC (6+ messages)
[RFC/PATCH] t9157-*.sh: Add an svn version check
2011-01-08 9:19 UTC (9+ messages)
different name and email address depending on folder
2011-01-08 8:29 UTC (4+ messages)
debugging git clone via git-daemon "cannot handle daemon internally"
2011-01-08 2:37 UTC (3+ messages)
What's cooking in git.git (Jan 2011, #02; Fri, 7)
2011-01-08 0:52 UTC
clone breaks replace
2011-01-08 0:43 UTC (13+ messages)
bug in gitk: history moves right when scrolling up and down with mouse wheel
2011-01-08 0:17 UTC (5+ messages)
problem with cherry-picking a commit which comes before introducing a new submodule
2011-01-08 0:01 UTC (6+ messages)
'git add' option to non-interactively stage working tree changes
2011-01-07 23:50 UTC (5+ messages)
[PATCH] git-cvs*: Make building (and testing) of CVS interface scripts optionally selectable
2011-01-07 23:50 UTC (6+ messages)
git clone --update ?
2011-01-07 23:41 UTC (2+ messages)
Job Opportunity at Amazon.com
2011-01-07 22:25 UTC
[PATCH] Mark gitk script executable
2011-01-07 20:56 UTC (7+ messages)
log -p hides changes in merge commit
2011-01-07 20:27 UTC (6+ messages)
Why don't git-init and git-clone probe for core.ignorecase on Windows > XP?
2011-01-07 20:18 UTC (2+ messages)
[PATCH/RFC] alias: use run_command api to execute aliases
2011-01-07 19:21 UTC (5+ messages)
` [msysGit] "
Repeatable test t9010-svn-fe.sh failure w/ master (685e9d9, 1.7.4.rc1)
2011-01-07 18:54 UTC (10+ messages)
` [PATCH] t9010: svnadmin can fail even if available
[PATCH] t9129: fix UTF-8 locale detection
2011-01-07 18:49 UTC (13+ messages)
` [PATCH/RFC 0/4] en_US.UTF-8 "
` [PATCH 1/4] test: add a library to detect an en_US.UTF-8 locale
` [PATCH 2/4] test-lib.sh: add test_utf8() function
` [PATCH 3/4] test: use test_utf8 and GIT_LC_UTF8 where an en_US.UTF-8 locale is required
` [PATCH 4/4] t9129: use "$PERL_PATH" instead of "perl"
git checkout branch behaves differently from what specified in man page
2011-01-07 14:27 UTC (4+ messages)
` [PATCH/RFC] Documentation/checkout: explain behavior wrt local changes
concurrent fetches to update same mirror
2011-01-07 14:51 UTC (9+ messages)
Status of the svn remote helper project (Nov, 2010)
2011-01-07 14:00 UTC (5+ messages)
` Status of the svn remote helper project (Nov 2010, #2)
` Status of the svn remote helper project (Dec 2010, #1)
` Status of the svn remote helper project (Jan 2011, #1)
bug: git fetch via http breaks repo on Ctrl-C
2011-01-07 11:43 UTC
weird github capitalization problem
2011-01-07 9:17 UTC (2+ messages)
git mergetool broken when rerere active
2011-01-07 2:50 UTC (4+ messages)
BUG: gitk fails to parse 1.7.4-rc0 version string
2011-01-07 0:42 UTC (2+ messages)
` [PATCH] gitk: Take only numeric version components when computing $git_version
[PATCH v3] alias: use run_command api to execute aliases
2011-01-06 23:00 UTC
--find-copies-harder finds fewer copies/renames than -C does
2011-01-06 22:28 UTC (7+ messages)
` [PATCH 0/3] Falling back "diff -C -C" to "diff -C" more gracefully
` [PATCH 1/3] diffcore-rename: refactor "too many candidates" logic
` [PATCH 2/3] diffcore-rename: record filepair for rename src
` [PATCH 3/3] diffcore-rename: fall back to -C when -C -C busts the rename limit
Concurrent pushes updating the same ref
2011-01-06 21:51 UTC (4+ messages)
[PATCH 1/3] trace.c: ensure NULL is not passed to printf
2011-01-06 21:39 UTC (4+ messages)
` [PATCH 2/3] t0001,t1510,t3301: use sane_unset which always returns with status 0
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).