Commit message (Expand) | Author | Age | |
---|---|---|---|
* | log: teach --invert-grep option | Christoph Junghans | 2015-01-13 |
* | Merge branch 'maint-2.0' into maint-2.1 | Junio C Hamano | 2015-01-07 |
|\ | |||
| * | Merge branch 'maint-1.9' into maint-2.0 | Junio C Hamano | 2015-01-07 |
| |\ | |||
| | * | Merge branch 'maint-1.8.5' into maint-1.9 | Junio C Hamano | 2015-01-07 |
| | |\ | |||
| | | * | Merge branch 'jk/dotgit-case-maint-1.8.5' into maint-1.8.5 | Junio C Hamano | 2015-01-07 |
| | | |\ | |||
| | | | * | is_hfs_dotgit: loosen over-eager match of \u{..47} | Jeff King | 2014-12-29 |
* | | | | | Git 2.1.4v2.1.4 | Junio C Hamano | 2014-12-17 |
* | | | | | Sync with v2.0.5 | Junio C Hamano | 2014-12-17 |
|\ \ \ \ \ | |/ / / / | |||
| * | | | | Git 2.0.5v2.0.5 | Junio C Hamano | 2014-12-17 |
| * | | | | Sync with v1.9.5 | Junio C Hamano | 2014-12-17 |
| |\ \ \ \ | | |/ / / | |||
| | * | | | Git 1.9.5v1.9.5 | Junio C Hamano | 2014-12-17 |
| | * | | | Sync with v1.8.5.6 | Junio C Hamano | 2014-12-17 |
| | |\ \ \ | | | |/ / | |||
| | | * | | Git 1.8.5.6v1.8.5.6 | Junio C Hamano | 2014-12-17 |
| | | * | | Merge branch 'dotgit-case-maint-1.8.5' into maint-1.8.5 | Junio C Hamano | 2014-12-17 |
| | | |\ \ | | | | |/ | |||
| | | | * | fsck: complain about NTFS ".git" aliases in trees | Johannes Schindelin | 2014-12-17 |
| | | | * | read-cache: optionally disallow NTFS .git variants | Johannes Schindelin | 2014-12-17 |
| | | | * | path: add is_ntfs_dotgit() helper | Johannes Schindelin | 2014-12-17 |
| | | | * | fsck: complain about HFS+ ".git" aliases in trees | Jeff King | 2014-12-17 |
| | | | * | read-cache: optionally disallow HFS+ .git variants | Jeff King | 2014-12-17 |
| | | | * | utf8: add is_hfs_dotgit() helper | Jeff King | 2014-12-17 |
| | | | * | fsck: notice .git case-insensitively | Jeff King | 2014-12-17 |
| | | | * | t1450: refactor ".", "..", and ".git" fsck tests | Jeff King | 2014-12-17 |
| | | | * | verify_dotfile(): reject .git case-insensitively | Jeff King | 2014-12-17 |
| | | | * | read-tree: add tests for confusing paths like ".." and ".git" | Jeff King | 2014-12-17 |
| | | | * | unpack-trees: propagate errors adding entries to the index | Jeff King | 2014-12-17 |
* | | | | | Merge branch 'nd/gitignore-trailing-whitespace' into maint | Junio C Hamano | 2014-11-12 |
|\ \ \ \ \ | |||
| * | | | | | gitignore.txt: fix spelling of "backslash" | Ben North | 2014-11-04 |
* | | | | | | Merge branch 'rs/clean-menu-item-defn' into maint | Junio C Hamano | 2014-11-11 |
|\ \ \ \ \ \ | |||
| * | | | | | | clean: use f(void) instead of f() to declare a pointer to a function without ... | René Scharfe | 2014-08-18 |
* | | | | | | | Documentation/config.txt: fix minor typo | Thomas Quinot | 2014-11-10 |
* | | | | | | | config.txt: fix typo | Nicolas Dermine | 2014-11-10 |
* | | | | | | | docs/credential-store: s/--store/--file/ | Jeff King | 2014-11-06 |
* | | | | | | | Git 2.1.3v2.1.3 | Junio C Hamano | 2014-10-29 |
* | | | | | | | Merge branch 'jk/pack-objects-no-bitmap-when-splitting' into maint | Junio C Hamano | 2014-10-29 |
|\ \ \ \ \ \ \ | |||
| * | | | | | | | pack-objects: turn off bitmaps when we split packs | Jeff King | 2014-10-19 |
| | |_|/ / / / | |/| | | | | | |||
* | | | | | | | Merge branch 'da/mergetool-meld' into maint | Junio C Hamano | 2014-10-29 |
|\ \ \ \ \ \ \ | |||
| * | | | | | | | mergetools/meld: make usage of `--output` configurable and more robust | David Aguilar | 2014-10-16 |
* | | | | | | | | Merge branch 'rm/gitweb-start-form' into maint | Junio C Hamano | 2014-10-29 |
|\ \ \ \ \ \ \ \ | |||
| * | | | | | | | | gitweb: use start_form, not startform that was removed in CGI.pm 4.04 | Roland Mas | 2014-10-16 |
| | |/ / / / / / | |/| | | | | | | |||
* | | | | | | | | Merge branch 'bc/asciidoc-pretty-formats-fix' into maint | Junio C Hamano | 2014-10-29 |
|\ \ \ \ \ \ \ \ | |||
| * | | | | | | | | Documentation: fix misrender of pretty-formats in Asciidoctor | brian m. carlson | 2014-10-08 |
* | | | | | | | | | Merge branch 'rs/daemon-fixes' into maint | Junio C Hamano | 2014-10-29 |
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | | | |||
| * | | | | | | | | daemon: remove write-only variable maxfd | René Scharfe | 2014-10-01 |
| * | | | | | | | | daemon: fix error message after bind() | René Scharfe | 2014-10-01 |
| * | | | | | | | | daemon: handle gethostbyname() error | René Scharfe | 2014-10-01 |
* | | | | | | | | | Merge branch 'maint-2.0' into maint | Junio C Hamano | 2014-10-07 |
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | | | | |||
| * | | | | | | | | Merge branch 'maint-1.9' into maint-2.0 | Junio C Hamano | 2014-10-07 |
| |\ \ \ \ \ \ \ \ | | | |_|_|_|/ / / | | |/| | | | | | | |||
| | * | | | | | | | Merge branch 'maint-1.8.5' into maint-1.9 | Junio C Hamano | 2014-10-07 |
| | |\ \ \ \ \ \ \ | | | | |_|_|_|/ / | | | |/| | | | | | |||
| | | * | | | | | | git-tag.txt: Add a missing hyphen to `-s` | Wieland Hoffmann | 2014-10-07 |
| | | |/ / / / / | |||
* | | | | | | | | Merge branch 'jk/mbox-from-line' into maint | Junio C Hamano | 2014-10-07 |
|\ \ \ \ \ \ \ \ |