git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2011-10-25 16:52:22 to 2011-10-28 18:25:56 UTC [more...]

git alias and --help
 2011-10-28 18:25 UTC  (12+ messages)

imap-send badly handles commit bodies beginning with "From <"
 2011-10-28 18:00 UTC 

What's cooking in git.git (Oct 2011, #11; Fri, 28)
 2011-10-28 18:12 UTC 

[PATCH] blame.c: Properly initialize strbuf after calling, textconv_object()
 2011-10-28 17:20 UTC  (6+ messages)

[RFC/PATCH] define the way new representation types are encoded in the pack
 2011-10-28 15:44 UTC  (5+ messages)

git slow over https
 2011-10-28 15:28 UTC 

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 00/28] Store references hierarchically in cache
 2011-10-28 13:07 UTC  (30+ 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()

[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  (8+ messages)
` [PATCH 2/2] pack-objects: optimize "recency order"

git rebase -p does not find mainline
 2011-10-28  7:51 UTC 

[PATCH 3/3] completion: match ctags symbol names in grep patterns
 2011-10-28  6:05 UTC  (4+ messages)
` [PATCHv2 "

[PATCH 00/22] Refactor to accept NUL in commit messages
 2011-10-28  4:07 UTC  (19+ messages)

[PATCH/RFC] mingw: implement PTHREAD_MUTEX_INITIALIZER
 2011-10-27 23:20 UTC  (12+ messages)
    ` [msysGit] "

[PATCH 1/4] pack-objects: mark add_to_write_order() as inline
 2011-10-27 22:26 UTC  (5+ messages)
` [PATCH 3/4] pack-objects: don't traverse objects unnecessarily
` [PATCH 4/4] pack-objects: rewrite add_descendants_to_write_order() iteratively

Repository data loss in fast-export with a merge of a deleted submodule
 2011-10-27 19:27 UTC 

[PATCH/WIP 00/11] read_directory() rewrite to support struct pathspec
 2011-10-27 18:36 UTC  (20+ 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 04/11] tree-walk.c: do not leak internal structure in tree_entry_len()
` [PATCH/WIP 05/11] symbolize return values of tree_entry_interesting()

[PATCH] Fix 'Cloning into' message
 2011-10-27 18:34 UTC  (4+ messages)

[PATCH] git grep: be careful to use mutices only when they are initialized
 2011-10-27 18:02 UTC  (11+ messages)
` [msysGit] "

[PATCH] gitweb/Makefile: Remove static/gitweb.js in the clean target
 2011-10-27 17:49 UTC  (5+ messages)

Credentials and the Secrets API
 2011-10-27 17:48 UTC  (2+ messages)

[PATCH 1/2] credential-cache--daemon.c: Don't leave stale socket on --exit
 2011-10-27 17:42 UTC  (4+ messages)

[PATCH 0/2] git-credential-cache--daemon on Cygwin
 2011-10-27 17:41 UTC  (4+ messages)

Is there a place for benchmarking scripts?
 2011-10-27 16:01 UTC  (2+ messages)

[PATCH v0] fast-import: Add drop command
 2011-10-27 14:36 UTC  (11+ messages)

[PATCH] completion: fix issue with process substitution not working on Git for Windows
 2011-10-27 10:40 UTC  (10+ messages)
    ` [PATCH v2] "

Recent gits corrupts repository
 2011-10-27  7:30 UTC  (3+ messages)

Problem with git svn clone --authors-file
 2011-10-27  6:58 UTC  (2+ messages)

What's cooking in git.git (Oct 2011, #10; Wed, 26)
 2011-10-27  0:40 UTC 

[PATCH] replace sha1 with another algorithm
 2011-10-27  0:01 UTC  (4+ messages)

git-fixup-assigner.perl -- automatically decide where to "fixup!"
 2011-10-26 19:40 UTC  (3+ messages)

FYI: status of svn-fe speed
 2011-10-26 16:18 UTC  (2+ messages)

git merge successfully however this is still issue from logical perspective
 2011-10-26 12:39 UTC  (4+ messages)

Out of memory error with git rebase
 2011-10-26 10:55 UTC  (2+ messages)

Recovery after interrupted repack
 2011-10-26  9:15 UTC 

[IGNORETHIS/PATCH] Choosing the sha1 prefix of your commits
 2011-10-25 22:35 UTC  (10+ messages)

general protection faults with "git grep" version 1.7.7.1
 2011-10-25 20:24 UTC  (5+ messages)

pull is not a git command - 1.7.6.4
 2011-10-25 18:10 UTC  (5+ messages)

a bug when execute "git status" in git version 1.7.7.431.g89633
 2011-10-25 18:00 UTC  (12+ messages)
          ` [PATCH] read-cache.c: fix index memory allocation


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