git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-08-06 15:35:04 to 2014-08-08 23:45:41 UTC [more...]

What's cooking in git.git (Aug 2014, #02; Fri, 8)
 2014-08-08 23:44 UTC  (2+ messages)

[ANNOUNCE] Git v2.1.0-rc2
 2014-08-08 22:17 UTC 

[PATCH] Update hard-coded header dependencies
 2014-08-08 21:58 UTC 

[RFC PATCH 0/7] rebase -i: Implement `reword` and `squash` in terms of `do_pick`
 2014-08-08 19:10 UTC  (43+ messages)
` [PATCH v1 00/19] Enable options --signoff, --reset-author for pick, reword
  ` [PATCH v1 03/19] rebase -i: reword executes pre-commit hook on interim commit
  ` [PATCH v1 07/19] rebase -i: log the replay of root commits
  ` [PATCH v1 09/19] rebase -i: commit only once when rewriting picks
` [PATCH v2 00/23] Enable options --signoff, --reset-author for pick, reword
  ` [PATCH v2 01/23] rebase -i: allow replaying commits with empty log messages
  ` [PATCH v2 02/23] rebase -i: allow squashing empty commits without complaints
  ` [PATCH v2 03/23] rebase -i: allow rewording "
  ` [PATCH v2 04/23] rebase -i: hide interactive command messages in verbose mode
  ` [PATCH v2 05/23] rebase -i: failed reword prints redundant error message
  ` [PATCH v2 06/23] commit: allow disabling pre-commit and commit-msg separately
  ` [PATCH v2 07/23] rebase -i: squash skips commit-msg hook
  ` [PATCH v2 08/23] rebase -i: reword executes pre-commit hook on interim commit
  ` [PATCH v2 09/23] rebase -i: teach do_pick the option --edit
  ` [PATCH v2 10/23] rebase -i: implement reword in terms of do_pick
  ` [PATCH v2 11/23] rebase -i: log the replay of root commits
  ` [PATCH v2 12/23] rebase -i: root commits are replayed with an unnecessary option
  ` [PATCH v2 13/23] rebase -i: commit only once when rewriting picks
  ` [PATCH v2 14/23] rebase -i: do not die in do_pick
  ` [PATCH v2 15/23] rebase -i: teach do_pick the option --amend
  ` [PATCH v2 16/23] rebase -i: teach do_pick the option --file
  ` [PATCH v2 17/23] rebase -i: prepare for squash in terms of do_pick --amend
  ` [PATCH v2 18/23] rebase -i: implement squash in terms of do_pick
  ` [PATCH v2 19/23] rebase -i: explicitly distinguish replay commands and exec tasks
  ` [PATCH v2 20/23] rebase -i: parse to-do list command line options
  ` [PATCH v2 21/23] rebase -i: teach do_pick the option --reset-author
  ` [PATCH v2 22/23] rebase -i: teach do_pick the option --signoff
  ` [PATCH v2 23/23] rebase -i: enable options --signoff, --reset-author for pick, reword

cherry picking and merge
 2014-08-08 18:27 UTC  (26+ messages)
              ` Rebase safely (Re: cherry picking and merge)
                  ` Fwd: "
        ` Fwd: cherry picking and merge

[PATCH 00/22] backend-struct-db
 2014-08-08 18:17 UTC  (24+ messages)
` [PATCH 01/22] refs.c: create a public function for is_refname_available
` [PATCH 02/22] refs-common.c: create a file to host all common refs code
` [PATCH 03/22] refs-common.c: move update_ref to refs-common.c
` [PATCH 04/22] refs-common.c: move delete_ref to the common code
` [PATCH 05/22] refs-common.c: move rename_ref "
` [PATCH 06/22] refs-common.c: move read_ref_at to the refs common file
` [PATCH 07/22] refs-common.c: move the hidden refs functions to the common code
` [PATCH 08/22] refs-common.c: move dwim and friend functions to refs common
` [PATCH 09/22] refs-common.c: move warn_if_dangling_symref* to refs-common
` [PATCH 10/22] refs-common.c: move read_ref, read_ref_full and ref_exists to common
` [PATCH 11/22] refs-common.c: move resolve_refdup "
` [PATCH 12/22] refs-common.c: move check_refname_component to the common code
` [PATCH 13/22] refs-common.c: move is_branch "
` [PATCH 14/22] refs-common.c: move names_conflict "
` [PATCH 15/22] refs-common.c: move prettify_refname "
` [PATCH 16/22] refs-common.c: move ref iterators "
` [PATCH 17/22] refs.c: add a backend method structure with transaction functions
` [PATCH 18/22] refs.c: add reflog backend methods
` [PATCH 19/22] refs.c: add methods for misc ref operations
` [PATCH 20/22] refs.c: add methods for head_ref*
` [PATCH 21/22] refs.c: add methods for the ref iterators

[PATCH 0/8] builtin/mv.c cleanup
 2014-08-08 17:54 UTC  (11+ messages)
` [PATCH 1/8] mv: mark strings for translations
` [PATCH 2/8] mv: no "Huh?" to the user
` [PATCH 3/8] mv: flatten error handling code block
` [PATCH 4/8] mv: split submodule move preparation code out
` [PATCH 5/8] mv: remove an "if" that's always true
` [PATCH 6/8] mv: move index search code out
` [PATCH 7/8] mv: unindent one level for directory move code
` [PATCH 8/8] mv: combine two if(s)

[PATCH] lots of documentation fixes/rewordings in git-init(1)
 2014-08-08 17:29 UTC  (24+ messages)
` [PATCH 3/7] Documentation: git-init: template directory: reword
` [PATCH 4/7] Documentation: git-init: --separate-git-dir: clarify
` [PATCH 7/7] Documentation: git-init: flesh out example
` [PATCH v2] lots of documentation fixes/rewordings in git-init(1)
  ` [PATCH v2 1/7] Documentation: git-init: typographical fixes
  ` [PATCH v2 2/7] Documentation: git-init: list items facelift
  ` [PATCH v2 3/7] Documentation: git-init: template directory: reword
  ` [PATCH v2 4/7] Documentation: git-init: --separate-git-dir: clarify
  ` [PATCH v2 5/7] Documentation: git-init: reword parenthetical statements
  ` [PATCH v2 6/7] Documentation: git-init: template directory: reword and cross-reference
  ` [PATCH v2 7/7] Documentation: git-init: flesh out example

Transaction patch series overview
 2014-08-08 16:50 UTC  (3+ messages)

[PATCH 0/5] ref-transactions-send-pack
 2014-08-08 16:15 UTC  (2+ messages)

[PATCH 0/5] ref-transactions-req-strbuf-err
 2014-08-08 16:15 UTC  (2+ messages)

Pluggable backends for refs,wip
 2014-08-08 15:53 UTC  (3+ messages)

[PATCH v8 0/8] Rewrite `git_config()` using config-set API
 2014-08-08 14:32 UTC  (14+ messages)
` [PATCH v8 3/8] add line number and file name info to `config_set`
` [PATCH v8 8/8] add tests for `git_config_get_string_const()`

push from one remote to another
 2014-08-08 13:48 UTC  (2+ messages)

[PATCH v9 0/8] Rewrite `git_config()` using config-set API
 2014-08-08 12:14 UTC  (16+ messages)
` [PATCH v9 1/8] config.c: mark error and warnings strings for translation
` [PATCH v9 2/8] config.c: fix accuracy of line number in errors
` [PATCH v9 3/8] add line number and file name info to `config_set`
` [PATCH v9 4/8] change `git_config()` return value to void
` [PATCH v9 5/8] config: add `git_die_config()` to the config-set API
` [PATCH v9 6/8] rewrite git_config() to use "
` [PATCH v9 7/8] add a test for semantic errors in config files
` [PATCH v9 8/8] add tests for `git_config_get_string_const()`

[PATCH] Resending - Updated Bulgarian translation of git-gui
 2014-08-08  5:23 UTC 

Merging semi-parallel universes into one coherent repository
 2014-08-08  1:41 UTC 

"Branch objects" (was: Re: cherry picking and merge)
 2014-08-07 22:59 UTC  (9+ messages)

What's cooking in git.git (Aug 2014, #01; Fri, 1)
 2014-08-07 21:39 UTC  (5+ messages)
    ` [PATCH] stash: default listing to working-tree diff

[PATCH v2 00/11] git_config callers rewritten with the new config-set API
 2014-08-07 20:10 UTC  (16+ messages)
` [PATCH v2 01/11] daemon.c: replace `git_config()` with `git_config_get_bool()` family
` [PATCH v2 02/11] http-backend.c: "
` [PATCH v2 03/11] read-cache.c: replace `git_config()` with `git_config_get_*()` family
` [PATCH v2 04/11] archive.c: replace `git_config()` with `git_config_get_bool()` family
` [PATCH v2 05/11] fetchpack.c: replace `git_config()` with `git_config_get_*()` family
` [PATCH v2 06/11] rerere.c: "
` [PATCH v2 07/11] builtin/gc.c: "
` [PATCH v2 08/11] pager.c: replace `git_config()` with `git_config_get_value()`
` [PATCH v2 09/11] imap-send.c: replace `git_config()` with `git_config_get_*()` family
` [PATCH v2 10/11] alias.c: replace `git_config()` with `git_config_get_string()`
` [PATCH v2 11/11] branch.c: replace `git_config()` with `git_config_get_string()
  ` [PATCH v3 "

[PATCH] builtin/log.c: fix minor memory leak
 2014-08-07 19:28 UTC  (3+ messages)

possibly a spurious conflict in a three way merge
 2014-08-07 18:52 UTC  (2+ messages)

[PATCH] various contrib: Fix links in man pages
 2014-08-07 16:42 UTC  (2+ messages)

Bug#757297: 'git status' output is confusing after 'git add -N'
 2014-08-07 16:31 UTC  (2+ messages)

Subtree with submodule inside?
 2014-08-07 16:07 UTC  (8+ messages)

glob escaping doesn't work with git mv
 2014-08-07  2:10 UTC  (2+ messages)

Bug v1.9.3: Spurious whitespace warnings when using git apply with the --exclude option
 2014-08-06 22:58 UTC  (6+ messages)
  ` [PATCH 0/3] Two fixes to "git apply"
    ` [PATCH 1/3] apply: use the right attribute for paths in non-Git patches
    ` [PATCH 2/3] apply: hoist use_patch() helper for path exclusion up
    ` [PATCH 3/3] apply: omit ws check for excluded paths

Apple violating git LGPL?
 2014-08-06 20:51 UTC  (7+ messages)

[PATCH 00/11] git_config callers rewritten with the new config-set API
 2014-08-06 20:04 UTC  (6+ messages)
` [PATCH 02/11] http-backend.c: replace `git_config()` with `git_config_get_bool()` family

struct hashmap_entry packing
 2014-08-06 19:32 UTC  (8+ messages)
    ` [PATCH] pack-bitmap: do not use gcc packed attribute

[PATCH] git-gui: make gc warning threshold match 'git gc --auto'
 2014-08-06 18:51 UTC 

Git detects changes after new branch created and switched even though files have not been changed
 2014-08-06 16:02 UTC  (2+ messages)

rebase flattens history when it shouldn't?
 2014-08-06 15:34 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).