git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
 messages from 2014-07-23 17:04:20 to 2014-07-27 23:19:01 UTC [more...]

[ANNOUNCE] Git v2.1.0-rc0
 2014-07-27 23:18 UTC 

git add -i failed in 2.0.3
 2014-07-27 15:26 UTC 

[PATCH] git-svn: doublecheck if really file or dir
 2014-07-27  2:46 UTC  (3+ messages)

Git + mod_auth_kerb
 2014-07-26 20:57 UTC  (4+ messages)

Bug: git pull --rebase rewinds without applying commits in special workflow
 2014-07-26 13:17 UTC 

[PATCH] valgrind: also ignore Addr16 in check_refname_format
 2014-07-26 11:38 UTC 

old git documentation pages hosted at kernel.org
 2014-07-26 11:31 UTC 

Git-status / preload_index() performance
 2014-07-26 10:33 UTC  (4+ messages)
` [PATCH (performance tracing)] test git-status performance

[PATCH 0/4] Consolidate ref parsing code
 2014-07-26  1:50 UTC  (9+ messages)
` [PATCH 1/4] strbuf.c: keep errno in strbuf_read_file()
` [PATCH 2/4] refs.c: refactor resolve_ref_unsafe() to use strbuf internally
` [PATCH 3/4] refs.c: move ref parsing code out of resolve_ref()
` [PATCH 4/4] refs.c: rewrite resolve_gitlink_ref() to use parse_ref()

Amending merge commits?
 2014-07-25 22:31 UTC  (5+ messages)

What's cooking in git.git (Jul 2014, #04; Tue, 22)
 2014-07-25 22:08 UTC  (9+ messages)

[PATCH 0/5] ref-transactions-rename
 2014-07-25 20:00 UTC  (10+ messages)
` [PATCH 1/5] refs.c: allow passing raw git_committer_info as email to _update_reflog
` [PATCH 2/5] refs.c: return error instead of dying when locking fails during transaction
` [PATCH 3/5] refs.c: use packed refs when deleting refs during a transaction
` [PATCH 4/5] refs.c: update rename_ref to use "
` [PATCH 5/5] refs.c: rollback the lockfile before we die() in repack_without_refs

[PATCH v2 1/3] config --global --edit: create a template file if needed
 2014-07-25 19:38 UTC  (10+ messages)
` [PATCH v2 2/3] home_config_path: allow NULL xdg parameter
` [PATCH v2 3/3] commit: advertise config --global --edit on guessed identity
  ` [PATCH v3 1/3] config --global --edit: create a template file if needed
    ` [PATCH v3 2/3] home_config_paths(): let the caller ignore xdg path
    ` [PATCH v3 3/3] commit: advertise config --global --edit on guessed identity

[PATCH 0/7] Rewrite `git_config()` using config-set API
 2014-07-25 18:55 UTC  (51+ messages)
` [PATCH 1/7] config.c: fix accuracy of line number in errors
` [PATCH 2/7] rewrite git_config() to use the config-set API
` [PATCH 3/7] add a test for semantic errors in config files
` [PATCH 4/7] add line number and file name info to `config_set`
` [PATCH 5/7] enforce `xfuncname` precedence over `funcname`
` [PATCH 6/7] config: add `git_die_config()` to the config-set API
` [PATCH 7/7] Add tests for `git_config_get_string()`
  ` [PATCH v12 1/2] add `config_set` API for caching config-like files
  ` [PATCH v12 2/2] test-config: add tests for the config_set API

[RFC PATCH 1/3] config --global --edit: create a template file if needed
 2014-07-25 18:16 UTC  (13+ messages)
` [RFC PATCH 2/3] home_config_path: allow NULL xdg parameter
` [RFC PATCH 3/3] commit: advertize config --global --edit on guessed identity

[PATCH 0/5] use packed refs for ref-transactions
 2014-07-25 17:55 UTC  (6+ messages)
` [PATCH 1/5] refs.c: move reflog updates into its own function
` [PATCH 2/5] refs.c: write updates to packed refs when a transaction has more than one ref
` [PATCH 3/5] remote.c: use a transaction for deleting refs
` [PATCH 4/5] refs.c: make repack_without_refs static
` [PATCH 5/5] refs.c: make the *_packed_refs functions static

[PATCH v2 0/6] Rewrite `git_config()` using config-set API
 2014-07-25 17:29 UTC  (12+ messages)
` [PATCH v2 1/6] config.c: fix accuracy of line number in errors
` [PATCH v2 2/6] add line number and file name info to `config_set`
` [PATCH v2 3/6] rewrite git_config() to use the config-set API
` [PATCH v2 4/6] add a test for semantic errors in config files
` [PATCH v2 5/6] config: add `git_die_config()` to the config-set API
` [PATCH v2 6/6] Add tests for `git_config_get_string()`

`ab | (cd cd && git apply -)' fails with v2.0.0
 2014-07-25 10:31 UTC  (5+ messages)

[PATCH] git-svn: Initialize SVN::Client with svn config instead of, auth for "git svn branch"
 2014-07-25  9:49 UTC  (3+ messages)

[PATCH 0/5] nd/multiple-work-trees follow-ups
 2014-07-25  6:51 UTC  (16+ messages)
` [PATCH 2/5] prune --repos: fix uninitialized access
` [PATCH 3/5] checkout --to: no auto-detach if the ref is already checked out
` [PATCH 5/5] environment.c: fix incorrect git_graft_file initialization

git feature-branch
 2014-07-25  6:09 UTC  (4+ messages)

Git and Openssl license
 2014-07-25  2:46 UTC 

What's cooking in git.git (Jul 2014, #05; Thu, 24)
 2014-07-24 22:36 UTC 

[PATCH] git p4 test: fix failure in 9814-git-p4-rename.sh Was: Re: Test failure in t9814-git-p4-rename.sh - my environment or bad test?
 2014-07-24 22:05 UTC  (4+ messages)

[PATCH 0/5] coverity mixed bag
 2014-07-24 20:33 UTC  (7+ messages)
` [PATCH 1/5] receive-pack: don't copy "dir" parameter
` [PATCH 2/5] free ref string returned by dwim_ref
` [PATCH 3/5] transport: fix leaks in refs_from_alternate_cb
` [PATCH 4/5] fix memory leak parsing core.commentchar
` [PATCH 5/5] apply: avoid possible bogus pointer

[ANNOUNCE] Git v2.0.3
 2014-07-24 17:57 UTC 

[PATCH] git-svn: Avoid systematic prompt for client certificate when using "git svn branch"
 2014-07-24 16:25 UTC 

confused about remote branch management
 2014-07-24  0:24 UTC  (8+ messages)

[PATCH 00/15] ref-transactions for reflogs
 2014-07-23 23:11 UTC  (18+ messages)
` [PATCH 01/15] refs.c make ref_transaction_create a wrapper to ref_transaction_update
` [PATCH 02/15] refs.c: make ref_transaction_delete a wrapper for ref_transaction_update
` [PATCH 03/15] refs.c: rename the transaction functions
` [PATCH 05/15] refs.c: add a function to append a reflog entry to a fd
` [PATCH 06/15] lockfile.c: make hold_lock_file_for_append preserve meaningful errno
` [PATCH 07/15] refs.c: add a transaction function to append a reflog entry
` [PATCH 08/15] refs.c: add a flag to allow reflog updates to truncate the log
` [PATCH 09/15] refs.c: only write reflog update if msg is non-NULL
` [PATCH 10/15] refs.c: allow multiple reflog updates during a single transaction
` [PATCH 11/15] reflog.c: use a reflog transaction when writing during expire
` [PATCH 12/15] refs.c: rename log_ref_setup to create_reflog
` [PATCH 13/15] refs.c: make unlock_ref/close_ref/commit_ref static
` [PATCH 14/15] refs.c: remove lock_any_ref_for_update
` [PATCH 15/15] refs.c: allow deleting refs with a broken sha1

[PATCH 1/4] completion: add missing terminator in case statement
 2014-07-23 21:31 UTC  (7+ messages)
` [PATCH v2 1/3] completion: complete "unstuck" `git push --recurse-submodules`

Test failure in t9814-git-p4-rename.sh - my environment or bad test?
 2014-07-23 21:26 UTC 

rebase flattens history when it shouldn't?
 2014-07-23 19:33 UTC  (3+ messages)

[PATCH/RFC] sparse: avoid sse2 code which renders sparse useless
 2014-07-23 19:09 UTC 

Unify subcommand structure; introduce double dashes for all subcommands?
 2014-07-23 17:52 UTC  (2+ messages)

[PATCH] config.c: change the function signature of `git_config_string()`
 2014-07-23 17:25 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).