git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2011-10-12 13:57:57 to 2011-10-14 12:30:05 UTC [more...]

[BUG] send-email: alias expansion broken
 2011-10-14 12:29 UTC 

[PATCH 0/9] ref completion optimizations, fixes, and cleanups
 2011-10-14 12:16 UTC  (6+ messages)
` [PATCH 2/9] completion: optimize refs completion

[PATCH] t7800: avoid arithmetic expansion notation
 2011-10-14 12:15 UTC 

Git shouldn't allow to push a new branch called HEAD
 2011-10-14 11:35 UTC  (2+ messages)

[BUG] git checkout <branch> allowed with uncommitted changes
 2011-10-14  9:54 UTC  (33+ messages)
            ` [CLOSED] "

defined behaviour for multiple urls for a remote
 2011-10-14  9:36 UTC  (2+ messages)

[PATCH] git-svn: Allow certain refs to be ignored
 2011-10-14  9:24 UTC  (4+ messages)

url.<base>.insteadOf with empty value
 2011-10-14  9:03 UTC 

[PATCH] git-gui: fix multi selected file operation
 2011-10-14  8:19 UTC 

[PATCH 1/4] git-gui: handle config booleans without value
 2011-10-14  8:14 UTC  (4+ messages)
` [PATCH 2/4] git-gui: add smart case search mode in searchbar
  ` [PATCH 3/4] git-gui: add regexp search mode to the searchbar
    ` [PATCH 4/4] git-gui: add search history to searchbar

Git ksshaskpass to play nice with https and kwallet
 2011-10-14  7:40 UTC  (18+ messages)
` [RFC/PATCH] remote-curl: Obey passed URL
        ` [PATCH] http_init: accept separate URL parameter
                  ` [PATCH 0/6] http-auth-early
                    ` [PATCH 1/6] url: decode buffers that are not NUL-terminated
                    ` [PATCH 2/6] improve httpd auth tests
                    ` [PATCH 3/6] remote-curl: don't retry auth failures with dumb protocol
                    ` [PATCH 4/6] http: retry authentication failures for all http requests
                    ` [PATCH 5/6] http: use hostname in credential description
                    ` [PATCH 6/6] http_init: accept separate URL parameter

[PATCH] pack-objects: protect against disappearing packs
 2011-10-14  7:06 UTC  (5+ messages)

[PATCH 00/14] Tidying up references code
 2011-10-14  6:40 UTC  (28+ messages)
` [PATCH 01/14] cache.h: add comments for git_path() and git_path_submodule()
` [PATCH 02/14] struct ref_list: document name member
` [PATCH 03/14] refs.c: rename some local "refname" variables
` [PATCH 04/14] refs: rename some parameters result -> sha1
` [PATCH 05/14] clear_ref_list(): rename from free_ref_list()
` [PATCH 06/14] resolve_gitlink_ref(): improve docstring
` [PATCH 07/14] is_refname_available(): remove the "quiet" argument
` [PATCH 08/14] parse_ref_line(): add docstring
` [PATCH 09/14] add_ref(): "
` [PATCH 10/14] is_dup_ref(): extract function from sort_ref_list()
` [PATCH 11/14] refs: change signatures of get_packed_refs() and get_loose_refs()
` [PATCH 12/14] get_ref_dir(): change signature
` [PATCH 13/14] Pass a (cached_refs *) to the resolve_gitlink_*() functions
` [PATCH 14/14] resolve_gitlink_ref_recursive(): change to work with struct cached_refs
` [PATCH] t1402-check-ref-format: skip tests of refs beginning with slash on Windows

git rebase +
 2011-10-14  5:29 UTC  (4+ messages)
  ` interrupting "git rebase" (Re: git rebase +)

[PATCH] daemon: print "access denied" if a service does not work
 2011-10-14  5:01 UTC  (10+ messages)
` [PATCH] daemon: return "access denied" if a service is not allowed

fatal: Not a git repository
 2011-10-14  2:14 UTC  (2+ messages)

[RFC/PATCH 1/2] bundle: allowing to read from an unseekable fd
 2011-10-13 22:35 UTC  (2+ messages)
` [PATCH 2/2] bundle: add parse_bundle_header() helper function

[Bug] git pull doesn't recognize --work-tree parameter
 2011-10-13 20:48 UTC  (9+ messages)

[PATCH 0/1] transport: Use is_bundle instead of !is_gitfile
 2011-10-13 20:26 UTC  (2+ messages)
` [PATCH 1/1] transport: Add is_bundle() to detect bundle urls

What's cooking in git.git (Oct 2011, #04; Wed, 12)
 2011-10-13 18:15 UTC  (8+ messages)
` [PATCH 0/2] Do not search submodules in deep recursive merge
  ` [PATCH 1/2] submodule: Demonstrate known breakage during "
  ` [PATCH 2/2] submodule: Search for merges only at end of "

Git attributes ignored for root directory
 2011-10-13 17:38 UTC  (8+ messages)

[PATCH 1/4] git-gui: search and linenumber input are mutual exclusive in the blame view
 2011-10-13 13:48 UTC  (4+ messages)
` [PATCH 2/4] git-gui: clear the goto line input when hiding
  ` [PATCH 3/4] git-gui: only except numbers in the goto-line input
    ` [RFC/PATCH 4/4] git-gui: incremental goto line in blame view

[PATCH 0/6] Negation magic pathspec
 2011-10-13  6:06 UTC  (7+ messages)
` [PATCH 1/6] Recognize magic pathspec as filenames
` [PATCH 5/6] Convert simple init_pathspec() cases to parse_pathspec()

[PATCH 1/3] t5403.1: simplify commit creation
 2011-10-13  4:54 UTC  (6+ messages)
` [PATCH 3/3] t5403: do not use access repos with GIT_DIR when worktree is involved

[PATCHv3 0/4] Be more careful when prunning
 2011-10-12 23:18 UTC  (4+ messages)
` [PATCH 3/4] fetch: honor the user-provided refspecs when pruning refs

群发软件+买家搜索机+109届广交会买家、海关数据,B2B询盘买家500万。
 2011-10-12 22:33 UTC 

[PATCH v3 00/22] Clean up refname checks and normalization
 2011-10-12 22:26 UTC  (24+ messages)
` [PATCH v3 19/22] resolve_ref(): emit warnings for improperly-formatted references
        ` Re* "
                    ` [PATCH 1/2] refs.c: move dwim_ref()/dwim_log() from sha1_name.c
                    ` [PATCH 2/2] Restrict ref-like names immediately below $GIT_DIR

[PATCH v2 0/7] Provide API to invalidate refs cache
 2011-10-12 22:12 UTC  (14+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/7] invalidate_ref_cache(): rename function from invalidate_cached_refs()
  ` [PATCH v3 2/7] invalidate_ref_cache(): take the submodule as parameter
  ` [PATCH v3 3/7] invalidate_ref_cache(): expose this function in refs API
  ` [PATCH v3 4/7] clear_cached_refs(): rename parameter
  ` [PATCH v3 5/7] clear_cached_refs(): extract two new functions
  ` [PATCH v3 6/7] write_ref_sha1(): only invalidate the loose ref cache
  ` [PATCH v3 7/7] clear_cached_refs(): inline function

[PATCH/RFC] remote: support --all for the prune-subcommand
 2011-10-12 21:36 UTC  (9+ messages)

[PATCH 0/6] Sequencer fixups mini-series
 2011-10-12 21:05 UTC  (4+ messages)
` [PATCH 4/6] revert: Make commit descriptions in insn sheet optional

[PATCH v3 5/5] attr.c: respect core.ignorecase when matching attribute patterns
 2011-10-12 20:24 UTC  (4+ messages)
  ` [PATCH v4] "

RFC: reverse bisect
 2011-10-12 20:14 UTC  (8+ messages)
` [RFC/PATCH]: reverse bisect v 2.0

[PATCH] Makefile: add a knob to turn off hardlinks within same directory
 2011-10-12 19:57 UTC  (3+ messages)

[PATCH] Make is_gitfile a non-static generic function
 2011-10-12 19:47 UTC  (5+ messages)

[PATCH] Documentation: update [section.subsection] to reflect what git does
 2011-10-12 19:19 UTC  (9+ messages)
      ` [PATCH 1/2] t1300: put git invocations inside test function
      ` [PATCH 2/2] t1300: test mixed-case variable retrieval

[PATCH 00/20] [GIT PULL][v3.2] tracing: queued updates
 2011-10-12 16:29 UTC  (3+ messages)

[PATCH v3] gitk: Teach gitk to respect log.showroot
 2011-10-12 14:36 UTC  (3+ messages)

[PATCH] fix "git apply --index ..." not to deref NULL
 2011-10-12 14:33 UTC  (3+ messages)

[RFC] teach --edit to git rebase
 2011-10-12 13:57 UTC  (3+ messages)


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