git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2010-10-05 20:38:22 to 2010-10-07 19:11:28 UTC [more...]

[PATCHv5 0/8] Add commit message options for rebase --autosquash
 2010-10-07 19:10 UTC  (4+ messages)
` [PATCHv5 1/8] commit.c: prefer get_header() to manual searching
` [PATCHv5 2/8] commit.c: new function for looking up a comit by name
` [PATCHv5 8/8] add tests of commit --squash

[PATCH] Documentation: update-index: -z applies also to --index-info
 2010-10-07 18:59 UTC  (5+ messages)

format-patch on permission change gives empty patch
 2010-10-07 19:06 UTC  (8+ messages)

Differing results between gitk --follow and git log --follow
 2010-10-07 19:00 UTC  (3+ messages)

git log doesn't allow %x00 in custom format anymore?
 2010-10-07 18:37 UTC  (19+ messages)

[PATCH] rev-list: handle %x00 NUL in user format
 2010-10-07 18:25 UTC 

Trac+Git: rev-list with pathspec performance?
 2010-10-07 17:49 UTC  (3+ messages)

git push <branch-name>
 2010-10-07 17:41 UTC  (5+ messages)

Git over SMBFS
 2010-10-07 17:40 UTC  (4+ messages)

[PULL] Pull request from msysGit
 2010-10-07 17:17 UTC  (2+ messages)

[PATCH 2/2] worktree: provide better prefix to go back to original cwd
 2010-10-07 15:11 UTC  (6+ messages)

[PATCH] fast-import: Allow filemodify to set the root
 2010-10-07 13:58 UTC  (2+ messages)

[PATCH 00/18] git notes merge
 2010-10-07 13:56 UTC  (14+ messages)
` [PATCH 03/18] notes.h/c: Clarify the handling of notes objects that are == null_sha1
` [PATCH 04/18] notes.h/c: Propagate combine_notes_fn return value to add_note() and beyond
` [PATCH 07/18] builtin/notes.c: Split notes ref DWIMmery into a separate function
` [PATCH 08/18] git notes merge: Initial implementation handling trivial merges only
  ` Test script style (Re: [PATCH 08/18] git notes merge: Initial implementation handling trivial merges only)

[RFC PATCH 0/2] Teach fetch and pull to recursively fetch submodules too
 2010-10-07 13:33 UTC  (22+ messages)
      ` [PATCH] fetch: Get submodule paths from index and not from .gitmodules
                  ` [PATCH 0/2] fix problems with recursive submodule fetching
                          ` [PATCH v2 0/3] Teach fetch and pull to recursively fetch submodules too
                            ` [PATCH 1/3] fetch/pull: Recursively fetch populated submodules
                            ` [PATCH 2/3] Submodules: Add the new "fetch" config option for fetch and pull
                            ` [PATCH 3/3] Add the 'fetch.recursive' config setting

git diff --check always shows line 1 for blank at EOF for new files
 2010-10-07 12:33 UTC  (3+ messages)

Useful tracking branches and auto merging
 2010-10-07 10:04 UTC  (6+ messages)

Gitweb: Show git clone url on projects list
 2010-10-07 10:00 UTC  (2+ messages)

[PATCH 000/160] [PULL] Updated + rebased ab/i18n
 2010-10-07  9:55 UTC 

[PATCH] New commit option --fixup
 2010-10-07  8:35 UTC  (4+ messages)

[PATCH] contrib/svn-fe: Fast script to remap svn history
 2010-10-07  8:28 UTC  (4+ messages)

[PATCH] t/t5560: use `X=Y && export X' not `export X=Y'
 2010-10-07  8:09 UTC  (3+ messages)

[PATCH v4 0/3] git-remote-fd & git-remote-ext
 2010-10-07  5:55 UTC  (4+ messages)
` [PATCH v4 2/3] git-remote-fd

[PATCH v2 0/6] Extensions of core.ignorecase=true support
 2010-10-07  5:48 UTC  (10+ messages)
` [PATCH v2 1/6] Add string comparison functions that respect the ignore_case variable

[PATCH 1/2] setup.c: add enter_work_tree()
 2010-10-07  4:46 UTC 

[PATCH] worktree: provide better prefix to go back to original cwd
 2010-10-07  3:14 UTC  (6+ messages)

[RFC PATCH] git.txt: document limitations on non-typical repos (and hints)
 2010-10-07  2:25 UTC  (7+ messages)
` [PATCH] "

[PATCHv5 00/17] gitweb: Simple file based output caching
 2010-10-06 23:46 UTC  (39+ messages)
` [PATCHv5 01/17] t/test-lib.sh: Export also GIT_BUILD_DIR in test_external
` [PATCHv5 02/17] gitweb: Prepare for splitting gitweb
` [PATCHv5 03/17] gitweb/lib - Very simple file based cache
` [PATCHv5 04/17] gitweb/lib - Stat-based cache expiration
` [PATCHv5 05/17] gitweb/lib - Regenerate entry if the cache file has size of 0
` [PATCHv5 06/17] gitweb/lib - Simple select(FH) based output capture
` [PATCHv5 07/17] gitweb/lib - Cache captured output (using get/set)
` [PATCHv5 08/17] gitweb: Add optional output caching
` [PATCHv5 09/17] gitweb/lib - Adaptive cache expiration time
` [PATCHv5 10/21] gitweb/lib - Use CHI compatibile (compute method) caching interface
` [PATCHv5 11/17] gitweb/lib - Use locking to avoid 'cache miss stampede' problem
` [PATCHv5 12/17] gitweb/lib - No need for File::Temp when locking
` [PATCHv5 13/17] gitweb/lib - Serve stale data when waiting for filling cache
` [PATCHv5 14/17] gitweb/lib - Regenerate (refresh) cache in background
` [PATCHv5 15/17] gitweb: Introduce %actions_info, gathering information about actions
` [PATCHv5/RFC 16/17] gitweb: Show appropriate "Generating..." page when regenerating cache
` [PATCHv5/RFC 17/17] gitweb: Add startup delay to activity indicator for cache
` [RFC/PATCHv5 18/17] gitweb/lib - Add clear() and size() methods to caching interface
` [RFC PATCHv5 19/17] gitweb: Add beginnings of cache administration page
` [PoC PATCHv5 20/17] gitweb/lib - Benchmarking GitwebCache::SimpleFileCache (in t/9603/)
` [PoC PATCHv5 21/17] gitweb/lib - Alternate ways of capturing output

[RFC PATCH v4 0/4] Detection of directory renames
 2010-10-06 23:17 UTC  (6+ messages)
` [PATCH v4 1/4] Introduce wholesame directory move detection in diffcore

[PATCH] Improve the "diff --git" format documentation
 2010-10-06 23:03 UTC  (3+ messages)

[PATCH] memory leak reported by valgrind
 2010-10-06 22:17 UTC  (9+ messages)
    ` [PATCH/RFC 0/7] "
      ` [PATCH 2/7] lockfile: introduce alloc_lock_file() to avoid valgrind noise

textconv not used for diff
 2010-10-06 21:10 UTC  (3+ messages)

Fetch by SHA missing
 2010-10-06 20:35 UTC  (3+ messages)

Fw: Error on git clone
 2010-10-06 20:03 UTC 

Error on git clone
 2010-10-06 18:22 UTC  (3+ messages)

cvs importing a forked project
 2010-10-06 16:34 UTC  (6+ messages)

git push <branch-name>
 2010-10-06 13:41 UTC  (3+ messages)

Someone using GIT and Maven?
 2010-10-06 13:23 UTC  (4+ messages)

Error on git clone
 2010-10-06  8:55 UTC  (6+ messages)

[PATCHv6 00/16] Add missing &&'s in the testsuite
 2010-10-06  8:52 UTC  (5+ messages)
` [TOY PATCH] test-lib: &&-chaining tester

[TopGit PATCH v3] tg-files: list files changed by the topic branch
 2010-10-06  6:11 UTC  (4+ messages)
` [TopGit PATCH v4] "

1e633418479926bc85ed21a4f91c845a3dd3ad66 breaks on OSX
 2010-10-06  1:45 UTC  (6+ messages)

remote-bzr status
 2010-10-06  1:24 UTC  (5+ messages)

large files and low memory
 2010-10-05 22:51 UTC  (11+ messages)

Error when verifying tags signed using 1.7.3.1
 2010-10-05 20:56 UTC  (8+ messages)
` [PATCH] tag,verify-tag: do not trip over rfc1991 signatures


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