git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-11-10 18:06:30 to 2014-11-14 12:32:30 UTC [more...]

how to reduce disk usage for large .git dirs?
 2014-11-14 12:32 UTC  (16+ messages)

[PATCH 1/1] gitk: po/ru.po russian translation typo fixed
 2014-11-14 11:05 UTC 

[PATCH v2] allow TTY tests to run under recent Mac OS
 2014-11-14 10:43 UTC  (2+ messages)

Bug: git log showing nothing when using --since and --until flags with specific dates
 2014-11-14  8:47 UTC  (10+ messages)
  ` [PATCH 0/2] approxidate and future ISO-like times
    ` [PATCH 1/2] pass TIME_DATE_NOW to approxidate future-check
    ` [PATCH 2/2] approxidate: allow ISO-like dates far in the future

[PATCH 0/2] Support updating working trees when pushing into non-bare repos
 2014-11-14  7:49 UTC  (33+ messages)
` [PATCH 1/2] Add a few more values for receive.denyCurrentBranch
` [PATCH 2/2] Let deny.currentBranch=updateInstead ignore submodules
  ` [PATCH v2 1/2] Clean stale environment pointer in finish_command()

[RFC] git checkout $tree -- $path always rewrites files
 2014-11-14  5:44 UTC  (13+ messages)

[PATCH] allow TTY tests to run under recent Mac OS
 2014-11-14  5:24 UTC  (4+ messages)

[PATCH] gc: support temporarily preserving garbage
 2014-11-14  1:16 UTC 

What's cooking in git.git (Nov 2014, #03; Thu, 13)
 2014-11-13 23:28 UTC 

[PATCH 1/1] gitk: Add support for --author-date-order
 2014-11-13 23:06 UTC 

Git archiving only branch work
 2014-11-13 21:48 UTC  (11+ messages)

[PATCH/RFC] builtin: move builtin retrieval to get_builtin()
 2014-11-13 21:41 UTC  (7+ messages)
` [PATCH] SubmittingPatches: fix an inconsistency

appropriate mailing list for gitk patches
 2014-11-13 21:32 UTC  (2+ messages)

[PATCH] git-new-workdir: Add -f to force new-workdir in existing directory
 2014-11-13 21:21 UTC  (2+ messages)

TTY tests are unnecessarily suppressed under Mac OS
 2014-11-13 21:10 UTC  (3+ messages)

[PATCH v2 0/2] Support updating working trees when pushing into non-bare repos
 2014-11-13 19:21 UTC  (8+ messages)
` [PATCH v3 0/1] "
  ` [PATCH v3 1/1] Add another option for receive.denyCurrentBranch

t9902-completion.sh failed
 2014-11-13 18:35 UTC  (5+ messages)

[PATCH] gittutorial: fix output of 'git status'
 2014-11-13 16:38 UTC  (2+ messages)

[PATCH] t5705: Use the correct file:// URL
 2014-11-13 16:37 UTC  (3+ messages)

Test failure
 2014-11-13 16:30 UTC  (8+ messages)
  ` [PATCH] t1410: fix breakage on case-insensitive filesystems

[PATCH] replace: fix replacing object with itself
 2014-11-13 14:05 UTC 

[RFC] On watchman support
 2014-11-13 12:22 UTC  (3+ messages)

[PATCH] git-send-email.perl: Fix handling of suppresscc option
 2014-11-13 11:41 UTC  (3+ messages)

mac test failure -- 2gb clone
 2014-11-13  5:05 UTC  (3+ messages)

Set file modification time on checkout
 2014-11-13  5:04 UTC  (2+ messages)

[PATCHv5 0/9] Handling empty notes
 2014-11-12 23:43 UTC  (14+ messages)
` [PATCHv5 1/9] builtin/notes: Fix premature failure when trying to add the empty blob
` [PATCHv5 2/9] t3301: Verify that 'git notes' removes empty notes by default
` [PATCHv5 3/9] builtin/notes: Improve naming
` [PATCHv5 4/9] builtin/notes: Refactor note file path into struct note_data
` [PATCHv5 5/9] builtin/notes: Simplify early exit code in add()
` [PATCHv5 6/9] builtin/notes: Split create_note() to clarify add vs. remove logic
` [PATCHv5 7/9] builtin/notes: Add --allow-empty, to allow storing empty notes
` [PATCHv5 8/9] notes: Empty notes should be shown by 'git log'
` [PATCHv5 9/9] t3301: Modernize

[PATCH] wincred: fix get credential if username has @
 2014-11-12 22:52 UTC 

[PATCH] doc: add some crossrefs between manual pages
 2014-11-12 21:07 UTC  (5+ messages)

smudge filters during checkout & crash consistency
 2014-11-12 20:51 UTC  (5+ messages)

git docs typo - patch
 2014-11-12 20:06 UTC  (3+ messages)

diff-highlight highlight words?
 2014-11-12 17:59 UTC  (2+ messages)

[PATCH] l10n: de.po: translate 62 new messages
 2014-11-12 17:17 UTC  (2+ messages)
` [PATCH v2] "

tig: Improving startup time and interactivity
 2014-11-12 14:35 UTC 

Aw: Re: [PATCH] gittutorial.txt: remove reference to ancient Git version
 2014-11-12  9:20 UTC  (3+ messages)
`  "

Kedves: Webmail Előfizető
 2014-11-11 15:54 UTC 

mac test failure -- test 3301
 2014-11-11 23:57 UTC  (9+ messages)

What's cooking in git.git (Nov 2014, #02; Tue, 11)
 2014-11-11 23:09 UTC 

What is the default refspec for fetch?
 2014-11-11 23:04 UTC  (6+ messages)

[PATCH] gittutorial.txt: remove reference to ancient Git version
 2014-11-11 22:51 UTC  (2+ messages)

[Opinions] Integrated tickets
 2014-11-11 18:24 UTC  (6+ messages)

[GIT PULL] l10n updates for 2.2.0 round 1
 2014-11-11 17:35 UTC  (2+ messages)

[PATCH] run-command: use void to declare that functions take no parameters
 2014-11-11 17:32 UTC  (4+ messages)

[PATCHv4 0/9] Handling empty notes
 2014-11-11 15:53 UTC  (10+ messages)
` [PATCHv4 5/9] builtin/notes: Simplify early exit code in add()
` [PATCHv4 9/9] t3301: Modernize

[PATCH 00/15] ref-transaction-rename
 2014-11-11 15:42 UTC  (4+ messages)
` [PATCH 02/15] refs.c: return error instead of dying when locking fails during transaction

[PATCH] replace: fix replacing object with itself
 2014-11-11  3:03 UTC  (2+ messages)

蜜袋鼯 原木傢俱 任2件打8折!!只在最多小蜜商品的寵物家族!!!
 2014-11-11  2:11 UTC 

[PATCH 00/19] Untracked cache to speed up "git status"
 2014-11-10 20:48 UTC  (6+ messages)
` [PATCH v2 00/22] untracked cache updates
  ` [PATCH v2 22/22] untracked cache: guard and disable on system changes

[PATCHv3 0/5] Handling empty notes
 2014-11-10 20:18 UTC  (5+ messages)
` [PATCHv3 3/5] builtin/notes: Add --allow-empty, to allow storing "

[PATCH v2 0/5] Small "git interpret-trailers" fixes
 2014-11-10 19:58 UTC  (5+ messages)
` [PATCH v2 4/5] trailer: reuse ignore_non_trailer() to ignore conflict lines

[PATCH] config.txt: fix typo
 2014-11-10 18:06 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).