git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2011-10-28 09:18:13 to 2011-10-31 23:09:24 UTC [more...]

[git patches] libata updates, GPG signed (but see admin notes)
 2011-10-31 23:09 UTC  (22+ messages)

[PATCH] svn: Quote repository root in regex match
 2011-10-31 22:37 UTC 

[PATCH v2] Display change history as a diff between two dirs
 2011-10-31 22:21 UTC 

[PATCHv2] Compile fix for MSVC
 2011-10-31 20:34 UTC  (5+ messages)
` [PATCH 1/3] Compile fix for MSVC: Do not include sys/resources.h
` [PATCH 2/3] Compile fix for MSVC: Include <io.h>
` [PATCH 3/3] MSVC: Remove unneeded header stubs

What's cooking in git.git (Oct 2011, #11; Fri, 28)
 2011-10-31 20:28 UTC  (5+ messages)
  ` [msysGit] "
` jc/lookup-object-hash from pu crashes on ARM

Out of memory error with git rebase
 2011-10-31 20:21 UTC  (4+ messages)

Reference has invalid format: check maybe a bit to harsh?
 2011-10-31 20:19 UTC  (3+ messages)

sparse checkout using exclusions
 2011-10-31 20:16 UTC  (3+ messages)

[PATCH] blame.c: Properly initialize strbuf after calling, textconv_object()
 2011-10-31 17:57 UTC  (8+ messages)

[ANNOUNCE] Git 1.7.8.rc0
 2011-10-31 17:19 UTC  (3+ messages)

git rev-parse --since=1970-01-01 does not work reliably
 2011-10-31 16:17 UTC 

[PATCH] t7511: avoid use of reserved filename on Windows
 2011-10-31 14:07 UTC 

[PATCH] document 'T' status from git-status
 2011-10-31 14:04 UTC  (5+ messages)

New Feature wanted: Is it possible to let git clone continue last break point?
 2011-10-31 12:49 UTC  (6+ messages)

[PATCH] t7511: avoid use of reserved filename on Windows
 2011-10-31 11:44 UTC 

[PATCH] Display change history as a diff between two dirs
 2011-10-31  9:21 UTC  (3+ messages)

[PATCH] Fix a typo in line 117 of git-gui/lib/sshkeys.tcl
 2011-10-31  8:56 UTC  (3+ messages)

git stash show doesn't show stashed untracked files
 2011-10-31  8:36 UTC  (2+ messages)

[PATCH/WIP 00/11] read_directory() rewrite to support struct pathspec
 2011-10-30 23:47 UTC  (24+ messages)
` [PATCH/WIP 01/11] Introduce "check-attr --excluded" as a replacement for "add --ignore-missing"
` [PATCH/WIP 02/11] notes-merge: use opendir/readdir instead of using read_directory()
` [PATCH/WIP 03/11] t5403: avoid doing "git add foo/bar" where foo/.git exists
` [PATCH/WIP 05/11] symbolize return values of tree_entry_interesting()

[PATCHv3 0/8] gitweb: side-by-side diff
 2011-10-30 23:36 UTC  (9+ messages)
` [PATCHv3 1/8] gitweb: Refactor diff body line classification
` [PATCHv3 2/8] gitweb: Extract formatting of diff chunk header
` [PATCHv3 3/8] gitweb: Add a feature to show side-by-side diff
` [PATCHv3 4/8] gitweb: Give side-by-side diff extra CSS styling
` [PATCHv3 5/8] t9500: Add test for handling incomplete lines in diff by gitweb
` [PATCHv3 6/8] t9500: Add basic sanity tests for side-by-side diff in gitweb
` [PATCHv3 7/8] gitweb: Use href(-replay=>1,...) for formats links in "commitdiff"
` [PATCHv3 8/8] gitweb: Add navigation to select side-by-side diff

[PATCH 2/2] gitweb: add a feature to show side-by-side diff
 2011-10-30 18:56 UTC  (2+ messages)

[PATCH] gitweb/Makefile: Remove static/gitweb.js in the clean target
 2011-10-29 19:59 UTC  (6+ messages)

[PATCH] typo in git-gui/lib/sshkeys.tcl
 2011-10-30 14:47 UTC  (2+ messages)

[RFC/PATCH] define the way new representation types are encoded in the pack
 2011-10-30  9:31 UTC  (12+ messages)

imap-send badly handles commit bodies beginning with "From <"
 2011-10-30  9:01 UTC  (5+ messages)

[PATCH] http.c: Use curl_multi_fdset to select on curl fds instead of just sleeping
 2011-10-30  7:19 UTC  (3+ messages)

git slow over https
 2011-10-29 15:15 UTC  (4+ messages)

[PATCH 3/3] completion: match ctags symbol names in grep patterns
 2011-10-29 12:47 UTC  (5+ messages)
` [PATCHv2 "

Git is exploding
 2011-10-29  9:12 UTC  (4+ messages)

Bitbucket now has git
 2011-10-29  3:36 UTC 

Fork freedesktop project to bitbucket, make changes, generate patch back to freedesktop?
 2011-10-29  3:35 UTC 

[PATCH 0/4] Bulk check-in
 2011-10-28 23:54 UTC  (5+ messages)
` [PATCH 1/4] write_pack_header(): a helper function
` [PATCH 2/4] create_tmp_packfile(): "
` [PATCH 3/4] finish_tmp_packfile(): "
` [PATCH 4/4] Bulk check-in

git alias and --help
 2011-10-28 20:23 UTC  (12+ messages)

[PATCH 00/28] Store references hierarchically in cache
 2011-10-28 18:45 UTC  (31+ messages)
` [PATCH 01/28] refs.c: reorder definitions more logically
` [PATCH 02/28] free_ref_entry(): new function
` [PATCH 03/28] check_refname_component(): return 0 for zero-length components
` [PATCH 04/28] struct ref_entry: nest the value part in a union
` [PATCH 05/28] refs.c: rename ref_array -> ref_dir
` [PATCH 06/28] refs: store references hierarchically
` [PATCH 07/28] sort_ref_dir(): do not sort if already sorted
` [PATCH 08/28] refs: sort ref_dirs lazily
` [PATCH 09/28] do_for_each_ref(): only iterate over the subtree that was requested
` [PATCH 10/28] get_ref_dir(): keep track of the current ref_dir
` [PATCH 11/28] refs: wrap top-level ref_dirs in ref_entries
` [PATCH 12/28] get_packed_refs(): return (ref_entry *) instead of (ref_dir *)
` [PATCH 13/28] get_loose_refs(): "
` [PATCH 14/28] is_refname_available(): take "
` [PATCH 15/28] find_ref(): "
` [PATCH 16/28] read_packed_refs(): "
` [PATCH 17/28] add_ref(): "
` [PATCH 18/28] find_containing_direntry(): use "
` [PATCH 19/28] search_ref_dir(): take "
` [PATCH 20/28] add_entry(): "
` [PATCH 21/28] do_for_each_ref_in_dir*(): "
` [PATCH 22/28] sort_ref_dir(): "
` [PATCH 23/28] struct ref_dir: store a reference to the enclosing ref_cache
` [PATCH 24/28] read_loose_refs(): take a (ref_entry *) as argument
` [PATCH 25/28] refs: read loose references lazily
` [PATCH 26/28] is_refname_available(): query only possibly-conflicting references
` [PATCH 27/28] read_packed_refs(): keep track of the directory being worked in
` [PATCH 28/28] repack_without_ref(): call clear_packed_ref_cache()

[msysGit] Re: [PATCH/RFC] mingw: implement PTHREAD_MUTEX_INITIALIZER
 2011-10-28 18:35 UTC  (3+ messages)

Unused (assigned but not read) option in diff_no_index
 2011-10-28 15:08 UTC 

Q: "git diff" using tag names
 2011-10-28 13:21 UTC  (3+ messages)

[PATCH v2 00/12] Use refs API more consistently
 2011-10-28 11:28 UTC  (13+ messages)
` [PATCH v2 01/12] Rename another local variable name -> refname
` [PATCH v2 02/12] repack_without_ref(): remove temporary
` [PATCH v2 03/12] parse_ref_line(): add a check that the refname is properly formatted
` [PATCH v2 04/12] create_ref_entry(): extract function from add_ref()
` [PATCH v2 05/12] add_ref(): take a (struct ref_entry *) parameter
` [PATCH v2 06/12] do_for_each_ref(): correctly terminate while processesing extra_refs
` [PATCH v2 07/12] do_for_each_ref_in_array(): new function
` [PATCH v2 08/12] do_for_each_ref_in_arrays(): "
` [PATCH v2 09/12] repack_without_ref(): reimplement using do_for_each_ref_in_array()
` [PATCH v2 10/12] names_conflict(): new function, extracted from is_refname_available()
` [PATCH v2 11/12] names_conflict(): simplify implementation
` [PATCH v2 12/12] is_refname_available(): reimplement using do_for_each_ref_in_array()

[PATCH v3 00/14] Tidying up references code
 2011-10-28 11:14 UTC  (15+ messages)
` [PATCH v3 01/14] cache.h: add comments for git_path() and git_path_submodule()
` [PATCH v3 02/14] struct ref_entry: document name member
` [PATCH v3 03/14] refs: rename "refname" variables
` [PATCH v3 04/14] refs: rename parameters result -> sha1
` [PATCH v3 05/14] clear_ref_array(): rename from free_ref_array()
` [PATCH v3 06/14] is_refname_available(): remove the "quiet" argument
` [PATCH v3 07/14] parse_ref_line(): add docstring
` [PATCH v3 08/14] add_ref(): "
` [PATCH v3 09/14] is_dup_ref(): extract function from sort_ref_array()
` [PATCH v3 10/14] refs: change signatures of get_packed_refs() and get_loose_refs()
` [PATCH v3 11/14] get_ref_dir(): change signature
` [PATCH v3 12/14] resolve_gitlink_ref(): improve docstring
` [PATCH v3 13/14] Pass a (ref_cache *) to the resolve_gitlink_*() helper functions
` [PATCH v3 14/14] resolve_gitlink_ref_recursive(): change to work with struct ref_cache

[PATCH 0/2] For improved pack locality
 2011-10-28  9:17 UTC  (5+ messages)
` [PATCH 2/2] pack-objects: optimize "recency order"


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