git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2013-08-16 10:54:02 to 2013-08-20 17:28:58 UTC [more...]

[PATCH v4 0/4] Four small gitweb tweaks
 2013-08-20 17:22 UTC  (4+ messages)
` [PATCH v4 1/4] gitweb: Ensure OPML text fits inside its box
` [PATCH v4 3/4] gitweb: omit the repository owner when it is unset
` [PATCH v4 4/4] gitweb: make search help link less ugly

[PATCH] mailmap: fix check for freeing memory
 2013-08-20 17:18 UTC  (11+ messages)
    ` [PATCH] mailmap: remove redundant "

[GUILT] add FreeBSD support
 2013-08-20 15:25 UTC  (6+ messages)

[PATCH] stream_to_pack: xread does not guarantee to read all requested bytes
 2013-08-20 15:16 UTC  (3+ messages)

Git tag output order is incorrect (IMHO)
 2013-08-20 15:12 UTC  (5+ messages)

Should "git apply --check" imply verbose?
 2013-08-20 15:11 UTC 

[RFC PATCH] repack: rewrite the shell script in C
 2013-08-20 15:08 UTC  (12+ messages)
` [RFC PATCHv2] "
      ` [RFC PATCHv3] "
          ` [RFC PATCHv4] "

CPPCheck found 24 high risk bugs in Git v.1.8.3.4
 2013-08-20 14:33 UTC  (10+ messages)

[PATCH] Document smart http
 2013-08-20 14:20 UTC  (3+ messages)

[PATCH v3 00/24] Index-v5
 2013-08-20 14:16 UTC  (35+ messages)
` [PATCH v3 01/24] t2104: Don't fail for index versions other than [23]
` [PATCH v3 02/24] read-cache: use fixed width integer types
` [PATCH v3 03/24] read-cache: split index file version specific functionality
` [PATCH v3 04/24] read-cache: clear version in discard_index()
` [PATCH v3 05/24] read-cache: move index v2 specific functions to their own file
` [PATCH v3 06/24] read-cache: Don't compare uid, gid and ino on cygwin
` [PATCH v3 07/24] read-cache: Re-read index if index file changed
` [PATCH v3 08/24] add documentation for the index api
` [PATCH v3 09/24] read-cache: add index reading api
` [PATCH v3 10/24] make sure partially read index is not changed
` [PATCH v3 11/24] grep.c: use index api
` [PATCH v3 12/24] ls-files.c: "
` [PATCH v3 13/24] documentation: add documentation of the index-v5 file format
` [PATCH v3 14/24] read-cache: make in-memory format aware of stat_crc
` [PATCH v3 15/24] read-cache: read index-v5
` [PATCH v3 16/24] read-cache: read resolve-undo data
` [PATCH v3 17/24] read-cache: read cache-tree in index-v5
` [PATCH v3 18/24] read-cache: write index-v5
` [PATCH v3 19/24] read-cache: write index-v5 cache-tree data
` [PATCH v3 20/24] read-cache: write resolve-undo data for index-v5
` [PATCH v3 21/24] update-index.c: rewrite index when index-version is given
` [PATCH v3 22/24] p0003-index.sh: add perf test for the index formats
` [PATCH v3 23/24] introduce GIT_INDEX_VERSION environment variable
` [PATCH v3 24/24] test-lib: allow setting the index format version

Notes and submodules
 2013-08-20  9:41 UTC  (4+ messages)

git clone doesn't work in symlink dir roots on Windows
 2013-08-20  7:30 UTC  (4+ messages)
    `  "

[PATCH] xread(): Fix read error when filtering >= 2GB on Mac OS X
 2013-08-20  6:43 UTC  (30+ messages)
` [PATCH v2] compat: Fix read() of 2GB and more "
  ` [PATCH v3] "
    ` [PATCH v4] "
      ` [PATCH v5 0/2] Fix IO of >=2GB on Mac OS X by limiting IO chunks
        ` [PATCH v5 1/2] xread, xwrite: Limit size of IO, fixing IO of 2GB and more on Mac OS X
        ` [PATCH v5 2/2] Revert "compate/clipped-write.c: large write(2) fails on Mac OS X/XNU"

Does Git now have any C struct version history tracking mechanism?
 2013-08-20  3:55 UTC  (4+ messages)

[PATCH v2] submodule: prevent warning in summary output
 2013-08-20  0:26 UTC 

[PATCH] Git segmentation faults if submodule path is empty
 2013-08-20  0:26 UTC  (12+ messages)

What's cooking in git.git (Aug 2013, #05; Mon, 19)
 2013-08-19 22:44 UTC 

[PATCH] git-send-email: kill $prompting variable
 2013-08-19 21:25 UTC  (2+ messages)

[PATCH] submodule: prevent warning in summary output
 2013-08-19 21:17 UTC  (3+ messages)

[PATCH v2 0/2] Don't print status output with submodule.<name>.ignore=all
 2013-08-19 21:14 UTC  (5+ messages)
` [PATCH v2 1/2] submodule: fix confusing variable name
` [PATCH v2 2/2] submodule: don't print status output with ignore=all

[ANNOUNCE] Git v1.8.4-rc4
 2013-08-19 20:41 UTC  (2+ messages)

[PATCH gitk 0/4] gitk support for git log -L
 2013-08-19 17:30 UTC  (8+ messages)

What's cooking in git.git (Aug 2013, #04; Thu, 15)
 2013-08-19 16:53 UTC  (3+ messages)

[PATCH v6 2/3] branch: report invalid tracking branch as broken
 2013-08-19  0:38 UTC  (4+ messages)
` [PATCH v7 0/3] some enhancements for reporting branch tracking info

[PATCH v2 0/2] fix cases of rebase -i ignoring core.commentchar
 2013-08-19  0:29 UTC  (5+ messages)
` [PATCH v2 1/2] rebase -i: fix skip_unnecessary_picks() to respect core.commentchar
` [PATCH v2 2/2] rebase -i: fix core.commentchar regression

[RFC] git-send-email: Cache generated message-ids, use them when prompting
 2013-08-18 22:24 UTC  (3+ messages)

[PATCH] Add command `git bisect state` that checks if the current bisection process has reached the first bad commit
 2013-08-18 21:39 UTC  (4+ messages)

[PATCH] rebase -i: fix cases ignoring core.commentchar
 2013-08-18 20:36 UTC  (5+ messages)

[PATCH v2 00/46] "struct pathspec" conversion and :(glob) and :(icase)
 2013-08-18 19:40 UTC  (4+ messages)
  ` "git fmt-merge-msg" usage (was [PATCH v2 00/46] "struct pathspec" conversion and :(glob) and :(icase))
    ` "git fmt-merge-msg" usage

What's cooking in git.git (Aug 2013, #03; Tue, 13)
 2013-08-18 15:05 UTC  (2+ messages)

netrc credential helper promotion out of contrib?
 2013-08-18 10:35 UTC 

[PATCH] tag: Use OPT_BOOL instead of OPT_BOOLEAN to allow one action multiple times
 2013-08-18  9:27 UTC  (9+ messages)

Don't print status output with submodule.<name>.ignore=all
 2013-08-17 16:27 UTC  (5+ messages)
` [PATCH 2/2] submodule: don't print status output with ignore=all

so, for the really out of date
 2013-08-17 15:50 UTC  (2+ messages)

[PATCH] bash prompt: test the prompt with newline in repository path
 2013-08-17  9:01 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH] create_delta_index: simplify condition always evaluating to true
 2013-08-17  6:58 UTC  (6+ messages)

[PATCH] CET is only one hour ahead of UTC, it even says so in date.c
 2013-08-17  6:40 UTC  (9+ messages)
` [PATCH] CET is only one hour ahead of UTC
  ` [PATCH v2] CEST is +0200 during April

[RFC PATCH] During a shallow fetch, prevent sending over unneeded objects
 2013-08-16 23:52 UTC  (6+ messages)
` [PATCH 1/6] Move setup_alternate_shallow and write_shallow_commits to shallow.c
  ` [PATCH 2/6] shallow: only add shallow graft points to new shallow file
  ` [PATCH 3/6] shallow: add setup_temporary_shallow()

git undo # last command
 2013-08-16 20:29 UTC  (4+ messages)

[PATCH] cherry-pick: allow "-" as abbreviation of '@{-1}'
 2013-08-16 15:17 UTC  (4+ messages)

duplicate objects in packfile
 2013-08-16 15:01 UTC  (4+ messages)

[PATCH] lookup_object: split up displacement penalty for hash collisions
 2013-08-16 13:49 UTC  (5+ messages)

[cygwin] Re: Lack of case-sensitive filename handling with git 1.7.9-1 for Cygwin 64-bit
 2013-08-16 13:21 UTC  (2+ messages)

Understanding Git Under The Hood: Trees
 2013-08-16 13:13 UTC  (6+ messages)

[PATCH] create_delta_index: simplify condition always evaluating to true
 2013-08-16 12:40 UTC  (3+ 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).