aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* | | | | | | | | | | | Merge branch 'jk/reflog-date' into maintJunio C Hamano2016-09-08
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | date: clarify --date=raw descriptionJunio C Hamano2016-07-27
| * | | | | | | | | | | | date: add "unix" formatJeff King2016-07-27
| * | | | | | | | | | | | date: document and test "raw-local" modeJeff King2016-07-27
| * | | | | | | | | | | | doc/pretty-formats: explain shortening of %gdJeff King2016-07-22
| * | | | | | | | | | | | doc/pretty-formats: describe index/time formats for %gdJeff King2016-07-22
| * | | | | | | | | | | | doc/rev-list-options: explain "-g" output formatsJeff King2016-07-22
| * | | | | | | | | | | | doc/rev-list-options: clarify "commit@{Nth}" for "-g" optionJeff King2016-07-22
* | | | | | | | | | | | | Merge branch 'jc/renormalize-merge-kill-safer-crlf' into maintJunio C Hamano2016-09-08
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | merge: avoid "safer crlf" during recording of merge resultsJunio C Hamano2016-07-12
| * | | | | | | | | | | | | convert: unify the "auto" handling of CRLFTorsten Bögershausen2016-07-06
* | | | | | | | | | | | | | Merge branch 'jk/common-main' into maintJunio C Hamano2016-09-08
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / / / / / / |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | Merge branch 'jk/common-main-2.8' into jk/common-mainJunio C Hamano2016-07-06
| |\ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | mingw: declare main()'s argv as constJohannes Schindelin2016-07-06
| | * | | | | | | | | | | | | common-main: call git_setup_gettext()Jeff King2016-07-01
| | * | | | | | | | | | | | | common-main: call restore_sigpipe_to_default()Jeff King2016-07-01
| | * | | | | | | | | | | | | common-main: call sanitize_stdfds()Jeff King2016-07-01
| | * | | | | | | | | | | | | common-main: call git_extract_argv0_path()Jeff King2016-07-01
| | * | | | | | | | | | | | | add an extra level of indirection to main()Jeff King2016-07-01
| | | |_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | |
* | | | | | | | | | | | | | Git 2.9.3v2.9.3Junio C Hamano2016-08-12
* | | | | | | | | | | | | | Merge branch 'jk/difftool-in-subdir' into maintJunio C Hamano2016-08-12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | difftool: use Git::* functions instead of passing around stateDavid Aguilar2016-07-28
| * | | | | | | | | | | | | | difftool: avoid $GIT_DIR and $GIT_WORK_TREEDavid Aguilar2016-07-28
| * | | | | | | | | | | | | | difftool: fix argument handling in subdirsJohn Keeping2016-07-19
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge branch 'jk/reset-ident-time-per-commit' into maintJunio C Hamano2016-08-12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | am: reset cached ident date for each patchJeff King2016-08-01
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Yet another batch for 2.9.3Junio C Hamano2016-08-10
* | | | | | | | | | | | | | Merge branch 'jh/clean-smudge-f-doc' into maintJunio C Hamano2016-08-10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | clarify %f documentationJoey Hess2016-08-03
| | |_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'rs/use-strbuf-addstr' into maintJunio C Hamano2016-08-10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | use strbuf_addstr() instead of strbuf_addf() with "%s"René Scharfe2016-08-05
| * | | | | | | | | | | | | | use strbuf_addstr() for adding constant strings to a strbufRené Scharfe2016-08-01
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge branch 'cp/completion-clone-recurse-submodules' into maintJunio C Hamano2016-08-10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | completion: add option '--recurse-submodules' to 'git clone'Chris Packham2016-07-27
| | |_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'jk/t4205-cleanup' into maintJunio C Hamano2016-08-10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | t4205: indent here documentsJeff King2016-07-27
| * | | | | | | | | | | | | | t4205: drop top-level &&-chainingJeff King2016-07-27
| | |_|_|_|_|/ / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'jc/hashmap-doc-init' into maintJunio C Hamano2016-08-10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | hashmap: clarify that hashmap_entry can safely be discardedJunio C Hamano2016-08-02
| | |/ / / / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'js/nedmalloc-gcc6-warnings' into maintJunio C Hamano2016-08-10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | nedmalloc: work around overzealous GCC 6 warningRené Scharfe2016-08-05
| * | | | | | | | | | | | | | nedmalloc: fix misleading indentationJohannes Schindelin2016-08-04
| | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'nd/fbsd-lazy-mtime' into maintJunio C Hamano2016-08-10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | t7063: work around FreeBSD's lazy mtime update featureNguyễn Thái Ngọc Duy2016-08-04
| |/ / / / / / / / / / / / /
* | | | | | | | | | | | | | Merge branch 'ab/gitweb-link-html-escape' into maintJunio C Hamano2016-08-10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | gitweb: escape link body in format_ref_markerAndreas Brauchli2016-08-01
| | |_|_|/ / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'js/t4130-rename-without-ino' into maintJunio C Hamano2016-08-10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | t4130: work around Windows limitationJohannes Sixt2016-08-03
| | |_|/ / / / / / / / / / / | |/| | | | | | | | | | | |
* | | | | | | | | | | | | | Merge branch 'jc/grep-commandline-vs-configuration' into maintJunio C Hamano2016-08-10
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | grep: further simplify setting the pattern typeJunio C Hamano2016-07-25