Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | RE: [PATCH] Avoid rename/add conflict when contents are identical | Schalk, Ken | 2010-09-03 | 2 | -0/+41 | |
* | | | | | | | | | | Merge git://repo.or.cz/git-gui | Junio C Hamano | 2010-09-15 | 6 | -411/+454 | |
|\ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / |/| | | | | | | | | | ||||||
| * | | | | | | | | | git-gui 0.13gitgui-0.13.0 | Pat Thoyts | 2010-09-14 | 1 | -1/+1 | |
| * | | | | | | | | | git-gui: avoid mis-encoding the copyright message on Windows. | Pat Thoyts | 2010-09-13 | 1 | -2/+2 | |
| * | | | | | | | | | git-gui: Update Swedish translation (521t). | Peter Krefting | 2010-09-13 | 1 | -399/+403 | |
| * | | | | | | | | | git-gui: ensure correct application termination in git-gui--askpass | Pat Thoyts | 2010-08-18 | 1 | -6/+13 | |
| * | | | | | | | | | git-gui: handle textconv filter on Windows and in development | Pat Thoyts | 2010-08-12 | 2 | -3/+15 | |
| * | | | | | | | | | git-gui: use shell to launch textconv filter in "blame" | Matthieu Moy | 2010-08-12 | 3 | -1/+10 | |
| * | | | | | | | | | git-gui: display error launching blame as a message box. | Pat Thoyts | 2010-08-08 | 1 | -1/+6 | |
| * | | | | | | | | | git-gui: Make usage statement visible on Windows. | Pat Thoyts | 2010-08-08 | 1 | -1/+7 | |
* | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2010-09-12 | 2 | -63/+70 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | t3101: modernise style | Junio C Hamano | 2010-09-12 | 1 | -62/+64 | |
| * | | | | | | | | | | compat/nedmalloc: don't force NDEBUG on the rest of git | René Scharfe | 2010-09-11 | 1 | -1/+6 | |
| | |_|_|_|_|_|_|/ / | |/| | | | | | | | | ||||||
* | | | | | | | | | | vcs-svn: Fix some printf format compiler warnings | Ramsay Jones | 2010-09-12 | 3 | -5/+10 | |
* | | | | | | | | | | Git 1.7.3 rc1v1.7.3-rc1 | Junio C Hamano | 2010-09-10 | 1 | -1/+1 | |
* | | | | | | | | | | Merge branch 'np/relnotes-in-subdir' | Junio C Hamano | 2010-09-10 | 111 | -108/+108 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | install-webdoc: keep installed RelNotes-*.txt | Junio C Hamano | 2010-09-09 | 1 | -1/+1 | |
| * | | | | | | | | | | Documentation: move RelNotes into a directory of their own | Nicolas Pitre | 2010-09-06 | 111 | -107/+107 | |
* | | | | | | | | | | | Prepare for 1.7.3 rc1 | Junio C Hamano | 2010-09-10 | 1 | -2/+10 | |
* | | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2010-09-10 | 1 | -2/+3 | |
|\ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
| * | | | | | | | | | | config.txt: fix placement of diff.noprefix | Mark Lodato | 2010-09-10 | 1 | -2/+3 | |
* | | | | | | | | | | | t/t4018: avoid two unnecessary sub-shell invocations | Brandon Casey | 2010-09-10 | 1 | -4/+4 | |
* | | | | | | | | | | | Merge branch 'maint' | Junio C Hamano | 2010-09-09 | 2 | -4/+6 | |
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / | ||||||
| * | | | | | | | | | | xdiff-interface.c: always trim trailing space from xfuncname matches | Brandon Casey | 2010-09-09 | 1 | -3/+2 | |
| * | | | | | | | | | | diff.c: call regfree to free memory allocated by regcomp when necessary | Brandon Casey | 2010-09-09 | 1 | -1/+4 | |
| | |_|_|_|_|_|_|/ / | |/| | | | | | | | | ||||||
* | | | | | | | | | | t/t4018: test whether the word_regex patterns compile | Brandon Casey | 2010-09-09 | 1 | -0/+5 | |
* | | | | | | | | | | t/t5510-fetch.sh: improve testing with explicit URL and merge spec | Brandon Casey | 2010-09-09 | 1 | -2/+28 | |
* | | | | | | | | | | builtin/fetch.c: comment that branch->remote_name is usable when has_merge | Brandon Casey | 2010-09-09 | 1 | -0/+3 | |
* | | | | | | | | | | Makefile: use compat regex on IRIX 6.5 | Brandon Casey | 2010-09-09 | 1 | -0/+2 | |
* | | | | | | | | | | t/t7008: workaround broken handling of \000 by printf on IRIX | Brandon Casey | 2010-09-09 | 1 | -7/+7 | |
* | | | | | | | | | | Merge branch 'tf/cleanup-builtin-help-headers' | Junio C Hamano | 2010-09-08 | 3 | -11/+13 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | builtin.h: Move two functions definitions to help.h. | Thiago Farina | 2010-09-01 | 3 | -11/+13 | |
* | | | | | | | | | | | Merge branch 'jk/test-must-fail-missing' | Junio C Hamano | 2010-09-08 | 1 | -2/+21 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | tests: make test_might_fail fail on missing commands | Jonathan Nieder | 2010-08-31 | 1 | -0/+3 | |
| * | | | | | | | | | | | tests: make test_might_fail more verbose | Jonathan Nieder | 2010-08-31 | 1 | -1/+6 | |
| * | | | | | | | | | | | tests: make test_must_fail fail on missing commands | Jeff King | 2010-08-31 | 1 | -0/+3 | |
| * | | | | | | | | | | | tests: make test_must_fail more verbose | Jeff King | 2010-08-31 | 1 | -1/+9 | |
* | | | | | | | | | | | | Merge branch 'jh/error-removing-missing-note' | Junio C Hamano | 2010-09-08 | 4 | -9/+30 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | notes: Don't create (empty) commit when removing non-existing notes | Johan Herland | 2010-08-31 | 4 | -9/+30 | |
| |/ / / / / / / / / / / | ||||||
* | | | | | | | | | | | | Merge branch 'kf/askpass-config' | Junio C Hamano | 2010-09-08 | 7 | -5/+26 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | Extend documentation of core.askpass and GIT_ASKPASS. | Knut Franke | 2010-08-31 | 2 | -2/+12 | |
| * | | | | | | | | | | | | Allow core.askpass to override SSH_ASKPASS. | Knut Franke | 2010-08-31 | 2 | -4/+2 | |
| * | | | | | | | | | | | | Add a new option 'core.askpass'. | Anselm Kruis | 2010-08-31 | 5 | -1/+14 | |
| | |_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | ||||||
* | | | | | | | | | | | | Merge branch 'bc/maint-fetch-url-only' | Junio C Hamano | 2010-09-08 | 2 | -1/+9 | |
|\ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | builtin/fetch.c: ignore merge config when not fetching from branch's remote | Brandon Casey | 2010-08-25 | 2 | -2/+4 | |
| * | | | | | | | | | | | | t/t5510: demonstrate failure to fetch when current branch has merge ref | Brandon Casey | 2010-08-25 | 1 | -0/+6 | |
* | | | | | | | | | | | | | Merge branch 'jk/maint-pass-c-config-in-env' | Junio C Hamano | 2010-09-08 | 5 | -5/+83 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | | | do not pass "git -c foo=bar" params to transport helpers | Jonathan Nieder | 2010-08-24 | 3 | -1/+25 | |
| * | | | | | | | | | | | | | pass "git -c foo=bar" params through environment | Jeff King | 2010-08-24 | 3 | -4/+58 | |
| | |/ / / / / / / / / / / | |/| | | | | | | | | | | | ||||||
* | | | | | | | | | | | | | Merge branch 'en/d-f-conflict-fix' | Junio C Hamano | 2010-09-08 | 1 | -1/+9 | |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | |