Re: end-of-line diff checkout direction dependence problem

2015-07-05 Thread Torsten Bögershausen
On 2015-07-02 16.00, Thomas Vieten wrote: [] > see the file attachend to the end of this message Thanks for the info > >> It may be, that you need to "nornalize" your repo: >> > in principle we know all this. > What is remarkable that we are able to checkout a version of master which is > not consi

Re: [PATCH] l10n: de.po: translate 65 new messages

2015-07-05 Thread Ralf Thielow
Hi Phillip, Thanks for review! 2015-07-05 15:21 GMT+02:00 Phillip Sz : >> #: help.c:214 >> msgid "git commands available from elsewhere on your $PATH" >> msgstr "Vorhandene Git-Kommandos irgendwo in Ihrem $PATH" >> > > What do you think about "Git-Kommandos sind anderwo verfügbar in Ihrem > $P

Re: Draft of Git Rev News edition 5

2015-07-05 Thread Eric Sunshine
On Sun, Jul 5, 2015 at 6:35 PM, Thomas Ferris Nicolaisen wrote: > On Mon, Jul 6, 2015 at 12:01 AM, Eric Sunshine > wrote: >> Unfortunately, the non-ASCII characters >> in Duy's name got corrupted, and the botch is present in the patch I >> sent. Sorry. Not sure how that happened. Can you fix it

Re: Draft of Git Rev News edition 5

2015-07-05 Thread Thomas Ferris Nicolaisen
On Mon, Jul 6, 2015 at 12:01 AM, Eric Sunshine wrote: > Unfortunately, the non-ASCII characters > in Duy's name got corrupted, and the botch is present in the patch I > sent. Sorry. Not sure how that happened. Can you fix it locally? Fixed [1]. [1] https://github.com/git/git.github.io/commit/b5

Re: Draft of Git Rev News edition 5

2015-07-05 Thread Eric Sunshine
On Sun, Jul 5, 2015 at 5:13 PM, Christian Couder wrote: > On Sun, Jul 5, 2015 at 9:11 PM, Eric Sunshine wrote: >> On Sun, Jul 05, 2015 at 01:13:57PM +0200, Christian Couder wrote: >>> A draft of Git Rev News edition 5 is available here: >>> https://github.com/git/git.github.io/blob/master/rev_new

L

2015-07-05 Thread Make
Отправлено с iPhone

Re: Draft of Git Rev News edition 5

2015-07-05 Thread Christian Couder
On Sun, Jul 5, 2015 at 9:11 PM, Eric Sunshine wrote: > On Sun, Jul 05, 2015 at 01:13:57PM +0200, Christian Couder wrote: >> A draft of Git Rev News edition 5 is available here: >> https://github.com/git/git.github.io/blob/master/rev_news/drafts/edition-5.md >> Everyone is welcome to contribute in

Re: Draft of Git Rev News edition 5

2015-07-05 Thread Eric Sunshine
On Sun, Jul 05, 2015 at 01:13:57PM +0200, Christian Couder wrote: > A draft of Git Rev News edition 5 is available here: > https://github.com/git/git.github.io/blob/master/rev_news/drafts/edition-5.md > Everyone is welcome to contribute in any section... I'm not familiar with the criteria for deci

Re: [PATCH 00/12] Improve git-am test coverage

2015-07-05 Thread Johannes Schindelin
Hi, On 2015-07-03 18:24, Stefan Beller wrote: > On Thu, Jul 2, 2015 at 11:16 AM, Paul Tan wrote: >> Increase test coverage of git-am.sh to help prevent regressions that could >> arise >> from the rewrite of git-am.sh to C. This patch series, along with >> pt/am-foreign, improved test coverage as

Re: [PATCH v7 04/11] for-each-ref: add '--points-at' option

2015-07-05 Thread Karthik Nayak
On Thu, Jul 2, 2015 at 10:35 PM, Matthieu Moy wrote: > Karthik Nayak writes: > >> Add the '--points-at' option provided by 'ref-filter'. The >> option lets the user to list only refs which pertain to the >> given object. > > You are using "pertain to" (here, in git-for-each-ref.txt and in the > d

Re: [PATCH 09/12] t4150: am with post-applypatch hook

2015-07-05 Thread Johannes Schindelin
Hi Paul, On 2015-07-02 20:16, Paul Tan wrote: > diff --git a/t/t4150-am.sh b/t/t4150-am.sh > index dd6fe81..62b678c 100755 > --- a/t/t4150-am.sh > +++ b/t/t4150-am.sh > @@ -275,6 +275,48 @@ test_expect_success 'am with failing pre-applypatch > hook' ' > test_cmp_rev first HEAD > ' > > +

Re: [PATCH 02/12] t4150: am fails if index is dirty

2015-07-05 Thread Johannes Schindelin
Hi Paul, On 2015-07-02 20:16, Paul Tan wrote: > diff --git a/t/t4150-am.sh b/t/t4150-am.sh > index 3f54bdf..0a19136 100755 > --- a/t/t4150-am.sh > +++ b/t/t4150-am.sh > @@ -154,6 +154,17 @@ test_expect_success 'am applies patch correctly' ' > test "$(git rev-parse second^)" = "$(git rev-par

Re: [PATCH] git-filter-branch.sh: clarify an error message

2015-07-05 Thread Johannes Schindelin
Hi, On 2015-07-05 15:07, Jeff King wrote: > On Sat, Jul 04, 2015 at 07:39:04PM -0400, Chris Jones wrote: > >> Make git filter-branch output a useful error message when a single >> commit is given instead of a range. Currently, when given a command >> like git filter-branch --msg-filter 'echo "TE

Re: [PATCH] l10n: de.po: translate 65 new messages

2015-07-05 Thread Phillip Sz
Hi, > #: dir.c:1945 > msgid "Untracked cache is disabled on this system." > -msgstr "" > +msgstr "Cache für unversionierten Dateien ist auf diesem System deaktiviert." I think it should be "Cache für unversionierte Dateien ist auf diesem System deaktiviert." > #: help.c:214 > msgid "git comm

Re: [PATCH] git-filter-branch.sh: clarify an error message

2015-07-05 Thread Jeff King
On Sat, Jul 04, 2015 at 07:39:04PM -0400, Chris Jones wrote: > Make git filter-branch output a useful error message when a single > commit is given instead of a range. Currently, when given a command > like git filter-branch --msg-filter 'echo "TEST"' -- abc123, it will > give the message "Which

Draft of Git Rev News edition 5

2015-07-05 Thread Christian Couder
Hi, A draft of Git Rev News edition 5 is available here: https://github.com/git/git.github.io/blob/master/rev_news/drafts/edition-5.md Everyone is welcome to contribute in any section, like Junio and Matthieu already did, either by editing the above page on GitHub and sending a pull request, or

[PATCH v2] git-multimail: update to release 1.1.1

2015-07-05 Thread Matthieu Moy
The only change is a bugfix: the SMTP mailer was not working with Python 2.4. Signed-off-by: Matthieu Moy --- I just fixed the title line (1.1.0 -> 1.1.0). contrib/hooks/multimail/CHANGES | 5 + contrib/hooks/multimail/README | 2 +- contrib/hooks/multimail/README.Git

Re: [PATCH v2 16/23] worktree: add -b/-B options

2015-07-05 Thread Eric Sunshine
On Fri, Jul 3, 2015 at 11:19 PM, Duy Nguyen wrote: > On Sat, Jul 4, 2015 at 7:17 AM, Eric Sunshine wrote: >> One of git-worktree's roles is to populate the new worktree, much like >> git-checkout, and thus, for convenience, ought to support several of the >> same shortcuts. Toward this goal, add

Re: [PATCH v2 08/23] checkout: fix bug with --to and relative HEAD

2015-07-05 Thread Eric Sunshine
On Fri, Jul 3, 2015 at 10:45 PM, Duy Nguyen wrote: > On Sat, Jul 4, 2015 at 7:17 AM, Eric Sunshine wrote: >> Given "git checkout --to HEAD~1", the new worktree's HEAD should >> begin life at the current branch's HEAD~1, however, it actually ends up >> at HEAD~2. The happens because: >> >> 1.

Re: [PATCH v2 13/23] worktree: introduce "add" command

2015-07-05 Thread Eric Sunshine
On Fri, Jul 3, 2015 at 10:53 PM, Duy Nguyen wrote: > On Sat, Jul 4, 2015 at 7:17 AM, Eric Sunshine wrote: >> COMMANDS >> >> +add :: >> + >> +Check out `` into a separate working directory, ``, creating >> +`` if necessary. The new working directory is linked to the current >> +reposit

Re: [PATCH v2 04/23] Documentation/git-worktree: add BUGS section

2015-07-05 Thread Eric Sunshine
On Fri, Jul 3, 2015 at 10:41 PM, Duy Nguyen wrote: > On Sat, Jul 4, 2015 at 7:17 AM, Eric Sunshine wrote: >> +git-worktree could provide more automation for tasks currently >> +performed manually or via other commands, such as: >> + >> +- `add` to create a new linked worktree >> +- `remove` to re

Re: [PATCH v2 18/23] checkout: retire --to option

2015-07-05 Thread Eric Sunshine
On Fri, Jul 3, 2015 at 11:04 PM, Duy Nguyen wrote: > On Sat, Jul 4, 2015 at 7:17 AM, Eric Sunshine wrote: >> Now that "git worktree add" has achieved user-facing feature-parity with >> "git checkout --to", retire the latter. >> >> Move the actual linked worktree creation functionality, >> prepare

[PATCH] index-pack: fix allocation of sorted_by_pos array

2015-07-05 Thread Junio C Hamano
When c6458e60 (index-pack: kill union delta_base to save memory, 2015-04-18) attempted to reduce the memory footprint of index-pack, one of the key thing it did was to keep track of ref-deltas and ofs-deltas separately. In fix_unresolved_deltas(), however it forgot that it now wants to look only a

[PATCH v4] pull: allow dirty tree when rebase.autostash enabled

2015-07-05 Thread Kevin Daudt
rebase learned to stash changes when it encounters a dirty work tree, but git pull --rebase does not. Only verify if the working tree is dirty when rebase.autostash is not enabled. Signed-off-by: Kevin Daudt Helped-by: Paul Tan --- git-pull.sh | 3 ++- t/t5520-pull.sh | 11 +++ 2

Re: [PATCH 2/2] index-pack: kill union delta_base to save memory

2015-07-05 Thread Junio C Hamano
Duy Nguyen writes: >>> @@ -1282,28 +1344,25 @@ static void fix_unresolved_deltas(struct sha1file >>> *f, int nr_unresolved) >>>* resolving deltas in the same order as their position in the pack. >>>*/ >>> sorted_by_pos = xmalloc(nr_unresolved * sizeof(*sorted_by_pos)); >>>

kd/

2015-07-05 Thread Kevin Daudt
On Wed, Jun 17, 2015 at 08:36:34AM -0700, Junio C Hamano wrote: > Kevin Daudt writes: > > > - require_clean_work_tree "pull with rebase" "Please commit or > > stash them." > > + if [ $(git config --bool --get rebase.autostash || echo false) > > = false ] > > Style (use of [

[PATCH] git-filter-branch.sh: clarify an error message

2015-07-05 Thread Chris Jones
Make git filter-branch output a useful error message when a single commit is given instead of a range. Currently, when given a command like git filter-branch --msg-filter 'echo "TEST"' -- abc123, it will give the message "Which ref do you want to rewrite?". Instead, what is needed is a range of c