Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | Documentation: rev-list-options: Rewrite simplification descriptions for clarity | Thomas Rast | 2008-08-12 | 1 | -17/+136 | |
* | | | | | | Teach git diff about BibTeX head hunk patterns | Gustaf Hendeby | 2008-08-12 | 2 | -0/+3 | |
* | | | | | | gitattributes: Document built in hunk header patterns | Gustaf Hendeby | 2008-08-12 | 1 | -3/+10 | |
* | | | | | | git-daemon: SysV needs the signal handler reinstated. | Stephen R. van den Berg | 2008-08-12 | 1 | -0/+1 | |
|/ / / / / | ||||||
* | | | | | diff --check: do not unconditionally complain about trailing empty lines | Junio C Hamano | 2008-08-11 | 2 | -2/+21 | |
* | | | | | Merge branch 'maint' | Junio C Hamano | 2008-08-11 | 1 | -1/+2 | |
|\ \ \ \ \ | |/ / / / | ||||||
| * | | | | git-bisect: fix wrong usage of read(1) | Francis Moreau | 2008-08-11 | 1 | -1/+2 | |
* | | | | | Documentation: rev-list-options: Fix a typo | Thomas Rast | 2008-08-11 | 1 | -1/+1 | |
* | | | | | Adjust for the new way of enabling the default post-update hook | Petr Baudis | 2008-08-11 | 4 | -14/+21 | |
* | | | | | Fix typo in comments of longest_ancestor_length() | Nguyễn Thái Ngọc Duy | 2008-08-11 | 1 | -1/+1 | |
| |_|/ / |/| | | | ||||||
* | | | | Merge branch 'maint' | Junio C Hamano | 2008-08-11 | 1 | -2/+1 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Re-fix rev-list-options documentation | Junio C Hamano | 2008-08-11 | 1 | -2/+1 | |
* | | | | Merge branch 'maint' | Junio C Hamano | 2008-08-11 | 4 | -9/+23 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Documentation: fix invalid reference to 'mybranch' in user manual | Ivan Stankovic | 2008-08-10 | 1 | -1/+1 | |
| * | | | Fix deleting reflog entries from HEAD reflog | Junio C Hamano | 2008-08-10 | 2 | -3/+3 | |
| * | | | reflog test: add more tests for 'reflog delete' | Pieter de Bie | 2008-08-10 | 1 | -4/+18 | |
| * | | | Documentation: rev-list-options: Fix -g paragraph formatting | Thomas Rast | 2008-08-10 | 1 | -2/+2 | |
* | | | | Update draft RelNotes for 1.6.0 | Junio C Hamano | 2008-08-09 | 1 | -3/+3 | |
* | | | | Merge branch 'maint' | Junio C Hamano | 2008-08-09 | 4 | -14/+11 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | asciidoc markup fixes | Junio C Hamano | 2008-08-07 | 3 | -5/+5 | |
| * | | | Merge branch 'lt/config-fsync' into maint | Junio C Hamano | 2008-08-07 | 5 | -21/+74 | |
| |\ \ \ | ||||||
| * \ \ \ | Merge branch 'jc/reflog-expire' into maint | Junio C Hamano | 2008-08-07 | 1 | -19/+137 | |
| |\ \ \ \ | ||||||
| * \ \ \ \ | Merge branch 'ag/rewrite_one' into maint | Junio C Hamano | 2008-08-07 | 1 | -6/+24 | |
| |\ \ \ \ \ | ||||||
| * | | | | | | Fail properly when cloning from invalid HTTP URL | Petr Baudis | 2008-08-07 | 1 | -8/+5 | |
* | | | | | | | mailinfo: fix MIME multi-part message boundary handling | Junio C Hamano | 2008-08-09 | 6 | -7/+76 | |
* | | | | | | | builtin-rm: Add a --force flag | Pieter de Bie | 2008-08-08 | 2 | -2/+3 | |
* | | | | | | | git-svn: wrap long lines in a few places | Eric Wong | 2008-08-08 | 1 | -2/+5 | |
* | | | | | | | git-svn: Allow deep branch names by supporting multi-globs | Marcus Griep | 2008-08-08 | 4 | -20/+246 | |
* | | | | | | | Fix multi-glob assertion in git-svn | Marcus Griep | 2008-08-08 | 2 | -8/+33 | |
* | | | | | | | filter-branch: be more helpful when an annotated tag changes | Thomas Rast | 2008-08-08 | 1 | -3/+11 | |
* | | | | | | | Documentation: filter-branch: document how to filter all refs | Thomas Rast | 2008-08-08 | 1 | -5/+16 | |
* | | | | | | | Makefile: add a target which will abort compilation with ancient shells | Brandon Casey | 2008-08-08 | 1 | -1/+7 | |
* | | | | | | | bash: remove redundant check for 'git stash apply' options | SZEDER Gábor | 2008-08-08 | 1 | -1/+1 | |
* | | | | | | | GIT-VERSION-GEN: mark the version 'dirty' only if there are modified files | Junio C Hamano | 2008-08-08 | 1 | -0/+1 | |
* | | | | | | | Makefile: set SHELL to value of SHELL_PATH | Brandon Casey | 2008-08-08 | 1 | -0/+2 | |
* | | | | | | | Documentation: user-manual: "git commit -a" doesn't motivate .gitignore | Jonathan Nieder | 2008-08-08 | 1 | -2/+2 | |
* | | | | | | | git-svn: add ability to specify --commit-url for dcommit | Eric Wong | 2008-08-08 | 2 | -3/+15 | |
* | | | | | | | Documentation: commit-tree: remove 16 parents restriction | Thomas Rast | 2008-08-08 | 1 | -5/+5 | |
* | | | | | | | clone --mirror: avoid storing repeated tags | Johannes Schindelin | 2008-08-07 | 2 | -1/+14 | |
* | | | | | | | GIT 1.6.0-rc2v1.6.0-rc2 | Junio C Hamano | 2008-08-06 | 1 | -1/+15 | |
* | | | | | | | perl/Makefile: handle paths with spaces in the NO_PERL_MAKEMAKER section | Brandon Casey | 2008-08-06 | 1 | -4/+4 | |
* | | | | | | | Sync with 1.5.6.5 | Junio C Hamano | 2008-08-06 | 9 | -15/+80 | |
|\ \ \ \ \ \ \ | |/ / / / / / | ||||||
| * | | | | | | GIT 1.5.6.5v1.5.6.5 | Junio C Hamano | 2008-08-06 | 3 | -11/+10 | |
| * | | | | | | Files given on the command line are relative to $cwd | Junio C Hamano | 2008-08-06 | 6 | -5/+72 | |
| * | | | | | | fix diff-tree --stdin documentation | Junio C Hamano | 2008-08-05 | 1 | -3/+3 | |
* | | | | | | | Merge git://repo.or.cz/git-gui | Junio C Hamano | 2008-08-06 | 7 | -999/+1211 | |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | ||||||
| * | | | | | | git-gui: Adapt discovery of oguilib to execdir 'libexec/git-core' | Johannes Sixt | 2008-08-04 | 1 | -1/+5 | |
| * | | | | | | git-gui: add a part about format strings in po/README | Michele Ballabio | 2008-08-03 | 1 | -6/+11 | |
| * | | | | | | git-gui: update po/it.po | Michele Ballabio | 2008-08-03 | 1 | -246/+284 | |
| * | | | | | | git-gui: update Japanese translation | しらいしななこ | 2008-08-03 | 1 | -246/+281 |