git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2013-02-20 19:55:55 to 2013-02-23 23:06:14 UTC [more...]

[PATCH 00/13] Git help option to list user guides
 2013-02-23 23:05 UTC  (6+ messages)
` [PATCH 01/13] Use 'Git' in help messages
` [PATCH 02/13] Show 'git help <guide>' usage, with examples
` [PATCH 05/13] Help.c: add list_common_guides_help() function
` [PATCH 06/13] Add guide-list.txt and extraction shell
` [PATCH 07/13] Extend name string for longer names

[PATCH] pkt-line: Fix sparse errors and warnings
 2013-02-23 22:37 UTC  (3+ messages)

[PATCH] Improve QNX support in GIT
 2013-02-23 22:02 UTC 

[PATCH 1/2] index-format.txt: mention of v4 is missing in some places
 2013-02-23 21:53 UTC  (10+ messages)
` [PATCH 2/2] read-cache.c: use INDEX_FORMAT_{LB,UB} in verify_hdr()
  ` [PATCH 3/2] update-index: list supported idx versions and their features
  ` [PATCH v2 "

[PATCH] Documentation/githooks: Explain pre-rebase parameters
 2013-02-23 21:35 UTC  (4+ messages)
` [PATCH v2] "

[PATCH] update-index: allow "-h" to also display options
 2013-02-23 21:25 UTC  (3+ messages)

patch for fix build git on Haiku
 2013-02-23 20:42 UTC  (2+ messages)

"git branch HEAD" dumps core when on detached head (NULL pointer dereference)
 2013-02-23 20:01 UTC  (10+ messages)
` [PATCH] branch: segfault fixes and validation
    ` [PATCH v2] "
        ` [PATCH v3] "

Suggested improvements to the git-p4 documentation (branch-related)
 2013-02-23 19:11 UTC  (6+ messages)

[PATCH] Spelling fixes
 2013-02-23 18:23 UTC  (3+ messages)

[PATCH] l10n: de.po: correct translation of "bisect" messages
 2013-02-23 18:17 UTC  (4+ messages)
` [PATCHv2] "

[PATCH] diff: Fix rename pretty-print when suffix and prefix overlap
 2013-02-23 16:48 UTC 

Fwd: Compiling git 1.8.1.4 on 64bit centos 5.6
 2013-02-23 15:44 UTC  (2+ messages)

[PATCH] add: allow users to silence Git 2.0 warnings about "add -u"
 2013-02-23  8:44 UTC  (8+ messages)

git checkout problem
 2013-02-23  8:19 UTC  (2+ messages)

[RFD] subtree status - comparing subtree with a remote
 2013-02-23  0:19 UTC 

What's cooking in git.git (Feb 2013, #09; Thu, 21)
 2013-02-22 23:35 UTC  (2+ messages)
` What will be in 1.8.2-rc1

[PATCH] t7502: perform commits using alternate editor in a subshell
 2013-02-22 23:24 UTC  (2+ messages)

Crashes while trying to show tag objects with bad timestamps
 2013-02-22 23:20 UTC  (9+ messages)
` [RFC/PATCH] hash-object doc: "git hash-object -w" can write invalid objects

[PATCH v4 09/12] sequencer.c: teach append_signoff to avoid adding a duplicate newline
 2013-02-22 22:38 UTC  (12+ messages)
` [PATCH v4.1 "
        ` [PATCH] git-commit: populate the edit buffer with 2 blank lines before s-o-b
              ` [PATCH v2] "

https_proxy and libcurl
 2013-02-22 22:09 UTC  (3+ messages)

Is this a bug?
 2013-02-22 21:48 UTC  (5+ messages)

[PATCHv3] Fix in Git.pm cat_blob crashes on large files
 2013-02-22 21:20 UTC  (2+ messages)

post-receive-email hook with custom_showrev
 2013-02-22 20:57 UTC 

[PATCH] submodule update: when using recursion, show full path
 2013-02-22 19:17 UTC  (2+ messages)

[PATCH] Fix in Git.pm cat_blob crashes on large files (resubmit with reviewed-by)
 2013-02-22 19:17 UTC  (5+ messages)
` [PATCH] Fix in Git.pm cat_blob crashes on large files (resubmit

[PATCH] archive: let remote clients get reachable commits
 2013-02-22 19:15 UTC  (7+ messages)

[BUG] git-check-ignore: Segmentation fault
 2013-02-22 17:23 UTC  (18+ messages)
` [PATCH 1/2] t0008: document test_expect_success_multi
  ` [PATCH 2/2] check-ignore.c: fix segfault with '.' argument from repo root
        ` Re* "
                  ` [PATCH 1/2] format-patch: rename "no_inline" field
                  ` [PATCH 2/2] format-patch: --inline-single

[PATCH] Fix in Git.pm cat_blob crashes on large files (reviewed by Jeff King)
 2013-02-22 17:10 UTC  (2+ messages)

What's cooking in git.git (Feb 2013, #05; Tue, 12)
 2013-02-22 16:58 UTC  (12+ messages)

[PATCH] Fix in Git.pm cat_blob crashes on large files
 2013-02-22 15:38 UTC  (6+ messages)

question about the ultimate source tracking
 2013-02-22 14:52 UTC 

[PATCHv3 0/19] pkt-line cleanups and fixes
 2013-02-22 11:22 UTC  (26+ messages)
` [PATCH v3 03/19] upload-pack: remove packet debugging harness
` [PATCH v3 04/19] fetch-pack: fix out-of-bounds buffer offset in get_ack
` [PATCH v3 05/19] send-pack: prefer prefixcmp over memcmp in receive_status
` [PATCH v3 06/19] upload-archive: do not copy repo name
` [PATCH v3 07/19] upload-archive: use argv_array to store client arguments
` [PATCH v3 08/19] write_or_die: raise SIGPIPE when we get EPIPE
` [PATCH v3 09/19] pkt-line: move a misplaced comment
` [PATCH v3 10/19] pkt-line: drop safe_write function
` [PATCH v3 11/19] pkt-line: provide a generic reading function with options
` [PATCH v3 12/19] pkt-line: teach packet_read_line to chomp newlines
` [PATCH v3 13/19] pkt-line: move LARGE_PACKET_MAX definition from sideband
` [PATCH v3 14/19] pkt-line: provide a LARGE_PACKET_MAX static buffer
` [PATCH v3 15/19] pkt-line: share buffer/descriptor reading implementation
` [PATCH v3 16/19] teach get_remote_heads to read from a memory buffer
` [PATCH v3 17/19] remote-curl: pass buffer straight to get_remote_heads
` [PATCH v3 18/19] remote-curl: move ref-parsing code up in file
` [PATCH v3 19/19] remote-curl: always parse incoming refs

-B option of git log
 2013-02-22 10:14 UTC  (3+ messages)

[RFC] Provide a mechanism to turn off symlink resolution in ceiling paths
 2013-02-22  7:23 UTC  (3+ messages)

[PATCH v4 4/4] t7800: "defaults" is no longer a builtin tool name
 2013-02-21 23:49 UTC  (2+ messages)

[PATCH v3 1/4] difftool: silence uninitialized variable warning
 2013-02-21 23:31 UTC  (7+ messages)
` [PATCH 2/4] t7800: update copyright notice
  ` [PATCH v3 3/4] t7800: modernize tests
    ` [PATCH v3 4/4] t7800: "defaults" is no longer a builtin tool name

git svn problem, probably a regression
 2013-02-20 22:13 UTC  (4+ messages)

[PATCH 2/2] Documentation: filter-branch env-filter example
 2013-02-21 20:49 UTC  (2+ messages)

[PATCH 1/2] git-filter-branch.txt: clarify ident variables usage
 2013-02-21 20:46 UTC  (2+ messages)

[PATCH v2 0/2] Documentation: filter-branch env-filter example
 2013-02-21 20:21 UTC 

Credentials and the Secrets API
 2013-02-21 19:27 UTC  (5+ messages)

QNX support
 2013-02-21 18:04 UTC  (3+ messages)

"git branch --contains x y" creates a branch instead of checking containment
 2013-02-21 17:48 UTC  (4+ messages)

RFD: concatening textconv filters
 2013-02-21 17:39 UTC  (2+ messages)

Google Summer of Code 2013 (GSoC13)
 2013-02-21 15:41 UTC  (6+ messages)

running git from non-standard location on Mac
 2013-02-21 11:48 UTC  (4+ messages)

Another slash at index size
 2013-02-21  9:45 UTC 

[BUG] Infinite make recursion when configure.ac changes
 2013-02-21  7:59 UTC  (5+ messages)

[RFH/PATCH] imap-send: support SNI (RFC4366)
 2013-02-21  5:48 UTC  (3+ messages)

Merge with staged and unstaged changes
 2013-02-20 22:17 UTC  (4+ 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).