Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'nd/gitignore-trailing-whitespace' into maint | Junio C Hamano | 2014-11-12 | 1 | -1/+1 |
|\ | |||||
| * | gitignore.txt: fix spelling of "backslash"nd/gitignore-trailing-whitespace | Ben North | 2014-11-04 | 1 | -1/+1 |
* | | Merge branch 'rs/clean-menu-item-defn' into maint | Junio C Hamano | 2014-11-11 | 1 | -1/+1 |
|\ \ | |||||
| * | | clean: use f(void) instead of f() to declare a pointer to a function without ...rs/clean-menu-item-defn | René Scharfe | 2014-08-18 | 1 | -1/+1 |
* | | | Documentation/config.txt: fix minor typo | Thomas Quinot | 2014-11-10 | 1 | -1/+1 |
* | | | config.txt: fix typo | Nicolas Dermine | 2014-11-10 | 1 | -1/+1 |
* | | | docs/credential-store: s/--store/--file/ | Jeff King | 2014-11-06 | 1 | -1/+1 |
* | | | Git 2.1.3v2.1.3 | Junio C Hamano | 2014-10-29 | 4 | -3/+30 |
* | | | Merge branch 'jk/pack-objects-no-bitmap-when-splitting' into maint | Junio C Hamano | 2014-10-29 | 2 | -0/+10 |
|\ \ \ | |||||
| * | | | pack-objects: turn off bitmaps when we split packsjk/pack-objects-no-bitmap-when-splitting | Jeff King | 2014-10-19 | 2 | -0/+10 |
* | | | | Merge branch 'da/mergetool-meld' into maint | Junio C Hamano | 2014-10-29 | 2 | -2/+16 |
|\ \ \ \ | |||||
| * | | | | mergetools/meld: make usage of `--output` configurable and more robustda/mergetool-meld | David Aguilar | 2014-10-16 | 2 | -2/+16 |
* | | | | | Merge branch 'rm/gitweb-start-form' into maint | Junio C Hamano | 2014-10-29 | 1 | -2/+2 |
|\ \ \ \ \ | |||||
| * | | | | | gitweb: use start_form, not startform that was removed in CGI.pm 4.04rm/gitweb-start-form | Roland Mas | 2014-10-16 | 1 | -2/+2 |
| | |/ / / | |/| | | | |||||
* | | | | | Merge branch 'bc/asciidoc-pretty-formats-fix' into maint | Junio C Hamano | 2014-10-29 | 1 | -1/+1 |
|\ \ \ \ \ | |||||
| * | | | | | Documentation: fix misrender of pretty-formats in Asciidoctorbc/asciidoc-pretty-formats-fix | brian m. carlson | 2014-10-08 | 1 | -1/+1 |
* | | | | | | Merge branch 'rs/daemon-fixes' into maint | Junio C Hamano | 2014-10-29 | 1 | -18/+15 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | |||||
| * | | | | | daemon: remove write-only variable maxfdrs/daemon-fixes | René Scharfe | 2014-10-01 | 1 | -4/+0 |
| * | | | | | daemon: fix error message after bind() | René Scharfe | 2014-10-01 | 1 | -1/+1 |
| * | | | | | daemon: handle gethostbyname() error | René Scharfe | 2014-10-01 | 1 | -13/+14 |
* | | | | | | Merge branch 'maint-2.0' into maint | Junio C Hamano | 2014-10-07 | 1 | -1/+1 |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | |||||
| * | | | | | Merge branch 'maint-1.9' into maint-2.0 | Junio C Hamano | 2014-10-07 | 1 | -1/+1 |
| |\ \ \ \ \ | |||||
| | * \ \ \ \ | Merge branch 'maint-1.8.5' into maint-1.9 | Junio C Hamano | 2014-10-07 | 1 | -1/+1 |
| | |\ \ \ \ \ | |||||
| | | * | | | | | git-tag.txt: Add a missing hyphen to `-s` | Wieland Hoffmann | 2014-10-07 | 1 | -1/+1 |
| | | |/ / / / | |||||
* | | | | | | | Merge branch 'jk/mbox-from-line' into maint | Junio C Hamano | 2014-10-07 | 6 | -1/+66 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | mailinfo: work around -Wstring-plus-int warningjk/mbox-from-line | Eric Sunshine | 2014-09-22 | 1 | -1/+2 |
| * | | | | | | | mailinfo: make ">From" in-body header check more robust | Jeff King | 2014-09-16 | 6 | -1/+65 |
* | | | | | | | | Git 2.1.2v2.1.2 | Junio C Hamano | 2014-09-29 | 4 | -3/+24 |
* | | | | | | | | Merge branch 'jk/fsck-exit-code-fix' into maint | Junio C Hamano | 2014-09-29 | 3 | -9/+87 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | fsck: return non-zero status on missing ref tipsjk/fsck-exit-code-fix | Jeff King | 2014-09-12 | 2 | -1/+58 |
| * | | | | | | | | fsck: exit with non-zero status upon error from fsck_obj() | Jeff King | 2014-09-10 | 3 | -8/+29 |
| | |_|/ / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'ta/config-add-to-empty-or-true-fix' into maint | Junio C Hamano | 2014-09-29 | 4 | -7/+41 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | config: avoid a funny sentinel value "a^"ta/config-add-to-empty-or-true-fix | Jeff King | 2014-09-11 | 3 | -7/+21 |
| * | | | | | | | | make config --add behave correctly for empty and NULL values | Tanay Abhra | 2014-08-18 | 3 | -2/+22 |
| | |_|/ / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'mk/reachable-protect-detached-head' into maint | Junio C Hamano | 2014-09-29 | 2 | -0/+25 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | reachable.c: add HEAD to reachability starting commitsmk/reachable-protect-detached-head | Max Kirillov | 2014-09-03 | 2 | -0/+25 |
| | |_|/ / / / / | |/| | | | | | | |||||
* | | | | | | | | Merge branch 'mb/fast-import-delete-root' into maint | Junio C Hamano | 2014-09-29 | 2 | -1/+109 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | fast-import: fix segfault in store_tree()mb/fast-import-delete-root | Maxim Bublis | 2014-08-29 | 2 | -3/+7 |
| * | | | | | | | | t9300: test filedelete command | Maxim Bublis | 2014-08-29 | 1 | -0/+104 |
* | | | | | | | | | Merge branch 'jk/index-pack-threading-races' into maint | Junio C Hamano | 2014-09-29 | 1 | -2/+31 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | index-pack: fix race condition with duplicate basesjk/index-pack-threading-races | Jeff King | 2014-08-29 | 1 | -2/+31 |
| | |_|_|_|/ / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'jk/send-pack-many-refspecs' into maint | Junio C Hamano | 2014-09-29 | 5 | -2/+153 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | send-pack: take refspecs over stdinjk/send-pack-many-refspecs | Jeff King | 2014-08-26 | 5 | -2/+153 |
| | |/ / / / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'so/rebase-doc' into maint | Junio C Hamano | 2014-09-29 | 1 | -6/+3 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | Documentation/git-rebase.txt: <upstream> must be given to specify <branch>so/rebase-doc | Sergey Organov | 2014-09-16 | 1 | -1/+1 |
| * | | | | | | | | | Documentation/git-rebase.txt: -f forces a rebase that would otherwise be a no-op | Sergey Organov | 2014-08-12 | 1 | -5/+2 |
| | |_|_|/ / / / / | |/| | | | | | | | |||||
* | | | | | | | | | Merge branch 'maint' of git://github.com/git-l10n/git-po into maint | Junio C Hamano | 2014-09-28 | 2 | -50/+51 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | l10n: de.po: use comma before "um" | Phillip Sz | 2014-09-25 | 1 | -43/+43 |
| * | | | | | | | | | l10n: de.po: change Email to E-Mail | Phillip Sz | 2014-09-25 | 1 | -7/+7 |
| * | | | | | | | | | po/TEAMS: add new member to German translation team | Ralf Thielow | 2014-09-25 | 1 | -0/+1 |
| | |_|_|/ / / / / | |/| | | | | | | |