Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'tr/merge-recursive-flush' | Junio C Hamano | 2012-08-22 | 1 | -18/+1 |
|\ | |||||
| * | merge-recursive: eliminate flush_buffer() in favor of write_in_full() | Thomas Rast | 2012-08-03 | 1 | -18/+1 |
* | | Merge branch 'mm/die-with-dashdash-help' | Junio C Hamano | 2012-08-22 | 1 | -3/+5 |
|\ \ | |||||
| * | | setup: clarify error messages for file/revisions ambiguity | Matthieu Moy | 2012-08-03 | 1 | -3/+5 |
* | | | Merge branch 'tr/maint-send-email-2047' | Junio C Hamano | 2012-08-22 | 2 | -4/+19 |
|\ \ \ | |||||
| * | | | send-email: improve RFC2047 quote parsing | Thomas Rast | 2012-07-31 | 2 | -4/+19 |
| | |/ | |/| | |||||
* | | | Merge branch 'nd/index-errno' | Junio C Hamano | 2012-08-22 | 1 | -5/+1 |
|\ \ \ | |||||
| * | | | read_index_from: remove bogus errno assignments | Nguyễn Thái Ngọc Duy | 2012-08-06 | 1 | -5/+1 |
* | | | | Merge branch 'mk/test-seq' | Junio C Hamano | 2012-08-22 | 3 | -2/+23 |
|\ \ \ \ | |||||
| * | | | | tests: Introduce test_seq | Michał Kiedrowicz | 2012-08-04 | 3 | -2/+23 |
| | |_|/ | |/| | | |||||
* | | | | Merge branch 'pg/maint-apply-remove-unused-variable' | Junio C Hamano | 2012-08-22 | 1 | -1/+0 |
|\ \ \ \ | |||||
| * | | | | apply: delete unused deflate_origlen from patch struct | Paul Gortmaker | 2012-08-05 | 1 | -1/+0 |
| | |/ / | |/| | | |||||
* | | | | Merge branch 'jc/test-prereq' | Junio C Hamano | 2012-08-22 | 6 | -205/+233 |
|\ \ \ \ | |||||
| * | | | | t3910: use the UTF8_NFD_TO_NFC test prereq | Michael J Gruber | 2012-08-22 | 1 | -146/+135 |
| * | | | | test-lib: provide UTF8 behaviour as a prerequisite | Michael J Gruber | 2012-07-27 | 3 | -17/+25 |
| * | | | | t0050: use the SYMLINKS test prereq | Michael J Gruber | 2012-07-27 | 1 | -14/+7 |
| * | | | | t0050: use the CASE_INSENSITIVE_FS test prereq | Michael J Gruber | 2012-07-27 | 1 | -13/+8 |
| * | | | | test-lib: provide case insensitivity as a prerequisite | Michael J Gruber | 2012-07-27 | 3 | -10/+10 |
| * | | | | test: allow prerequisite to be evaluated lazily | Junio C Hamano | 2012-07-27 | 2 | -3/+46 |
| * | | | | test: rename $satisfied to $satisfied_prereq | Junio C Hamano | 2012-07-27 | 1 | -3/+3 |
* | | | | | Merge branch 'ms/git-svn-1.7' | Junio C Hamano | 2012-08-22 | 12 | -174/+489 |
|\ \ \ \ \ | |||||
| * | | | | | git-svn: remove ad-hoc canonicalizations | Michael G. Schwern | 2012-08-02 | 2 | -5/+4 |
| * | | | | | git-svn: canonicalize newly-minted URLs | Michael G. Schwern | 2012-08-02 | 2 | -6/+22 |
| * | | | | | git-svn: introduce add_path_to_url function | Michael G. Schwern | 2012-08-02 | 5 | -23/+75 |
| * | | | | | git-svn: canonicalize earlier | Michael G. Schwern | 2012-08-02 | 2 | -5/+5 |
| * | | | | | git-svn: replace URL escapes with canonicalization | Michael G. Schwern | 2012-08-02 | 3 | -44/+9 |
| * | | | | | git-svn: attempt to mimic SVN 1.7 URL canonicalization | Michael G. Schwern | 2012-08-02 | 4 | -5/+48 |
| * | | | | | t9107: fix typo | Michael G. Schwern | 2012-08-02 | 1 | -1/+1 |
| * | | | | | t9118: workaround inconsistency between SVN versions | Michael G. Schwern | 2012-08-02 | 1 | -1/+6 |
| * | | | | | Git::SVN{,::Ra}: canonicalize earlier | Michael G. Schwern | 2012-08-02 | 2 | -3/+9 |
| * | | | | | git-svn: path canonicalization uses SVN API | Michael G. Schwern | 2012-08-02 | 1 | -0/+24 |
| * | | | | | Git::SVN::Utils: remove irrelevant comment | Michael G. Schwern | 2012-08-02 | 1 | -2/+0 |
| * | | | | | git-svn: add join_paths() to safely concatenate paths | Michael G. Schwern | 2012-08-02 | 4 | -5/+72 |
| * | | | | | git-svn: factor out _collapse_dotdot function | Michael G. Schwern | 2012-08-02 | 2 | -1/+36 |
| * | | | | | git-svn: use SVN 1.7 to canonicalize when possible | Michael G. Schwern | 2012-08-02 | 1 | -0/+16 |
| * | | | | | git-svn: move canonicalization to Git::SVN::Utils | Michael G. Schwern | 2012-08-02 | 2 | -27/+58 |
| * | | | | | use Git::SVN{,::RA}->url accessor globally | Michael G. Schwern | 2012-08-02 | 3 | -13/+15 |
| * | | | | | use Git::SVN->path accessor globally | Michael G. Schwern | 2012-08-02 | 4 | -11/+13 |
| * | | | | | Git::SVN::Ra: use accessor for URLs | Michael G. Schwern | 2012-08-02 | 1 | -11/+27 |
| * | | | | | Git::SVN: use accessor for URLs internally | Michael G. Schwern | 2012-08-02 | 1 | -14/+28 |
| * | | | | | Git::SVN: use accessors internally for path | Michael G. Schwern | 2012-08-02 | 1 | -31/+55 |
* | | | | | | Git 1.7.12v1.7.12 | Junio C Hamano | 2012-08-19 | 2 | -1/+6 |
* | | | | | | Merge branch 'jc/doc-git-updates' (early part) | Junio C Hamano | 2012-08-17 | 1 | -1/+1 |
|\ \ \ \ \ \ | |||||
| * | | | | | | Documentation: update URL for formatted pages | Junio C Hamano | 2012-08-17 | 1 | -1/+1 |
* | | | | | | | Merge git://github.com/git-l10n/git-po to update Swedish translation | Junio C Hamano | 2012-08-16 | 1 | -6/+6 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | l10n: Fixes to Swedish translation | Peter Krefting | 2012-08-16 | 1 | -6/+6 |
* | | | | | | | | Git 1.7.12-rc3v1.7.12-rc3 | Junio C Hamano | 2012-08-15 | 2 | -11/+2 |
* | | | | | | | | Sync with 1.7.11.5 | Junio C Hamano | 2012-08-15 | 2 | -1/+10 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | | | | | |||||
| * | | | | | | | Git 1.7.11.5v1.7.11.5 | Junio C Hamano | 2012-08-15 | 3 | -2/+11 |
| * | | | | | | | Merge branch 'rj/maint-grep-remove-redundant-test' into maint | Junio C Hamano | 2012-08-15 | 1 | -11/+0 |
| |\ \ \ \ \ \ \ |