git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-06-26 19:26:17 to 2014-07-01 16:57:32 UTC [more...]

[PATCH 0/8] use merge-base for tag --contains
 2014-07-01 16:57 UTC  (11+ messages)
` [PATCH 3/8] paint_down_to_common: use prio_queue
` [PATCH 4/8] add functions for memory-efficient bitmaps
` [PATCH 6/8] commit: provide a fast multi-tip contains function

Vote now for the New WSEAS President for 2014-2017 - WSEAS Presidency Elections for 2014-2017 --- See also mmctse.org
 2014-07-01 15:46 UTC 

move detection doesnt take filename into account
 2014-07-01 15:05 UTC  (5+ messages)

[PATCH] Fix filter-branch to eliminate duplicate mapped parents
 2014-07-01 15:03 UTC  (3+ messages)

What's cooking in git.git (Jun 2014, #06; Thu, 26)
 2014-07-01 14:42 UTC  (4+ messages)

[PATCH v12 00/11] Add interpret-trailers builtin
 2014-07-01 13:34 UTC  (7+ messages)
` [PATCH v12 11/11] Documentation: add documentation for 'git interpret-trailers'

[PATCH 1/2] wt-status: use argv_array for environment
 2014-07-01  8:44 UTC  (3+ messages)
` [PATCH 2/2] wt-status: simplify building of summary limit argument

[RFC/PATCH V2] alias.c: replace git_config with git_config_get_string
 2014-07-01  8:36 UTC  (30+ messages)
` [RFC/PATCH V2] branch.c: "
` [RFC/PATCH] imap-send.c: "
` [RFC/PATCH] notes-util.c: "
` [RFC/PATCH] pager.c: "

[PATCH 1/3] cache-tree: Create/update cache-tree on checkout
 2014-07-01  5:49 UTC  (7+ messages)
` [PATCH 2/3] test-dump-cache-tree: Improve output format and exit code
` [PATCH 3/3] cache-tree: Write index with updated cache-tree after commit

git format-patch doesn't add Content-type for UTF-8 diffs
 2014-07-01  4:38 UTC  (4+ messages)

[PATCH 1/2] sha1_file: replace PATH_MAX buffer wirh strbuf in prepare_packed_git_one()
 2014-07-01  1:00 UTC  (24+ messages)
` [PATCH 2/4] sha1_file: use strncmp for string comparison
  ` [PATCH v2 1/2] sha1_file: replace PATH_MAX buffer wirh strbuf in, prepare_packed_git_one()
    ` [PATCH v2 2/2] sha1_file: use strncmp for string comparison
        ` [PATCH 0/9] add strip_suffix as an alternative to ends_with
          ` [PATCH 1/9] sha1_file: replace PATH_MAX buffer with strbuf in prepare_packed_git_one()
          ` [PATCH 2/9] add strip_suffix function
          ` [PATCH 3/9] implement ends_with via strip_suffix
          ` [PATCH 4/9] replace has_extension with ends_with
          ` [PATCH 5/9] use strip_suffix instead of ends_with in simple cases
          ` [PATCH 6/9] index-pack: use strip_suffix to avoid magic numbers
          ` [PATCH 7/9] strbuf: implement strbuf_strip_suffix
          ` [PATCH 8/9] verify-pack: use strbuf_strip_suffix
          ` [PATCH 9/9] prepare_packed_git_one: refactor duplicate-pack check

How to populate index/worktree when recursive merge merges multiple common ancestors?
 2014-06-30 21:30 UTC  (4+ messages)

[PATCH 2/2] t0027: combinations of core.autocrlf, core.eol and text
 2014-06-30 18:27 UTC  (2+ messages)

[PATCH 1/3] cache-tree: Create/update cache-tree on checkout
 2014-06-30 18:13 UTC  (7+ messages)
` [PATCH 2/3] test-dump-cache-tree: Improve output format and exit code
` [PATCH 3/3] cache-tree: Write index with updated cache-tree after commit

Git log --show-signature breaks --graph formatting
 2014-06-30 17:54 UTC 

[PATCH v2 0/2] git-merge-file: do not add LF at EOF while applying unrelated change
 2014-06-30 14:55 UTC  (4+ messages)
` [PATCH v2 1/2] t6023-merge-file.sh: fix and mark as broken invalid tests
` [PATCH v2 2/2] git-merge-file: do not add LF at EOF while applying unrelated change

Tackling Git Limitations with Singular Large Line-seperated Plaintext files
 2014-06-30 12:56 UTC  (9+ messages)

[PATCH v3 0/4] Add --graft option to git replace
 2014-06-30 10:52 UTC  (9+ messages)
` [PATCH v3 1/4] replace: add --graft option

`git log --graph` with multiple roots is confusing
 2014-06-30 10:04 UTC  (3+ messages)

Single push for internal and public repo
 2014-06-30  7:04 UTC 

[PATCH 0/3] verify-commit: verify commit signatures
 2014-06-30  6:14 UTC  (19+ messages)
` [PATCH 3/3] verify-commit: scriptable commit signature verification
                      ` [PATCH] log: correctly identify mergetag signature verification status

Trouble merging renamed but identical files - CONFLICT (rename/rename)
 2014-06-30  1:42 UTC  (12+ messages)

Passing rev-list options in git-filter-branch broken
 2014-06-29 14:00 UTC  (4+ messages)

trace.c: struct timeval tv not portable
 2014-06-29  6:53 UTC 

[PATCH 1/2] t0025: Rename the test files
 2014-06-29  6:34 UTC 

[PATCH 1/4] wrapper.c: introduce gentle xmallocz that does not die()
 2014-06-29  1:11 UTC  (9+ messages)
` [PATCH v2 "
  ` [PATCH v2 2/4] fsck: do not die when not enough memory to examine a pack entry
  ` [PATCH v2 4/4] diff: mark any file larger than core.bigfilethreshold binary

[PATCH 0/2] git-merge-file: do not add LF at EOF while applying unrelated change
 2014-06-28 19:37 UTC  (3+ messages)
` [PATCH 1/2] t6023-merge-file.sh: fix and mark as broken invalid tests
` [PATCH 2/2] git-merge-file: do not add LF at EOF while applying unrelated change

[PATCH v5 0/7] Add --graft option to git replace
 2014-06-28 18:11 UTC  (8+ messages)
` [PATCH v5 1/7] replace: add --graft option
` [PATCH v5 2/7] replace: add test for --graft
` [PATCH v5 3/7] Documentation: replace: add --graft option
` [PATCH v5 4/7] contrib: add convert-grafts-to-replace-refs.sh
` [PATCH v5 5/7] replace: refactor replacing parents
` [PATCH v5 6/7] replace: remove signature when using --graft
` [PATCH v5 7/7] replace: add test for --graft with signed commit

[PATCH v2 0/4] submodule config lookup API
 2014-06-28 10:04 UTC  (5+ messages)
` [PATCH v2 1/4] implement submodule config cache for lookup of submodule names
` [PATCH v2 2/4] extract functions for submodule config set and lookup
` [PATCH v2 3/4] use new config API for worktree configurations of submodules
` [PATCH v2 4/4] do not die on error of parsing fetchrecursesubmodules option

[PATCH] resolve_gitlink_ref_recursive(): verify format of symbolic refs
 2014-06-28  5:34 UTC  (4+ messages)

[PATCH] Documentation: Mention '--subject-prefix' in git-send-email's manual
 2014-06-28  4:54 UTC 

[PATCHv3 0/5] verify-commit: verify commit signatures
 2014-06-28  0:49 UTC  (11+ messages)
` [PATCHv4 0/4] "
  ` [PATCHv4 1/4] gpg-interface: provide clear helper for struct signature_check
  ` [PATCHv4 2/4] gpg-interface: provide access to the payload
  ` [PATCHv4 3/4] verify-commit: scriptable commit signature verification
  ` [PATCHv4 4/4] t7510: test verify-commit

Experimental TDB support for GIT REFS
 2014-06-28  0:37 UTC  (2+ messages)

[PATCH/RFC] config: Add config sets for config parsing & retrieval
 2014-06-27 21:07 UTC  (2+ messages)

[PATCH] stash create: Add --include-untracked and --all option to stash create
 2014-06-27 17:37 UTC  (2+ messages)

[PATCH] gitk: catch mkdtemp errors
 2014-06-27 17:16 UTC  (7+ messages)

[PATCH v3 0/3] git config cache & special querying api utilizing the cache
 2014-06-27 17:13 UTC  (13+ messages)
` [PATCH v3 2/3] config: add hashtable for config parsing & retrieval

[PATCH] submodule.c: use the ARRAY_SIZE macro
 2014-06-27 12:11 UTC 

[PATCH] Fix: wrong offset for CET timezone
 2014-06-27  8:51 UTC  (5+ messages)

Is it possible to list unpushed tags without accessing remote?
 2014-06-27  7:41 UTC  (5+ messages)

Tool/Scripts - For maintaining different branches on a repo
 2014-06-27  6:27 UTC  (3+ messages)

files deleted with no record?
 2014-06-26 21:00 UTC  (5+ 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).