git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-06-29 20:47:27 to 2014-07-02 22:34:15 UTC [more...]

Experimental TDB support for GIT REFS
 2014-07-02 22:34 UTC  (4+ messages)

[PATCH v1 0/4] hashmap improvements
 2014-07-02 22:22 UTC  (5+ messages)
` [PATCH v1 1/4] hashmap: factor out getting an int hash code from a, SHA1
` [PATCH v1 2/4] hashmap: improve struct hashmap member documentation
` [PATCH v1 3/4] hashmap: add simplified hashmap_get_from_hash() API
` [PATCH v1 4/4] hashmap: add string interning API

Race condition in git push --mirror can cause silent ref rewinding
 2014-07-02 22:20 UTC  (2+ messages)

[PATCH v5 0/7] Add --graft option to git replace
 2014-07-02 21:22 UTC  (9+ messages)
` [PATCH v5 2/7] replace: add test for --graft
` [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] enums: remove trailing ',' after last item in enum
 2014-07-02 20:08 UTC  (3+ messages)

[PATCH] t7300: repair filesystem permissions with test_when_finished
 2014-07-02 20:06 UTC  (6+ messages)
` [RFH] "git clean" deletes excluded files in untracked directories

[PATCH 00/14] Add submodule test harness
 2014-07-02 19:57 UTC  (7+ messages)
` [PATCH 02/14] submodules: Add the lib-submodule-update.sh test library
  ` [PATCH v2 "
      ` [PATCH v3 "

[PATCH v7 00/16] add performance tracing facility
 2014-07-02 19:12 UTC  (21+ messages)
` [PATCH v7 01/16] trace: move trace declarations from cache.h to new trace.h
` [PATCH v7 02/16] trace: consistently name the format parameter
` [PATCH v7 03/16] trace: remove redundant printf format attribute
` [PATCH v7 04/16] trace: improve trace performance
` [PATCH v7 05/16] Documentation/git.txt: improve documentation of 'GIT_TRACE*' variables
` [PATCH v7 06/16] sha1_file: change GIT_TRACE_PACK_ACCESS logging to use trace API
` [PATCH v7 07/16] trace: add infrastructure to augment trace output with additional info
` [PATCH v7 08/16] trace: disable additional trace output for unit tests
` [PATCH v7 09/16] trace: add current timestamp to all trace output
` [PATCH v7 10/16] trace: move code around, in preparation to file:line output
` [PATCH v7 11/16] trace: add 'file:line' to all trace output
` [PATCH v7 12/16] trace: add high resolution timer function to debug performance issues
` [PATCH v7 13/16] trace: add trace_performance facility "
` [PATCH v7 14/16] git: add performance tracing for git's main() function to debug scripts
` [PATCH v7 15/16] wt-status: simplify performance measurement by using getnanotime()
` [PATCH v7 16/16] progress: "

[PATCH v3 00/14] ref-transactions-reflog
 2014-07-02 18:27 UTC  (5+ messages)
` [PATCH v3 04/14] refs.c: add a new update_type field to ref_update
    ` Re* "

[RFC PATCH 0/7] rebase -i: Implement `reword` and `squash` in terms of `do_pick`
 2014-07-02 17:48 UTC  (21+ messages)
` [PATCH RFC v2 00/19] Enable options --signoff, --reset-author for pick, reword
  ` [PATCH RFC v2 01/19] rebase -i: Failed reword prints redundant error message
  ` [PATCH RFC v2 02/19] rebase -i: reword complains about empty commit despite --keep-empty
  ` [PATCH RFC v2 03/19] rebase -i: reword executes pre-commit hook on interim commit
  ` [PATCH RFC v2 04/19] rebase -i: Teach do_pick the option --edit
  ` [PATCH RFC v2 05/19] rebase -i: Implement reword in terms of do_pick
  ` [PATCH RFC v2 06/19] rebase -i: Stop on root commits with empty log messages
  ` [PATCH RFC v2 07/19] rebase -i: The replay of root commits is not shown with --verbose
  ` [PATCH RFC v2 08/19] rebase -i: Root commits are replayed with an unnecessary option
  ` [PATCH RFC v2 09/19] rebase -i: Commit only once when rewriting picks
  ` [PATCH RFC v2 10/19] rebase -i: Do not die in do_pick
  ` [PATCH RFC v2 11/19] rebase -i: Teach do_pick the option --amend
  ` [PATCH RFC v2 12/19] rebase -i: Teach do_pick the option --file
  ` [PATCH RFC v2 13/19] rebase -i: Prepare for squash in terms of do_pick --amend
  ` [PATCH RFC v2 14/19] rebase -i: Implement squash in terms of do_pick
  ` [PATCH RFC v2 15/19] rebase -i: Explicitly distinguish replay commands and exec tasks
  ` [PATCH RFC v2 16/19] rebase -i: Parse to-do list command line options
  ` [PATCH RFC v2 17/19] rebase -i: Teach do_pick the option --reset-author
  ` [PATCH RFC v2 18/19] rebase -i: Teach do_pick the option --signoff
  ` [PATCH RFC v2 19/19] rebase -i: Enable options --signoff, --reset-author for pick, reword

[PATCH 1/2] sha1_file: replace PATH_MAX buffer wirh strbuf in prepare_packed_git_one()
 2014-07-02 17:41 UTC  (26+ messages)
  ` [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

[PATCH v2] git-am: add option to extract email Message-Id: tag into commit log
 2014-07-02 17:17 UTC  (6+ messages)

[PATCH v4 0/3] git config cache & special querying api utilizing the cache
 2014-07-02 17:09 UTC  (11+ messages)
` [PATCH v4 1/2] add `config_set` API for caching config files
` [PATCH 2/2] test-config: Add tests for the config_set API

Show containing branches in log?
 2014-07-02 16:59 UTC  (5+ messages)

Compile Error on Git 2.0.1 on Redhat 5.9 with Fix
 2014-07-02 16:29 UTC  (3+ messages)

[PATCH v4] git-am: add option to extract email Message-Id: tag into commit log
 2014-07-02 16:15 UTC  (3+ messages)

[PATCH v2 0/2] git-merge-file: do not add LF at EOF while applying unrelated change
 2014-07-02 14:08 UTC  (6+ messages)
` [PATCH v2 2/2] "

[PATCH v3] git-am: add option to extract email Message-Id: tag into commit log
 2014-07-02 13:53 UTC 

[PATCH] git-am: add option to extract email Message-Id: tag into commit log
 2014-07-02  8:24 UTC 

[PATCH 1/3] cache-tree: Create/update cache-tree on checkout
 2014-07-01 22:58 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

[PATCH 1/3] cache-tree: Create/update cache-tree on checkout
 2014-07-01 22:09 UTC  (11+ 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

[PATCH/RFC] Add --force-seen option to git-fast-export
 2014-07-01 16:28 UTC 

[PATCH 0/8] use merge-base for tag --contains
 2014-07-01 19:14 UTC  (17+ messages)
` [PATCH 3/8] paint_down_to_common: use prio_queue
` [PATCH 4/8] add functions for memory-efficient bitmaps
` [PATCH 5/8] string-list: add pos to iterator callback
` [PATCH 6/8] commit: provide a fast multi-tip contains function

[PATCH] sha1_file: avoid overrunning alternate object base string
 2014-07-01 18:00 UTC 

[PATCH] Prevent space after directories in tcsh completion
 2014-07-01 17:45 UTC  (2+ messages)

[PATCH 0/16] skip_prefix refactoring and cleanups
 2014-07-01 17:35 UTC  (4+ messages)
` [PATCH 08/16] use skip_prefix to avoid magic numbers

move detection doesnt take filename into account
 2014-07-01 17:08 UTC  (6+ messages)

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 

[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  (3+ 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  (13+ messages)
` [RFC/PATCH] notes-util.c: "

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

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  (6+ messages)
` [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 

Tackling Git Limitations with Singular Large Line-seperated Plaintext files
 2014-06-30 12:56 UTC  (5+ 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 3/3] verify-commit: scriptable commit signature verification
 2014-06-30  6:14 UTC  (12+ messages)

Trouble merging renamed but identical files - CONFLICT (rename/rename)
 2014-06-30  1:42 UTC  (8+ 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).