git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-11-05 19:49:28 to 2014-11-09 16:19:42 UTC [more...]

[PATCH] config.txt: fix typo
 2014-11-09 16:19 UTC 

Using git clone
 2014-11-09 15:24 UTC  (3+ messages)

[PATCH] git-imap-send: use libcurl for implementation
 2014-11-09 14:55 UTC  (3+ messages)

[GIT PULL] l10n updates for 2.2.0 round 1
 2014-11-09 14:36 UTC 

[PATCH] receive-pack: plug minor memory leak in unpack()
 2014-11-09 13:49 UTC  (6+ messages)
    ` [PATCH 2/2] use env_array member of struct child_process

[PATCH] use child_process_init() to initialize struct child_process variables
 2014-11-09 13:49 UTC  (3+ messages)

[PATCH] Show number of commits being rebased interactively
 2014-11-09 13:24 UTC 

[PATCH] git_connect: allow passing arguments to ssh in GIT_SSH_ARGS
 2014-11-09 13:24 UTC  (8+ messages)
    ` [PATCH v2 1/2] git_connect: set ssh shell command in GIT_SSH_CMD
          ` [PATCH v3] "
    ` [PATCH v2 2/2] git_connect: when using GIT_SSH_CMD, check for plink in argv[0] only

What's cooking in git.git (Nov 2014, #01; Wed, 5)
 2014-11-09 13:05 UTC  (2+ messages)

[PATCHv3 0/5] Handling empty notes
 2014-11-09 12:31 UTC  (11+ messages)
` [PATCHv3 1/5] builtin/notes: Fix premature failure when trying to add the empty blob
` [PATCHv3 2/5] t3301: Verify that 'git notes' removes empty notes by default
` [PATCHv3 3/5] builtin/notes: Add --allow-empty, to allow storing empty notes
` [PATCHv3 4/5] notes: Empty notes should be shown by 'git log'
` [PATCHv3 5/5] t3301: Use write_script(), nitpick whitespace

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

[PATCH 00/19] Untracked cache to speed up "git status"
 2014-11-09 11:46 UTC  (30+ messages)
` [PATCH v2 00/22] untracked cache updates
  ` [PATCH v2 01/22] dir.c: optionally compute sha-1 of a .gitignore file
  ` [PATCH v2 02/22] untracked cache: record .gitignore information and dir hierarchy
  ` [PATCH v2 03/22] untracked cache: initial untracked cache validation
  ` [PATCH v2 04/22] untracked cache: invalidate dirs recursively if .gitignore changes
  ` [PATCH v2 05/22] untracked cache: make a wrapper around {open,read,close}dir()
  ` [PATCH v2 06/22] untracked cache: record/validate dir mtime and reuse cached output
  ` [PATCH v2 07/22] untracked cache: mark what dirs should be recursed/saved
  ` [PATCH v2 08/22] untracked cache: don't open non-existent .gitignore
  ` [PATCH v2 09/22] untracked cache: save to an index extension
  ` [PATCH v2 10/22] untracked cache: load from UNTR "
  ` [PATCH v2 11/22] untracked cache: invalidate at index addition or removal
  ` [PATCH v2 12/22] read-cache.c: split racy stat test to a separate function
  ` [PATCH v2 13/22] untracked cache: avoid racy timestamps
  ` [PATCH v2 14/22] untracked cache: print stats with $GIT_TRACE_UNTRACKED_STATS
  ` [PATCH v2 15/22] untracked cache: mark index dirty if untracked cache is updated
  ` [PATCH v2 16/22] untracked-cache: temporarily disable with $GIT_DISABLE_UNTRACKED_CACHE
  ` [PATCH v2 17/22] status: enable untracked cache
  ` [PATCH v2 18/22] update-index: manually enable or disable "
  ` [PATCH v2 19/22] update-index: test the system before enabling "
  ` [PATCH v2 20/22] t7063: tests for "
  ` [PATCH v2 21/22] mingw32: add uname()
  ` [PATCH v2 22/22] untracked cache: guard and disable on system changes

Feedback on submitting patches / here submodule
 2014-11-09 11:39 UTC 

[PATCH 0/5] Small "git interpret-trailers" fixes
 2014-11-09 10:35 UTC  (10+ messages)
` [PATCH 1/5] trailer: ignore comment lines inside the trailers
` [PATCH 2/5] trailer: display a trailer without its trailing newline
` [PATCH 3/5] commit: make ignore_non_trailer() non static
` [PATCH 4/5] trailer: reuse ignore_non_trailer() to ignore conflict lines
` [PATCH 5/5] trailer: add test with an old style conflict block

[RFC] git checkout $tree -- $path always rewrites files
 2014-11-09  9:42 UTC  (13+ messages)

[PATCH v2 0/5] Small "git interpret-trailers" fixes
 2014-11-09  9:23 UTC  (6+ messages)
` [PATCH v2 1/5] trailer: ignore comment lines inside the trailers
` [PATCH v2 2/5] trailer: display a trailer without its trailing newline
` [PATCH v2 3/5] commit: make ignore_non_trailer() non static
` [PATCH v2 4/5] trailer: reuse ignore_non_trailer() to ignore conflict lines
` [PATCH v2 5/5] trailer: add test with an old style conflict block

[PATCH 1/3] tree.c: update read_tree_recursive callback to pass strbuf as base
 2014-11-09  8:58 UTC  (8+ messages)
` [PATCH 2/3] ls-tree: disable negative pathspec because it's not supported
` [PATCH 3/3] ls-tree: remove path filtering logic in show_tree
` [PATCH v2 1/3] tree.c: update read_tree_recursive callback to pass strbuf as base
  ` [PATCH v2 2/3] ls-tree: disable negative pathspec because it's not supported
  ` [PATCH v2 3/3] ls-tree: remove path filtering logic in show_tree

[PATCH v3 0/2] gitk: save only changed configuration on exit
 2014-11-09  7:57 UTC  (3+ messages)
` [PATCH v3 1/2] gitk: write only changed configuration variables
` [PATCH v3 2/2] gitk: synchronize config write

[PATCH] replace: fix replacing object with itself
 2014-11-09  5:58 UTC  (2+ messages)

Test failure
 2014-11-09  5:44 UTC  (4+ messages)
  ` [PATCH] t1410: fix breakage on case-insensitive filesystems

[PATCH 0/2] Support updating working trees when pushing into non-bare repos
 2014-11-08 18:48 UTC  (8+ messages)
` [PATCH 1/2] Add a few more values for receive.denyCurrentBranch
` [PATCH 2/2] Let deny.currentBranch=updateInstead ignore submodules

--trust-exit-code not working
 2014-11-08 17:23 UTC 

What is the default refspec for fetch?
 2014-11-08 14:35 UTC  (3+ messages)

[PATCH] Documentation/config.txt: fix minor typo
 2014-11-08 10:45 UTC 

[Bug Report] Refresh of a repository after changing line endings behaves erratically
 2014-11-08  4:32 UTC 

[ANNOUNCE] Git v2.2.0-rc1
 2014-11-07 22:48 UTC 

[PATCH] sparse: suppress an "using sizeof on a function" warning
 2014-11-07 21:07 UTC  (4+ messages)

[PATCH] l10n: de.po: translate 62 new messages
 2014-11-07 21:05 UTC 

[PATCH 0/7] l10n: de.po: use imperative form for command options
 2014-11-07 20:11 UTC  (9+ messages)
` [PATCH v3 0/7] use imperative form for command
  ` [PATCH v3 1/7] part1: l10n: de.po: use imperative form for command options
  ` [PATCH v3 2/7] part2: "
  ` [PATCH v3 3/7] part3: "
  ` [PATCH v3 4/7] part4: "
  ` [PATCH v3 5/7] part5: "
  ` [PATCH v3 6/7] part6: "
  ` [PATCH v3 7/7] part7: "

git commit --only -- $path when $path already has staged content
 2014-11-07 19:54 UTC  (4+ messages)

[PATCH v3 00/16] ref-transaction-rename
 2014-11-07 19:39 UTC  (17+ messages)
` [PATCH v3 01/16] refs.c: allow passing raw git_committer_info as email to _update_reflog
` [PATCH v3 02/16] refs.c: return error instead of dying when locking fails during transaction
` [PATCH v3 03/16] refs.c: use packed refs when deleting refs during a transaction
` [PATCH v3 04/16] refs.c: use a stringlist for repack_without_refs
` [PATCH v3 05/16] refs.c: add transaction support for renaming a reflog
` [PATCH v3 06/16] refs.c: update rename_ref to use a transaction
` [PATCH v3 07/16] refs.c: rollback the lockfile before we die() in repack_without_refs
` [PATCH v3 08/16] refs.c: move reflog updates into its own function
` [PATCH v3 09/16] refs.c: write updates to packed refs when a transaction has more than one ref
` [PATCH v3 10/16] remote.c: use a transaction for deleting refs
` [PATCH v3 11/16] refs.c: make repack_without_refs static
` [PATCH v3 12/16] refs.c: make the *_packed_refs functions static
` [PATCH v3 13/16] refs.c: replace the onerr argument in update_ref with a strbuf err
` [PATCH v3 14/16] refs.c: make add_packed_ref return an error instead of calling die
` [PATCH v3 15/16] refs.c: make lock_packed_refs take an err argument
` [PATCH v3 16/16] refs.c: add an err argument to pack_refs

[PATCH v3 0/7] ref-transaction-send-pack
 2014-11-07 19:42 UTC  (8+ messages)
` [PATCH v3 1/7] receive-pack.c: add protocol support to negotiate atomic-push
` [PATCH v3 2/7] send-pack.c: add an --atomic-push command line argument
` [PATCH v3 3/7] receive-pack.c: use a single transaction when atomic-push is negotiated
` [PATCH v3 4/7] push.c: add an --atomic-push argument
` [PATCH v3 5/7] t5543-atomic-push.sh: add basic tests for atomic pushes
` [PATCH v3 6/7] refs.c: add an err argument to create_reflog
` [PATCH v3 7/7] refs.c: add an err argument to create_symref

[PATCH] imap-send: use libcurl for implementation
 2014-11-07 12:46 UTC 

[PATCHv2 1/3] builtin/notes: Fix premature failure when trying to add the empty blob
 2014-11-07  9:09 UTC  (4+ messages)
` [PATCHv2 2/3] t3312-notes-empty: Test that 'git notes' removes empty notes by default

Installed git 2.1.3 on sparc 8, but got core dump during 'git clone'
 2014-11-07  7:18 UTC  (8+ messages)

Question about rerere
 2014-11-06 22:29 UTC  (4+ messages)

[Opinions] Integrated tickets
 2014-11-06 18:45 UTC  (3+ messages)

[PATCH] imap-send: use libcurl for implementation
 2014-11-06 18:25 UTC  (2+ messages)

Incorrect documention for git-credential-store
 2014-11-06  7:40 UTC  (2+ messages)
` [PATCH] docs/credential-store: s/--store/--file/

smart http push setup/egit win7
 2014-11-06  5:40 UTC  (2+ messages)

[PATCH v2] imap-send: Use parse options API to determine verbosity
 2014-11-06  0:30 UTC  (3+ messages)

[PATCH] use child_process_init() to initialize struct child_process variables
 2014-11-05 23:50 UTC  (12+ messages)

imap-send: Use parse options API to determine verbosity
 2014-11-05 21:32 UTC  (2+ messages)

Bug in log for path in case of identical commit
 2014-11-05 19:49 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).