messages from 2013-12-12 18:30:54 to 2013-12-18 14:08:29 UTC [more...]
(unknown)
2013-12-18 14:09 UTC
What's cooking in git.git (Dec 2013, #02; Fri, 6)
2013-12-18 14:05 UTC (13+ messages)
` [PATCH] hashmap.h: Use 'unsigned int' for hash-codes everywhere
[PATCH v5 00/14] New hash table implementation
2013-12-18 13:11 UTC (6+ messages)
` [PATCH v5 02/14] add a hashtable implementation that supports O(1) removal
` [PATCH 1/2] Add test-hashmap to .gitignore
` [PATCH 2/2] Drop unnecessary #includes from test-hashmap
[PATCH v3 00/10] teach replace objects to sha1_object_info_extended()
2013-12-18 12:37 UTC (4+ messages)
` [PATCH v3 07/10] builtin/replace: teach listing using short, medium or full formats
git add -A fails in empty repository since 1.8.5
2013-12-18 11:59 UTC (3+ messages)
[PATCH v3] difftool: Change prompt to display the number of files in the diff queue
2013-12-18 6:06 UTC (5+ messages)
[PATCH] docs: add filter-branch note about The BFG
2013-12-18 5:57 UTC (5+ messages)
[PATCH] diff: Add diff.orderfile configuration variable
2013-12-18 5:47 UTC (22+ messages)
` [PATCH v3 0/3] "
` [PATCH v3 1/3] diff: Tests for "git diff -O"
` [PATCH v3 2/3] diff: Let "git diff -O" read orderfile from any file, failing when appropriate
` [RFC v3 3/3] diff: Add diff.orderfile configuration variable
` [PATCH v4 0/3] "
` [PATCH v4 1/3] diff: Tests for "git diff -O"
` [PATCH v4 2/3] diff: Let "git diff -O" read orderfile from any file, fail properly
` [PATCH v4 3/3] diff: Add diff.orderfile configuration variable
"git fsck" fails on malloc of 80 G
2013-12-18 3:06 UTC (3+ messages)
git log --no-walk --tags produces strange result for certain user
2013-12-18 0:36 UTC (6+ messages)
` [PATCH] log: properly handle decorations with chained tags
I have end-of-lifed cvsps
2013-12-18 0:25 UTC (32+ messages)
What's cooking in git.git (Dec 2013, #04; Tue, 17)
2013-12-17 23:57 UTC
[ANNOUNCE] Git v1.8.5.2
2013-12-17 23:57 UTC
What's cooking in git.git (Dec 2013, #03; Thu, 12)
2013-12-17 23:27 UTC (11+ messages)
` [PATCH] test the commit.gpgsign config option
[PATCH 0/3] Fix two buffer overflows and remove a redundant var
2013-12-17 23:22 UTC (10+ messages)
` [PATCH 1/3] prune-packed: fix a possible buffer overflow
` [PATCH 2/3] prune_object_dir(): verify that path fits in the temporary buffer
` [PATCH 3/3] cmd_repack(): remove redundant local variable "nr_packs"
[PATCH 0/4] remote-helpers: fixes
2013-12-17 22:25 UTC (4+ messages)
` [PATCH 3/4] remote-hg: fix 'shared path' path
Setup Git Server Over HTTP: fatal info/refs
2013-12-17 20:20 UTC
Document SubmittingPatches: inconsistency regarding to: and cc: for approved patches
2013-12-17 18:00 UTC (2+ messages)
Fwd: instaweb fails with mongoose
2013-12-17 15:26 UTC
git fetch doesn't ignore funny refs
2013-12-17 12:35 UTC
[PATCH/POC 0/7] Support multiple worktrees
2013-12-16 22:59 UTC (44+ messages)
` [PATCH/POC 1/7] Make git_path() beware of file relocation in $GIT_DIR
` [PATCH/POC 2/7] Add new environment variable $GIT_SUPER_DIR
` [PATCH/POC 3/7] setup.c: add split-repo support to .git files
` [PATCH v2 00/21] Support multiple worktrees
` [PATCH v2 01/21] path.c: avoid PATH_MAX as buffer size from get_pathname()
` [PATCH v2 02/21] path.c: rename vsnpath() to git_vsnpath()
` [PATCH v2 03/21] path.c: move git_path() closer to similar functions git_pathdup()
` [PATCH v2 04/21] Make git_path() aware of file relocation in $GIT_DIR
` [PATCH v2 05/21] reflog: use avoid constructing .lock path with git_path
` [PATCH v2 06/21] fast-import: use git_path() for accessing .git dir instead of get_git_dir()
` [PATCH v2 07/21] Add new environment variable $GIT_SUPER_DIR
` [PATCH v2 08/21] setup.c: refactor path manipulation out of read_gitfile()
` [PATCH v2 09/21] setup.c: add split-repo support to .git files
` [PATCH v2 10/21] setup.c: add split-repo support to is_git_directory()
` [PATCH v2 11/21] setup.c: reduce cleanup sites in setup_explicit_git_dir()
` [PATCH v2 12/21] environment.c: support super .git file specified by $GIT_DIR
` [PATCH v2 13/21] setup: support $GIT_SUPER_DIR as well as super .git files
` [PATCH v2 14/21] checkout: support checking out into a new working directory
` [PATCH v2 15/21] checkout: clean up half-prepared directories in --to mode
` [PATCH v2 16/21] setup.c: keep track of the .git file location if read
` [PATCH v2 17/21] prune: strategies for split repositories
` [PATCH v2 18/21] refs: adjust reflog path for repos/<id>/HEAD
` [PATCH v2 19/21] refs: detach split repos' HEAD when the linked ref is updated/deleted
` [PATCH v2 20/21] refs.c: refactor do_head_ref(... to do_one_head_ref("HEAD",
` [PATCH v2 21/21] revision: include repos/../HEAD in --all
[PATCH] git-svn: Support svn:global-ignores property
2013-12-16 22:23 UTC (3+ messages)
[PATCH v2 1/2] diff: add test for --no-index executed outside repo
2013-12-16 20:19 UTC (2+ messages)
` [PATCH v2 2/2] diff: avoid some nesting
Unexpected cherry-pick behaviour
2013-12-16 20:15 UTC (13+ messages)
[PATCH v3 1/2] diff: move no-index detection to builtin/diff.c
2013-12-16 19:42 UTC (13+ messages)
` [PATCH v4 "
` [PATCH v4 2/2] diff: don't read index when --no-index is given
` [PATCH 1/2] diff: add test for --no-index executed outside repo
` [PATCH 2/2] diff: avoid some nesting
` [PATCH v5 1/2] diff: move no-index detection to builtin/diff.c
` [PATCH v5 2/2] diff: don't read index when --no-index is given
How to resume broke clone ?
2013-12-16 19:37 UTC (18+ messages)
` [PATCH] pack-objects: name pack files after trailer hash
Subtree: My Status
2013-12-16 19:18 UTC (6+ messages)
Looking for pre-commit hook to check whitespace errors but not for all files
2013-12-16 19:06 UTC (3+ messages)
gitk's back button broken (Refactor per-line part of getblobdiffline and its support)
2013-12-16 13:56 UTC
[PATCH] zsh completion: 5.0.3 compat, use emulate
2013-12-16 8:32 UTC
[PATCH v2] t9605: test for cvsps commit ordering bug
2013-12-15 0:35 UTC (2+ messages)
[PATCH] Prevent buffer overflows when path is too long
2013-12-14 11:31 UTC (2+ messages)
[PATCH v3] contrib/git-credential-gnome-keyring.c: small stylistic cleanups
2013-12-14 11:21 UTC
[PATCH] l10n:gitk: Init Vietnamese translation
2013-12-14 3:13 UTC (3+ messages)
[PATCH] l10n:gitk: Init Vietnamese translation
2013-12-14 2:49 UTC
[PATCH] send-pack.c: mark a file-local function static
2013-12-13 22:50 UTC (3+ messages)
[PATCH] contrib/git-credential-gnome-keyring.c: small stylistic cleanups
2013-12-13 20:07 UTC (5+ messages)
[PATCH] gitk: Comply with XDG base directory specification
2013-12-13 19:46 UTC
[PATCH] completion: fix completion of certain aliases
2013-12-13 14:16 UTC (2+ messages)
[PATCH v7 0/4] Show extra branch refs in gitweb
2013-12-12 21:46 UTC (2+ messages)
git-submodule.sh respects submodule.$name.update in .git/config but not .gitmodules
2013-12-12 21:17 UTC (10+ messages)
` "
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
Code repositories for project(s) associated with this public inbox
https://80x24.org/mirrors/git.git
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 read-only IMAP folder(s) and NNTP newsgroup(s).