git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2012-05-01 19:51:07 to 2012-05-03 18:54:49 UTC [more...]

Index format v5
 2012-05-03 18:54 UTC  (4+ messages)

Newbie grief
 2012-05-03 18:46 UTC  (40+ messages)

Bug in git-stash(.sh) ?
 2012-05-03 18:44 UTC  (10+ messages)
                  ` [git] "

[PATCH 1/6] http: try http_proxy env var when http.proxy config option is not set
 2012-05-03 18:05 UTC  (2+ messages)

[PATCH] git cherry-pick: Add NULL check to sequencer parsing of HEAD
 2012-05-03 17:34 UTC  (9+ messages)
` [PATCH v2] "
` [PATCH v3] "

Is there any way to make hooks part of the repository?
 2012-05-03 17:05 UTC  (17+ messages)

[PATCH 6/6] http: rename HTTP_REAUTH to HTTP_AUTH_RETRY
 2012-05-03 16:40 UTC 

[PATCH 5/6] http: Avoid limit of retrying request only twice
 2012-05-03 16:40 UTC 

[PATCH 4/6] http: handle proxy authentication failure (error 407)
 2012-05-03 16:40 UTC 

[PATCH 3/6] http: fix http_proxy specified without protocol part
 2012-05-03 16:40 UTC 

[PATCH 2/6] http: handle proxy proactive authentication
 2012-05-03 16:39 UTC 

[PATCH 0/6] Re-roll of http-proxy-more branch
 2012-05-03 16:39 UTC 

Breaking up Git's color emission for i18n
 2012-05-03 13:35 UTC  (2+ messages)

Please pull git-po master branch
 2012-05-03 13:12 UTC  (26+ messages)
  ` [PATCH 0/5] de.po suggested updates
    ` [PATCH 1/5] stash: make "saved" message translatable
    ` [PATCH de.po 2/5] de.po: translate "bare" as "bloß"
    ` [PATCH de.po 3/5] de.po: hopefully uncontroversial fixes
    ` [PATCH de.po 4/5] de.po: translate "bad" as "ungültig" ("invalid")
    ` [PATCH de.po 5/5] de.po: collection of suggestions
          ` [PATCH on ab/i18n] branch: remove lego in i18n tracking info strings

Large repo and pack.packsizelimit
 2012-05-03 11:57 UTC 

[PATCH 0/4] report chmod'ed binary files the same as text files
 2012-05-03 11:45 UTC  (7+ messages)
` [PATCH 1/4] test: modernize style of t4006
` [PATCH 2/4] tests: check --[short]stat output after chmod

Really big update of git.pot (273 extra messages need to be translated)
 2012-05-03 11:07 UTC 

[PATCH] checkout: squelch "'mode' may be used uninitialized in this function" warning
 2012-05-03 10:59 UTC  (2+ messages)

[PATCH v3 0/9] Large file support for git-archive
 2012-05-03  8:52 UTC  (11+ messages)
` [PATCH v3 1/9] streaming: void pointer instead of char pointer
` [PATCH v3 2/9] archive-tar: turn write_tar_entry into blob-writing only
` [PATCH v3 3/9] archive-tar: unindent write_tar_entry by one level
` [PATCH v3 4/9] archive: delegate blob reading to backend
` [PATCH v3 5/9] archive-tar: stream large blobs to tar file
` [PATCH v3 6/9] archive-zip: remove uncompressed_size
` [PATCH v3 7/9] archive-zip: factor out helpers for writing sizes and CRC
` [PATCH v3 8/9] archive-zip: streaming for stored files
` [PATCH v3 9/9] archive-zip: streaming for deflated files
` [PATCH 10/9] t5000: rationalize unzip tests

What's cooking in git.git (May 2012, #01; Wed, 2)
 2012-05-03  7:10 UTC  (4+ messages)

[PATCH v2 00/18] Read loose references lazily
 2012-05-03  6:47 UTC  (6+ messages)
` [PATCH v2 08/18] do_for_each_reflog(): use a strbuf to hold logfile name

[PATCH 0/2] [GIT PULL] ktest: A couple of fixes
 2012-05-03  2:06 UTC  (9+ messages)

git pull and GIT_DIR
 2012-05-02 23:21 UTC  (3+ messages)

git p4: in-place submit
 2012-05-02 22:19 UTC  (5+ messages)

[PATCH] Makefile: NO_INSTALL_HARDLINKS
 2012-05-02 22:12 UTC 

Bad Man Page URLs
 2012-05-02 21:46 UTC  (12+ messages)

[PATCH] de.po: unify translations of "ahead" and "behind"
 2012-05-02 21:29 UTC 

New NULL dereference in sequence.c
 2012-05-02 19:38 UTC  (5+ messages)

[PATCH 0/9] Prefix-compress on-disk index entries
 2012-05-02 17:13 UTC  (14+ messages)
` [PATCH 1/2] unpack-trees: preserve the index file version of original
  ` [PATCH 2/2] index-v4: document the entry format

[PATCH 0/2] Fix some constness errors in fetch-pack
 2012-05-02 17:14 UTC  (10+ messages)
` [PATCH 1/2] cmd_fetch_pack(): declare dest to be const
` [PATCH 2/2] cmd_fetch_pack(): fix constness problem and memory leak
      ` [PATCH 0/3] Fix some constness errors in fetch-pack and parseopt conversion
        ` [PATCH 1/3] cmd_fetch_pack(): declare dest to be const
        ` [PATCH 2/3] fetch-pack: use parse_options()
        ` [PATCH 3/3] cmd_fetch_pack(): fix constness problem and memory leak

Location-agnostic submodules
 2012-05-02 16:55 UTC  (8+ messages)

[BUG] "fetch $there +refs/*:refs/*" fails if there is a stash
 2012-05-02 16:26 UTC  (3+ messages)

[PATCH] t/Makefile: retain cache t/.prove across prove runs
 2012-05-02 16:07 UTC  (2+ messages)

[PATCH] create_ref_entry(): move check_refname_format() call to callers
 2012-05-02 15:38 UTC  (7+ messages)

[PATCH v2 00/10] Large file support for git-archive
 2012-05-02 14:43 UTC  (14+ messages)
` [PATCH v2 01/10] streaming: void pointer instead of char pointer
` [PATCH v2 02/10] archive-tar: turn write_tar_entry into blob-writing only
` [PATCH v2 03/10] archive-tar: unindent write_tar_entry by one level
` [PATCH v2 04/10] archive: delegate blob reading to backend
` [PATCH v2 05/10] archive-tar: allow to accumulate writes before writing 512-byte blocks
` [PATCH v2 06/10] archive-tar: stream large blobs to tar file
` [PATCH v2 07/10] archive-zip: remove uncompressed_size
` [PATCH v2 08/10] archive-zip: factor out helpers for writing sizes and CRC
` [PATCH v2 09/10] archive-zip: streaming for stored files
` [PATCH v2 10/10] archive-zip: streaming for deflated files

broken bash completion
 2012-05-02 14:09 UTC 

Noob asking for repo setup advice
 2012-05-02 11:46 UTC 

[GUILT] [PATCH] Change git branch when patches are applied
 2012-05-02  6:41 UTC  (3+ messages)

[GUILT] [PATCH] Handle empty patches and patches with only a header
 2012-05-02  6:27 UTC  (3+ messages)

What's cooking in git.git (Apr 2012, #11; Sun, 29)
 2012-05-02  6:04 UTC  (2+ messages)

[ANNOUNCE] Git 1.7.10.1
 2012-05-02  5:12 UTC 

Please pull git-po maint branch
 2012-05-02  2:44 UTC 

Maintenance of the maint and master branches of git-po
 2012-05-02  2:42 UTC 

1.7.10 doesn't show file pushstatus
 2012-05-02  1:04 UTC  (7+ messages)
      ` [PATCH 3/3] t5541: test more combinations of --progress
      ` Re: 1.7.10 doesn't show file pushstatus

[PATCH] completion: simplify __git_complete_revlist_file
 2012-05-01 23:46 UTC  (3+ messages)

[PATCH] t/gitweb-lib: use $PERL_PATH to run gitweb
 2012-05-01 20:54 UTC  (3+ messages)
` [PATCH] Consistently use perl from /usr/bin/ for scripts

git log -z still outputting newlines?
 2012-05-01 20:03 UTC  (7+ messages)
` [PATCH] log-tree: use custom line terminator in line termination mode

gc --aggressive
 2012-05-01 20:02 UTC  (14+ messages)

git-subtree split O(N)
 2012-05-01 19:49 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).