git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
 messages from 2014-11-20 18:35:26 to 2014-11-25 01:16:23 UTC [more...]

[PATCH 1/3] string_list: document string_list_(insert,lookup)
 2014-11-25  1:16 UTC  (5+ messages)
` [PATCH 2/3] mailmap: use higher level string list functions
` [PATCH 3/3] string_list: Remove string_list_insert_at_index from its API

[PATCH 71/71] Change 'usually' to 'by default'
 2014-11-25  1:11 UTC  (2+ messages)

[PATCH] refs.c: use a stringlist for repack_without_refs
 2014-11-25  0:28 UTC  (18+ messages)
` [PATCH 0/6] repack_without_refs(): convert to string_list
  ` [PATCH 1/6] prune_remote(): exit early if there are no stale references
  ` [PATCH 2/6] prune_remote(): initialize both delete_refs lists in a single loop
  ` [PATCH 3/6] prune_remote(): sort delete_refs_list references en masse
  ` [PATCH 4/6] repack_without_refs(): make the refnames argument a string_list
  ` [PATCH 5/6] prune_remote(): rename local variable
  ` [PATCH 6/6] prune_remote(): iterate using for_each_string_list_item()
      ` Our cumbersome mailing list workflow (was: Re: [PATCH 0/6] repack_without_refs(): convert to string_list)

[PATCH] git-sh-setup.sh: use dashdash with basename call
 2014-11-25  0:28 UTC  (2+ messages)

[RFC] [PATCH] remote: add new --fetch option for set-url
 2014-11-24 23:27 UTC  (11+ messages)

[PATCH] git-sh-setup.sh: use dashdash with basename call
 2014-11-24 23:20 UTC 

[PATCH] commit: inform pre-commit if --amend is used
 2014-11-24 23:14 UTC  (2+ messages)

[PATCH RFC] CYGWIN: avoid implicit declaration warning
 2014-11-24 23:04 UTC  (17+ messages)
          ` [PATCH] t5000 on Windows: do not mistake "sh.exe" as "sh"

[PATCH] send-email: handle adjacent RFC 2047-encoded words properly
 2014-11-24 23:03 UTC  (7+ messages)

[PATCH 2/3 v2] mailmap: use higher level string list functions
 2014-11-24 21:52 UTC 

[PATCH] refs.c: move reflog updates into its own function
 2014-11-24 21:50 UTC  (3+ messages)

GIT: [PATCH] exec_cmd: system_path memory leak fix
 2014-11-24 20:50 UTC  (20+ messages)
`  "
              ` [PATCH] change contract between system_path and it's callers
                ` Re*: "

[RFD/PATCH] add: ignore only ignored files
 2014-11-24 20:22 UTC  (20+ messages)
              ` [PATCHv2] "

git merge a b when a == b but neither == o is always a successful merge?
 2014-11-24 19:36 UTC  (6+ messages)

How safe are signed git tags? Only as safe as SHA-1 or somehow safer?
 2014-11-24 18:14 UTC  (11+ messages)

BUG in http-backend.c > http.receivepack
 2014-11-24  8:18 UTC 

How safe are signed git tags? Only as safe as SHA-1 or somehow safer?
 2014-11-24  0:52 UTC 

recent cygwin breakage
 2014-11-23 23:06 UTC  (3+ messages)

[RFC 0/4] Fix the Visual Studio 2008 .sln generator
 2014-11-23 22:50 UTC  (19+ messages)
` [RFC 1/4] Fix i18n -o option in msvc engine.pl
` [RFC 2/4] Properly accept quoted space in filenames
` [RFC 3/4] engine.pl: split the .o and .obj processing
        `  "
` [RFC 4/4] Improve layout and reference msvc-build script

Fwd: Add git ignore as builtin
 2014-11-23 19:25 UTC  (5+ messages)

Doing a git add '' will add more files then expected
 2014-11-23 19:06 UTC  (5+ messages)

[PATCH] git-compat-util.h: don't define _XOPEN_SOURCE on cygwin
 2014-11-23 17:14 UTC 

[PATCH] l10n: de.po: fix typos
 2014-11-23 16:41 UTC 

[PATCH] notes: accept any ref for merge
 2014-11-22 18:04 UTC  (5+ messages)

[PATCH 0/3] mergetool/difftool cleanup
 2014-11-22  0:20 UTC  (8+ messages)
` [PATCH 1/3] mergetool--lib: remove use of $status global
` [PATCH 2/3] difftool--helper: add explicit exit statement
` [PATCH 3/3] mergetool: simplify conditionals
  ` [PATCH] mergetools: stop setting $status in merge_cmd()

[ANNOUNCE] Git v2.2.0-rc3
 2014-11-21 23:26 UTC 

[PATCH] RelNotes: Spelling & grammar tweaks
 2014-11-21 23:10 UTC 

Cannot set the commit-message editor
 2014-11-21 21:14 UTC  (4+ messages)

[L10N] please review a batch l10n update for Git 2.2.0 final
 2014-11-21 19:43 UTC  (7+ messages)

[PATCH] copy.c: make copy_fd preserve meaningful errno
 2014-11-21 18:31 UTC  (6+ messages)

Add an alias for --abort option
 2014-11-21 17:47 UTC  (3+ messages)

[PATCH] git-new-workdir: Don't fail if the target directory is empty
 2014-11-21 17:33 UTC  (4+ messages)

[PATCH RFC] t0027: check the eol conversion warnings
 2014-11-21 12:37 UTC  (3+ messages)

[PATCH v3] Improve the filemode trustability check
 2014-11-21  9:34 UTC 

[PATCH 0/4] error cleanups in lock_ref_sha1_basic
 2014-11-21  9:25 UTC  (3+ messages)
` [PATCH 2/4] lock_ref_sha1_basic: simplify errno handling

[PATCH] Introduce a hook to run after formatting patches
 2014-11-21  4:31 UTC  (8+ messages)

[PATCH] refs.c: add a function to append a reflog entry to a fd
 2014-11-20 22:29 UTC  (12+ messages)
` [PATCH v3] "
    ` [PATCH v4] "

[PATCH v4] refs.c: use a stringlist for repack_without_refs
 2014-11-20 20:36 UTC  (11+ messages)
` [PATCH v5 1/1] "
  ` [PATCH] refs.c: repack_without_refs may be called without error string buffer
      ` [PATCH v6] refs.c: use a string_list for repack_without_refs

[PATCH 0/7] color fixes and configurable diff-highlight
 2014-11-20 20:25 UTC  (12+ messages)
` [PATCH 3/7] t4026: test "normal" color
` [PATCH 4/7] parse_color: refactor color storage
` [PATCH 5/7] parse_color: support 24-bit RGB values
` [PATCH 6/7] parse_color: recognize "no$foo" to clear the $foo attribute


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 NNTP newsgroup(s).