aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* shallow.c: bit manipulation tweaksRasmus Villemoes2016-12-07
* shallow.c: avoid theoretical pointer wrap-aroundRasmus Villemoes2016-12-07
* shallow.c: make paint_alloc slightly more robustNguyễn Thái Ngọc Duy2016-12-07
* shallow.c: stop abusing COMMIT_SLAB_SIZE for paint_info's memory poolsNguyễn Thái Ngọc Duy2016-12-07
* shallow.c: rename fields in paint_info to better express their purposesNguyễn Thái Ngọc Duy2016-12-07
* Prepare for 2.9.4Junio C Hamano2016-09-08
* Merge branch 'hv/doc-commit-reference-style' into maintJunio C Hamano2016-09-08
|\
| * SubmittingPatches: use gitk's "Copy commit summary" formatBeat Bolli2016-08-26
| * SubmittingPatches: document how to reference previous commitsHeiko Voigt2016-08-17
* | Merge branch 'sg/reflog-past-root' into maintJunio C Hamano2016-09-08
|\ \
| * | t1410: remove superfluous 'git reflog' from the 'walk past root' testSZEDER Gábor2016-08-15
* | | Merge branch 'rs/mailinfo-lib' into maintJunio C Hamano2016-09-08
|\ \ \
| * | | mailinfo: recycle strbuf in check_header()René Scharfe2016-08-13
* | | | Merge branch 'jk/tighten-alloc' into maintJunio C Hamano2016-09-08
|\ \ \ \
| * | | | receive-pack: use FLEX_ALLOC_MEM in queue_command()René Scharfe2016-08-13
| * | | | correct FLEXPTR_* example in commentRené Scharfe2016-08-13
* | | | | Merge branch 'rs/use-strbuf-add-unique-abbrev' into maintJunio C Hamano2016-09-08
|\ \ \ \ \
| * | | | | use strbuf_add_unique_abbrev() for adding short hashesRené Scharfe2016-08-06
* | | | | | Merge branch 'rs/merge-recursive-string-list-init' into maintJunio C Hamano2016-09-08
|\ \ \ \ \ \
| * | | | | | merge-recursive: use STRING_LIST_INIT_NODUPRené Scharfe2016-08-05
| |/ / / / /
* | | | | | Merge branch 'rs/merge-add-strategies-simplification' into maintJunio C Hamano2016-09-08
|\ \ \ \ \ \
| * | | | | | merge: use string_list_split() in add_strategies()René Scharfe2016-08-05
| |/ / / / /
* | | | | | Merge branch 'ls/packet-line-protocol-doc-fix' into maintJunio C Hamano2016-09-08
|\ \ \ \ \ \
| * | | | | | pack-protocol: fix maximum pkt-line sizeLars Schneider2016-08-30
* | | | | | | Merge branch 'bw/mingw-avoid-inheriting-fd-to-lockfile' into maintJunio C Hamano2016-09-08
|\ \ \ \ \ \ \
| * | | | | | | mingw: ensure temporary file handles are not inherited by child processesBen Wijen2016-08-23
| * | | | | | | t6026-merge-attr: child processes must not inherit index.lock handlesBen Wijen2016-08-18
* | | | | | | | Merge branch 'dg/document-git-c-in-git-config-doc' into maintJunio C Hamano2016-09-08
|\ \ \ \ \ \ \ \
| * | | | | | | | doc: mention `git -c` in git-config(1)David Glasser2016-08-23
| | |_|_|_|_|_|/ | |/| | | | | |
* | | | | | | | Merge branch 'js/no-html-bypass-on-windows' into maintJunio C Hamano2016-09-08
|\ \ \ \ \ \ \ \
| * | | | | | | | Revert "display HTML in default browser using Windows' shell API"Johannes Schindelin2016-08-19
| |/ / / / / / /
* | | | | | | | Merge branch 'jk/difftool-command-not-found' into maintJunio C Hamano2016-09-08
|\ \ \ \ \ \ \ \
| * | | | | | | | difftool: always honor fatal error exit codesJohn Keeping2016-08-15
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge branch 'sb/checkout-explit-detach-no-advice' into maintJunio C Hamano2016-09-08
|\ \ \ \ \ \ \ \
| * | | | | | | | checkout: do not mention detach advice for explicit --detach optionStefan Beller2016-08-15
| |/ / / / / / /
* | | | | | | | Merge branch 'rs/pull-signed-tag' into maintJunio C Hamano2016-09-08
|\ \ \ \ \ \ \ \
| * | | | | | | | commit: use FLEX_ARRAY in struct merge_remote_descRené Scharfe2016-08-13
| * | | | | | | | merge-recursive: fix verbose output for multiple base treesRené Scharfe2016-08-13
| * | | | | | | | commit: factor out set_merge_remote_desc()René Scharfe2016-08-13
| * | | | | | | | commit: use xstrdup() in get_merge_parent()René Scharfe2016-08-13
| |/ / / / / / /
* | | | | | | | Merge branch 'js/test-lint-pathname' into maintJunio C Hamano2016-09-08
|\ \ \ \ \ \ \ \
| * | | | | | | | t/Makefile: ensure that paths are valid on platforms we careJohannes Schindelin2016-08-16
| |/ / / / / / /
* | | | | | | | Merge branch 'js/mv-dir-to-new-directory' into maintJunio C Hamano2016-09-08
|\ \ \ \ \ \ \ \
| * | | | | | | | git mv: do not keep slash in `git mv dir non-existing-dir/`Johannes Schindelin2016-08-08
| | |_|_|/ / / / | |/| | | | | |
* | | | | | | | Merge branch 'js/import-tars-hardlinks' into maintJunio C Hamano2016-09-08
|\ \ \ \ \ \ \ \
| * | | | | | | | import-tars: support hard linksJohannes Schindelin2016-08-03
* | | | | | | | | Merge branch 'ms/document-pack-window-memory-is-per-thread' into maintJunio C Hamano2016-09-08
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | document git-repack interaction of pack.threads and pack.windowMemoryMichael Stahl2016-08-10
* | | | | | | | | | Merge branch 'jk/push-force-with-lease-creation' into maintJunio C Hamano2016-09-08
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | t5533: make it pass on case-sensitive filesystemsJohannes Schindelin2016-08-04