git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2011-12-10 10:41:30 to 2011-12-12 21:31:14 UTC [more...]

cherry-pick/revert error messages
 2011-12-12 21:31 UTC  (21+ messages)
  ` [RFC/PATCH 0/3] "
    ` [PATCH v2 "
      ` [PATCH 5/3] revert: introduce --abort to cancel a failed cherry-pick
            ` [PATCH] Fix revert --abort on Windows
                  ` [RFC/PATCH 0/7] some sequencer loose ends (Re: Fix revert --abort on Windows)
                    ` [PATCH 1/7] revert: give --continue handling its own function
                    ` [PATCH 2/7] revert: allow cherry-pick --continue to commit before resuming
                    ` [PATCH 3/7] revert: pass around rev-list args in already-parsed form
                    ` [PATCH 4/7] revert: allow single-pick in the middle of cherry-pick sequence
                    ` [PATCH 5/7] revert: do not remove state until sequence is finished
                    ` [PATCH 6/7] Revert "reset: Make reset remove the sequencer state"
                    ` [PATCH 7/7] revert: stop creating and removing sequencer-old directory

[PATCHv2 0/9] echo characters in username prompt
 2011-12-12 21:18 UTC  (7+ messages)
` [PATCHv2 7/9] credential: use git_prompt instead of git_getpass
` [PATCHv2 8/9] Makefile: linux has /dev/tty
` [PATCHv2 9/9] Makefile: OS X "
  ` [PATCH 1/2] Makefile: Windows lacks /dev/tty
    ` [PATCH 2/2] Makefile: optionally exclude code that needs Unix sockets

[PATCH v4 0/2] push: submodule support
 2011-12-12 21:16 UTC  (6+ messages)
` [PATCH v4 2/2] push: teach --recurse-submodules the on-demand option

[PATCH v2 3/3] grep: disable threading in all but worktree case
 2011-12-12 21:16 UTC  (5+ messages)
` [PATCH v3 0/3] grep attributes and multithreading
  ` [PATCH v3 1/3] grep: load funcname patterns for -W
  ` [PATCH v3 2/3] grep: enable threading with -p and -W using lazy attribute lookup
  ` [PATCH v3 3/3] grep: disable threading in non-worktree case

BUG: git-p4: can't add files with special chars
 2011-12-12 20:48 UTC 

[PATCH 1/3] test-terminal: give the child an empty stdin TTY
 2011-12-12 20:38 UTC  (14+ messages)
` [PATCH 2/3] test-terminal: set output terminals to raw mode
` [PATCH 3/3] t/lib-terminal: test test-terminal's sanity

git 1.7.7.3: BUG - please make git mv -f quiet
 2011-12-12 19:59 UTC  (12+ messages)
` [PATCH 0/5] mixed bag of minor "git mv" fixes
  ` [PATCH 1/5] docs: mention "-k" for both forms of "git mv"
  ` [PATCH 2/5] mv: honor --verbose flag
  ` [PATCH 3/5] mv: make non-directory destination error more clear
  ` [PATCH 4/5] mv: improve overwrite warning
  ` [PATCH 5/5] mv: be quiet about overwriting

[PATCH] gitk: make "git describe" output clickable, too
 2011-12-12 19:48 UTC  (2+ messages)

[RFC/PATCH] add update to branch support for "floating submodules"
 2011-12-12 19:36 UTC  (12+ messages)
  `  "

[PATCH 1/4] revert: convert resolve_ref() to read_ref_full()
 2011-12-12 18:07 UTC  (5+ messages)
` [PATCH 2/4] Convert resolve_ref+xstrdup to new resolve_refdup function
` [PATCH 3/4] Guard memory overwriting in resolve_ref's static buffer
` [PATCH 4/4] Rename resolve_ref() to resolve_ref_unsafe()

Git blame only current branch
 2011-12-12 17:19 UTC  (4+ messages)

[PATCH] tag deletions not rejected with receive.denyDeletes= true
 2011-12-12 17:16 UTC  (2+ messages)

[PATCH v2 00/51] ref-api-C and ref-api-D re-roll
 2011-12-12 17:14 UTC  (56+ messages)
` [PATCH v2 01/51] struct ref_entry: document name member
` [PATCH v2 02/51] refs: rename "refname" variables
` [PATCH v2 03/51] refs: rename parameters result -> sha1
` [PATCH v2 04/51] clear_ref_array(): rename from free_ref_array()
` [PATCH v2 05/51] is_refname_available(): remove the "quiet" argument
` [PATCH v2 06/51] parse_ref_line(): add docstring
` [PATCH v2 07/51] add_ref(): "
` [PATCH v2 08/51] is_dup_ref(): extract function from sort_ref_array()
` [PATCH v2 09/51] refs: change signatures of get_packed_refs() and get_loose_refs()
` [PATCH v2 10/51] get_ref_dir(): change signature
` [PATCH v2 11/51] resolve_gitlink_ref(): improve docstring
` [PATCH v2 12/51] Pass a (ref_cache *) to the resolve_gitlink_*() helper functions
` [PATCH v2 13/51] resolve_gitlink_ref_recursive(): change to work with struct ref_cache
` [PATCH v2 14/51] repack_without_ref(): remove temporary
` [PATCH v2 15/51] create_ref_entry(): extract function from add_ref()
` [PATCH v2 16/51] add_ref(): take a (struct ref_entry *) parameter
` [PATCH v2 17/51] do_for_each_ref(): correctly terminate while processesing extra_refs
` [PATCH v2 18/51] do_for_each_ref_in_array(): new function
` [PATCH v2 19/51] do_for_each_ref_in_arrays(): "
` [PATCH v2 20/51] repack_without_ref(): reimplement using do_for_each_ref_in_array()
` [PATCH v2 21/51] names_conflict(): new function, extracted from is_refname_available()
` [PATCH v2 22/51] names_conflict(): simplify implementation
` [PATCH v2 23/51] is_refname_available(): reimplement using do_for_each_ref_in_array()
` [PATCH v2 24/51] refs.c: reorder definitions more logically
` [PATCH v2 25/51] free_ref_entry(): new function
` [PATCH v2 26/51] check_refname_component(): return 0 for zero-length components
` [PATCH v2 27/51] struct ref_entry: nest the value part in a union
` [PATCH v2 28/51] refs.c: rename ref_array -> ref_dir
` [PATCH v2 29/51] refs: store references hierarchically
` [PATCH v2 30/51] sort_ref_dir(): do not sort if already sorted
` [PATCH v2 31/51] refs: sort ref_dirs lazily
` [PATCH v2 32/51] do_for_each_ref(): only iterate over the subtree that was requested
` [PATCH v2 33/51] get_ref_dir(): keep track of the current ref_dir
` [PATCH v2 34/51] refs: wrap top-level ref_dirs in ref_entries
` [PATCH v2 35/51] get_packed_refs(): return (ref_entry *) instead of (ref_dir *)
` [PATCH v2 36/51] get_loose_refs(): "
` [PATCH v2 37/51] is_refname_available(): take "
` [PATCH v2 38/51] find_ref(): "
` [PATCH v2 39/51] read_packed_refs(): "
` [PATCH v2 40/51] add_ref(): "
` [PATCH v2 41/51] find_containing_direntry(): use "
` [PATCH v2 42/51] search_ref_dir(): take "
` [PATCH v2 43/51] add_entry(): "
` [PATCH v2 44/51] do_for_each_ref_in_dir*(): "
` [PATCH v2 45/51] sort_ref_dir(): "
` [PATCH v2 46/51] struct ref_dir: store a reference to the enclosing ref_cache
` [PATCH v2 47/51] read_loose_refs(): take a (ref_entry *) as argument
` [PATCH v2 48/51] refs: read loose references lazily
` [PATCH v2 49/51] is_refname_available(): query only possibly-conflicting references
` [PATCH v2 50/51] read_packed_refs(): keep track of the directory being worked in
` [PATCH v2 51/51] repack_without_ref(): call clear_packed_ref_cache()

Question about commit message wrapping
 2011-12-12 16:37 UTC  (7+ messages)

Breakage (?) in configure and git_vsnprintf()
 2011-12-12 14:25 UTC  (8+ messages)

[RFC/PATCH] show tracking branches with their associated branch names
 2011-12-12 14:19 UTC  (5+ messages)

best way to fastforward all tracking branches after a fetch
 2011-12-12 10:24 UTC  (21+ messages)

Access to git repository through squid proxy: The remote end hung up unexpectedly
 2011-12-12  9:25 UTC  (5+ messages)

[bug?] checkout -m doesn't work without a base version
 2011-12-12  5:29 UTC  (6+ messages)

[PATCH] Update documentation for stripspace
 2011-12-12  6:41 UTC  (2+ messages)

[PATCH 0/4] git-p4: paths for p4
 2011-12-12  5:14 UTC  (2+ messages)

[PATCH 1/3] Convert resolve_ref+xstrdup to new resolve_refdup function
 2011-12-12  8:13 UTC  (10+ messages)
` [PATCH 2/3] Guard memory overwriting in resolve_ref's static buffer
` [PATCH 3/3] Rename resolve_ref() to resolve_ref_unsafe()

[RFD] Handling of non-UTF8 data in gitweb
 2011-12-12  5:26 UTC  (4+ messages)

Auto update submodules after merge and reset
 2011-12-11 21:15 UTC  (9+ messages)

git for change control of software deployment updates
 2011-12-11  5:09 UTC  (3+ messages)

git bug(?) for commit baf18fc261ca475343fe3cb9cd2c0dded4bc1bb7
 2011-12-11  2:28 UTC  (8+ messages)
` [PATCH] Copy resolve_ref() return value for longer use

process committed files in post-receive hook
 2011-12-10 21:31 UTC  (4+ messages)

[PATCHv3 0/13] credential helpers
 2011-12-10 20:09 UTC  (11+ messages)
` [PATCHv3 03/13] introduce credentials API
` [PATCHv3 08/13] credential: make relevance of http path configurable
` [PATCHv3 11/13] strbuf: add strbuf_add*_urlencode
` [PATCH 1/1] contrib: add credential helper for OS X Keychain

git-work, git-base: an example of how to use it
 2011-12-10 15:54 UTC  (2+ messages)

[POC PATCH 0/5] Threaded loose object and pack access
 2011-12-10 15:51 UTC  (2+ messages)

[PATCH v2 0/3] grep multithreading and scaling
 2011-12-10 13:13 UTC  (6+ messages)
` [PATCH v2 3/3] grep: disable threading in all but worktree case
  ` [PATCH 4/2] grep: turn off threading for non-worktree


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