git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2013-04-22 04:55:12 to 2013-04-23 16:35:46 UTC [more...]

Locating merge that dropped a change
 2013-04-23 16:35 UTC  (4+ messages)
` [RFC/PATCH] Make --full-history consider more merges

[PATCH 0/7] Introduce rebase.autostash
 2013-04-23 16:35 UTC  (13+ messages)
` [PATCH 1/7] am: suppress error output from a conditional
` [PATCH 2/7] rebase -i: don't error out if $state_dir already exists
` [PATCH 3/7] am: tighten a conditional that checks for $dotest
` [PATCH 4/7] am: don't do housekeeping when rebasing
` [PATCH 5/7] rebase -i: return control to the caller, for housekeeping
` [PATCH 6/7] sh-setup: introduce require_clean_work_tree --quiet
` [PATCH 7/7] rebase: implement --[no-]autostash and rebase.autostash

[PATCH] t4202 (log): add failing test for log with subtree
 2013-04-23 16:29 UTC  (34+ messages)

git svn dcommit doesn't work with useSvnsyncProps
 2013-04-23 16:07 UTC 

Premerging topics (was: [RFD] annnotating a pair of commit objects?)
 2013-04-23 15:36 UTC  (8+ messages)
  ` Premerging topics

[PATCH v5] git-completion.bash: add support for path completion
 2013-04-23 15:25 UTC  (3+ messages)

[PATCH 0/6] grep with textconv
 2013-04-23 15:20 UTC  (14+ messages)
` [PATCHv2 0/7] "
  ` [PATCHv2 1/7] t4030: demonstrate behavior of show "
  ` [PATCHv2 2/7] show: obey --textconv for blobs
  ` [PATCHv2 3/7] cat-file: do not die on --textconv without textconv filters
  ` [PATCHv2 4/7] t7008: demonstrate behavior of grep with textconv
  ` [PATCHv2 5/7] grep: allow to use textconv filters
  ` [PATCHv2 6/7] grep: honor --textconv for the case rev:path
  ` [PATCHv2 7/7] git grep: honor textconv by default

[PATCH] git-prompt.sh: Show where rebase is at when interrupted by a merge conflict
 2013-04-23 15:08 UTC  (2+ messages)

[PATCH] send-email: support NNTP
 2013-04-23 15:02 UTC  (2+ messages)

git fetch refs and tags
 2013-04-23 14:59 UTC  (5+ messages)

[PATCH] Add .gitconfig variable commit.gpg-sign
 2013-04-23 14:01 UTC  (4+ messages)

[PATCH] gitk: workaround Tcl/Tk Cmd-TAB behavior on OSX
 2013-04-23 13:26 UTC  (2+ messages)

[PATCH] submodule.c: duplicate real_path's return value
 2013-04-23 11:00 UTC 

[PATCH v2 00/33] Various cleanups around reference packing and peeling
 2013-04-23  9:15 UTC  (37+ messages)
` [PATCH v2 01/33] refs: document flags constants REF_*
` [PATCH v2 02/33] refs: document the fields of struct ref_value
` [PATCH v2 03/33] refs: document do_for_each_ref() and do_one_ref()
` [PATCH v2 04/33] refs: document how current_ref is used
` [PATCH v2 05/33] refs: define constant PEELED_LINE_LENGTH
` [PATCH v2 06/33] do_for_each_ref_in_dirs(): remove dead code
` [PATCH v2 07/33] get_packed_ref(): return a ref_entry
` [PATCH v2 08/33] peel_ref(): use function get_packed_ref()
` [PATCH v2 09/33] repack_without_ref(): "
` [PATCH v2 10/33] refs: extract a function ref_resolves_to_object()
` [PATCH v2 11/33] refs: extract function peel_object()
` [PATCH v2 12/33] peel_object(): give more specific information in return value
` [PATCH v2 13/33] peel_ref(): fix return value for non-peelable, not-current reference
` [PATCH v2 14/33] refs: extract a function peel_entry()
` [PATCH v2 15/33] refs: change the internal reference-iteration API
` [PATCH v2 16/33] t3210: test for spurious error messages for dangling packed refs
` [PATCH v2 17/33] repack_without_ref(): silence errors "
` [PATCH v2 18/33] search_ref_dir(): return an index rather than a pointer
` [PATCH v2 19/33] refs: change how packed refs are deleted
` [PATCH v2 20/33] t3211: demonstrate loss of peeled refs if a packed ref is deleted
` [PATCH v2 21/33] repack_without_ref(): write peeled refs in the rewritten file
` [PATCH v2 22/33] refs: extract a function write_packed_entry()
` [PATCH v2 23/33] pack-refs: rename handle_one_ref() to pack_one_ref()
` [PATCH v2 24/33] pack-refs: merge code from pack-refs.{c,h} into refs.{c,h}
` [PATCH v2 25/33] pack_one_ref(): rename "path" parameter to "refname"
` [PATCH v2 26/33] refs: use same lock_file object for both ref-packing functions
` [PATCH v2 27/33] pack_refs(): change to use do_for_each_entry()
` [PATCH v2 28/33] refs: inline function do_not_prune()
` [PATCH v2 29/33] pack_one_ref(): use function peel_entry()
` [PATCH v2 30/33] pack_one_ref(): use write_packed_entry() to do the writing
` [PATCH v2 31/33] pack_one_ref(): do some cheap tests before a more expensive one
` [PATCH v2 32/33] refs: change do_for_each_*() functions to take ref_cache arguments
` [PATCH v2 33/33] refs: handle the main ref_cache specially
  ` [PATCH] fixup! t3210: test for spurious error messages for dangling packed refs

[PATCH 0/6] grep with textconv
 2013-04-23  8:58 UTC  (11+ messages)
` [PATCH 2/6] show: obey --textconv for blobs

[PATCH] t4202 (log): add test for --follow over a merge
 2013-04-23  6:28 UTC  (2+ messages)

What's cooking in git.git (Apr 2013, #05; Mon, 15)
 2013-04-23  0:42 UTC  (18+ messages)
                  ` jc/add-2.0-delete-default (Re: What's cooking in git.git (Apr 2013, #05; Mon, 15))
                        ` [PATCH 0/2] "git add -A/--no-all" finishing touches
                          ` [PATCH 1/2] git add: --ignore-removal is a better named --no-all
                          ` [PATCH 2/2] git add: rephrase -A/--no-all warning
                          ` [PATCH 3/2] git add <pathspec>... defaults to "-A"

[PATCH 00/16] remote-hg: second round of improvements
 2013-04-22 23:03 UTC  (24+ messages)
` [PATCH 01/16] remote-helpers: avoid has_key
` [PATCH 02/16] remote-hg: safer bookmark pushing
` [PATCH 03/16] remote-hg: use python urlparse
` [PATCH 04/16] remote-hg: properly mark branches up-to-date
` [PATCH 05/16] remote-hg: add branch_tip() helper
` [PATCH 06/16] remote-hg: add support for tag objects
` [PATCH 07/16] remote-hg: custom method to write tags
` [PATCH 08/16] remote-hg: write tags in the appropriate branch
` [PATCH 09/16] remote-hg: add custom local tag write code
` [PATCH 10/16] remote-hg: improve email sanitation
` [PATCH 11/16] remote-hg: add support for schemes extension
` [PATCH 12/16] remote-hg: don't update bookmarks unnecessarily
` [PATCH 13/16] remote-hg: allow refs with spaces
` [PATCH 14/16] remote-hg: small performance improvement
` [PATCH 15/16] remote-hg: use marks instead of inlined files
` [PATCH 16/16] remote-hg: strip extra newline

[PATCH] bisect: Store first bad commit as comment in log file
 2013-04-22 22:37 UTC  (7+ messages)

[PATCH] zlib: fix compilation failures with Sun C Compilaer
 2013-04-22 22:06 UTC  (6+ messages)

What's cooking in git.git (Apr 2013, #07; Mon, 22)
 2013-04-22 20:07 UTC 

[PATCH] git-imap-send.txt: remove the use of sslverify=false in GMail example
 2013-04-22 19:26 UTC  (2+ messages)
` [PATCH] git-imap-send.txt: remove the use of sslverify=false

[PATCH 1/5] check-ignore: move setup into cmd_check_ignore()
 2013-04-22 18:03 UTC  (6+ messages)
` [PATCH v2 1/5] t0008: remove duplicated test fixture data
  ` [PATCH v2 4/5] check-ignore: allow incremental streaming of queries via --stdin

[PATCH] cherry-pick/revert: make usage say '<commit-ish>...'
 2013-04-22 15:57 UTC 

[BUG] Filenames with single colon being treated as remote repository
 2013-04-22 16:00 UTC  (6+ messages)

Patch-to-mail notes resurrected
 2013-04-22 15:20 UTC  (2+ messages)

[BUG] Silent data loss on merge with uncommited changes + renames
 2013-04-22 15:19 UTC  (4+ messages)

[PATCH 0/5] Documentation/shortlog improvements
 2013-04-22 14:55 UTC  (7+ messages)
` [PATCH 4/5] git-log.txt: rewrite note on why "--" may be required

Staging Individual Lines
 2013-04-22 14:35 UTC  (2+ messages)

[ITCH] Mixed-case aliases
 2013-04-22  9:21 UTC 

[PATCH v2 1/8] Add new git-cc-cmd helper to contrib
 2013-04-22  7:30 UTC  (2+ messages)

[PATCH v3 0/7] Documentation/shortlog improvements
 2013-04-22  7:20 UTC  (9+ messages)
` [PATCH 1/7] git-shortlog.txt: remove (-h|--help) from OPTIONS
` [PATCH 2/7] revisions.txt: clarify the .. and ... syntax
` [PATCH 3/7] git-log.txt: order OPTIONS properly; move <since>..<until>
` [PATCH 4/7] git-log.txt: generalize <since>..<until>
` [PATCH 5/7] git-log.txt: rewrite note on why "--" may be required
` [PATCH 6/7] git-shortlog.txt: make SYNOPSIS match log, update OPTIONS
` [PATCH 7/7] builtin/shortlog.c: make usage string consistent with log
  ` [PATCH 6.5/7] builtin/log.c: make usage string consistent with doc

Subtree: My Status
 2013-04-22  7:18 UTC  (2+ messages)


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