aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* t5550: use write_script to generate post-update hookBrandon Williams2017-04-18
* Twelfth batch for 2.13Junio C Hamano2017-04-16
* Merge branch 'js/difftool-builtin'Junio C Hamano2017-04-16
|\
| * difftool: fix use-after-freeJohannes Schindelin2017-04-13
| * difftool: avoid strcpyJeff King2017-03-30
* | Merge branch 'sb/unpack-trees-would-lose-submodule-message-update'Junio C Hamano2017-04-16
|\ \
| * | unpack-trees.c: align submodule error message to the other error messagesStefan Beller2017-03-29
* | | Merge branch 'ab/regen-perl-mak-with-different-perl'Junio C Hamano2017-04-16
|\ \ \
| * | | perl: regenerate perl.mak if perl -V changesÆvar Arnfjörð Bjarmason2017-03-29
* | | | Merge branch 'sb/show-diff-for-submodule-in-diff-fix'Junio C Hamano2017-04-16
|\ \ \ \
| * | | | diff: submodule inline diff to initialize env array.Stefan Beller2017-04-02
| |/ / /
* | | | Merge branch 'qp/bisect-docfix'Junio C Hamano2017-04-16
|\ \ \ \
| * | | | git-bisect.txt: add missing wordQuentin Pradet2017-04-01
* | | | | Merge branch 'mm/ls-files-s-doc'Junio C Hamano2017-04-16
|\ \ \ \ \
| * | | | | Documentation: document elements in "ls-files -s" output in orderMostyn Bramley-Moore2017-04-01
| |/ / / /
* | | | | Merge branch 'jk/loose-object-info-report-error'Junio C Hamano2017-04-16
|\ \ \ \ \
| * | | | | index-pack: detect local corruption in collision checkJeff King2017-04-01
| * | | | | sha1_loose_object_info: return error for corrupted objectsJeff King2017-04-01
| |/ / / /
* | | | | Merge branch 'jc/bs-t-is-not-a-tab-for-sed'Junio C Hamano2017-04-16
|\ \ \ \ \
| * | | | | contrib/git-resurrect.sh: do not write \t for HT in sed scriptsJunio C Hamano2017-03-31
* | | | | | Merge branch 'jc/unused-symbols'Junio C Hamano2017-04-16
|\ \ \ \ \ \
| * | | | | | remote.[ch]: parse_push_cas_option() can be staticJunio C Hamano2017-03-31
* | | | | | | Merge branch 'jk/snprintf-cleanups'Junio C Hamano2017-04-16
|\ \ \ \ \ \ \
| * | | | | | | daemon: use an argv_array to exec childrenJeff King2017-03-30
| * | | | | | | gc: replace local buffer with git_pathJeff King2017-03-30
| * | | | | | | transport-helper: replace checked snprintf with xsnprintfJeff King2017-03-30
| * | | | | | | convert unchecked snprintf into xsnprintfJeff King2017-03-30
| * | | | | | | combine-diff: replace malloc/snprintf with xstrfmtJeff King2017-03-30
| * | | | | | | replace unchecked snprintf calls with heap buffersJeff King2017-03-30
| * | | | | | | receive-pack: print --pack-header directly into argv arrayJeff King2017-03-30
| * | | | | | | name-rev: replace static buffer with strbufJeff King2017-03-30
| * | | | | | | create_branch: use xstrfmt for reflog messageJeff King2017-03-30
| * | | | | | | create_branch: move msg setup closer to point of useJeff King2017-03-30
| * | | | | | | avoid using mksnpath for refsJeff King2017-03-30
| * | | | | | | avoid using fixed PATH_MAX buffers for refsJeff King2017-03-30
| * | | | | | | fetch: use heap buffer to format reflogJeff King2017-03-30
| * | | | | | | tag: use strbuf to format tag headerJeff King2017-03-30
| * | | | | | | diff: avoid fixed-size buffer for patch-idsJeff King2017-03-30
| * | | | | | | odb_mkstemp: use git_path_bufJeff King2017-03-28
| * | | | | | | odb_mkstemp: write filename into strbufJeff King2017-03-28
| * | | | | | | do not check odb_mkstemp return value for errorsJeff King2017-03-28
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Eleventh batch for 2.13Junio C Hamano2017-04-11
* | | | | | | Merge branch 'ls/travis-relays-for-windows-ci'Junio C Hamano2017-04-11
|\ \ \ \ \ \ \
| * | | | | | | travis-ci: build and test Git on WindowsLars Schneider2017-03-28
* | | | | | | | Merge branch 'cc/untracked'Junio C Hamano2017-04-11
|\ \ \ \ \ \ \ \
| * | | | | | | | update-index: fix xgetcwd() related memory leakChristian Couder2017-03-30
* | | | | | | | | Merge branch 'ah/log-decorate-default-to-auto'Junio C Hamano2017-04-11
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | log: if --decorate is not given, default to --decorate=autoAlex Henrie2017-03-24
* | | | | | | | | | Merge branch 'ab/ref-filter-no-contains'Junio C Hamano2017-04-11
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | tag: add tests for --with and --withoutÆvar Arnfjörð Bjarmason2017-03-24