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

[PATCH] Spelling fixes
 2013-02-23 14:58 UTC  (2+ messages)

Suggested improvements to the git-p4 documentation (branch-related)
 2013-02-23 14:48 UTC  (5+ messages)

Fwd: Compiling git 1.8.1.4 on 64bit centos 5.6
 2013-02-23 13:13 UTC 

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

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

[PATCH 1/2] index-format.txt: mention of v4 is missing in some places
 2013-02-23  2:29 UTC  (6+ 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 "

[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  (24+ messages)
` [PATCH 1/2] t0008: document test_expect_success_multi
  ` [PATCH 2/2] check-ignore.c: fix segfault with '.' argument from repo root
        ` [PATCH v2 2/2] check-ignore.c, dir.c: "
        ` Re* [PATCH 2/2] check-ignore.c: "
                  ` [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)

patch for fix build git on Haiku
 2013-02-22 15:13 UTC 

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  (28+ messages)
` [PATCH v3 01/19] upload-pack: use get_sha1_hex to parse "shallow" lines
` [PATCH v3 02/19] upload-pack: do not add duplicate objects to shallow list
` [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)

[PATCH v3 0/8] Fix GIT_CEILING_DIRECTORIES that contain symlinks
 2013-02-22  7:23 UTC  (11+ messages)
          ` [RFC] Provide a mechanism to turn off symlink resolution in ceiling paths

[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  (8+ 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)

[PATCH] Documentation/githooks: Explain pre-rebase parameters
 2013-02-20 17:23 UTC  (4+ messages)

[PATCH] Bugfix: undefined htmldir in config.mak.autogen
 2013-02-20 12:30 UTC  (8+ messages)

[RFC v2] git-multimail: a replacement for post-receive-email
 2013-02-20 12:28 UTC  (2+ messages)

Git Merge 2013 Conference, Berlin
 2013-02-20  8:57 UTC  (14+ messages)

[PATCH 0/3] make smart-http more robust against bogus server input
 2013-02-20  8:54 UTC  (21+ messages)
` [PATCH 3/3] remote-curl: sanity check ref advertisement from server
        ` [PATCHv2 0/10] pkt-line and remote-curl cleanups server
          ` [PATCHv2 04/10] pkt-line: change error message for oversized packet
          ` [PATCHv2 10/10] remote-curl: always parse incoming refs

What's cooking in git.git (Feb 2013, #08; Tue, 19)
 2013-02-20  8:50 UTC  (2+ messages)

[ANNOUNCE] Git v1.8.1.4
 2013-02-20  7:42 UTC 


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