aboutsummaryrefslogtreecommitdiff
path: root/Makefile
Commit message (Expand)AuthorAge
...
* | | | Merge branch 'jk/quarantine-received-objects'Junio C Hamano2016-10-17
|\ \ \ \
| * | | | tmp-objdir: introduce API for temporary object directoriesJeff King2016-10-10
* | | | | coccicheck: use --all-includes by defaultRené Scharfe2016-09-29
|/ / / /
* | | | Merge branch 'js/regexec-buf'Junio C Hamano2016-09-26
|\ \ \ \
| * | | | regex: add regexec_buf() that can work on a non NUL-terminated stringJohannes Schindelin2016-09-21
* | | | | Merge branch 'rs/cocci'Junio C Hamano2016-09-26
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | add coccicheck make targetRené Scharfe2016-09-15
* | | | | Merge branch 'cc/apply-am'Junio C Hamano2016-09-19
|\ \ \ \ \
| * | | | | builtin/apply: move init_apply_state() to apply.cChristian Couder2016-08-11
* | | | | | Merge branch 'rs/compat-strdup'Junio C Hamano2016-09-12
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | compat: move strdup(3) replacement to its own fileRené Scharfe2016-09-07
| | |_|/ / | |/| | |
| * | | | Merge branch 'nd/test-helpers' into maintJunio C Hamano2016-08-08
| |\ \ \ \
* | \ \ \ \ Merge branch 'ew/build-time-pager-tweaks'Junio C Hamano2016-08-08
|\ \ \ \ \ \
| * | | | | | pager: move pager-specific setup into the buildEric Wong2016-08-04
| |/ / / / /
* | | | | | Merge branch 'jk/pack-objects-optim'Junio C Hamano2016-08-08
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | add generic most-recently-used listJeff King2016-07-29
* | | | | | Merge branch 'nd/test-helpers'Junio C Hamano2016-07-25
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Makefile: use VCSSVN_LIB to refer to svn libraryJeff King2016-07-06
| * | | | | Makefile: drop extra dependencies for test helpersJeff King2016-07-06
* | | | | | Merge branch 'rw/make-needs-librt'Junio C Hamano2016-07-25
|\ \ \ \ \ \
| * | | | | | Makefile: add NEEDS_LIBRT to optionally link with librtRonald Wampler2016-07-07
| | |_|_|/ / | |/| | | |
* | | | | | Merge branch 'mh/ref-iterators'Junio C Hamano2016-07-25
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | dir_iterator: new API for iterating over a directory treeMichael Haggerty2016-06-20
| * | | | | refs: introduce an iterator interfaceMichael Haggerty2016-06-20
* | | | | | Merge branch 'jk/common-main'Junio C Hamano2016-07-19
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | Merge branch 'jk/common-main-2.8' into jk/common-mainJunio C Hamano2016-07-06
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | |
| | * | | | add an extra level of indirection to main()Jeff King2016-07-01
| | | |/ / | | |/| |
* | | | | Merge branch 'va/i18n-even-more'Junio C Hamano2016-07-13
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | i18n: rebase-interactive: mark strings for translationVasco Almeida2016-06-17
| * | | | i18n: git-sh-setup.sh: mark strings for translationVasco Almeida2016-06-17
* | | | | Merge branch 'mm/makefile-developer-can-be-in-config-mak'Junio C Hamano2016-06-03
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | Makefile: add $(DEVELOPER_CFLAGS) variableMatthieu Moy2016-06-01
| * | | | Makefile: move 'ifdef DEVELOPER' after config.mak* inclusionMatthieu Moy2016-05-31
| |/ / /
| * | | Merge branch 'va/i18n-misc-updates' into maintJunio C Hamano2016-05-26
| |\ \ \
| * \ \ \ Merge branch 'ky/imap-send-openssl-1.1.0' into maintJunio C Hamano2016-05-06
| |\ \ \ \
| * \ \ \ \ Merge branch 'jc/makefile-redirection-stderr' into maintJunio C Hamano2016-04-29
| |\ \ \ \ \
* | \ \ \ \ \ Merge branch 'jc/doc-lint'Junio C Hamano2016-05-23
|\ \ \ \ \ \ \
| * | | | | | | ci: validate "linkgit:" in documentationJunio C Hamano2016-05-10
| |/ / / / / /
* | | | | | | Merge branch 'va/i18n-misc-updates'Junio C Hamano2016-05-17
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | i18n: git-parse-remote.sh: mark strings for translationVasco Almeida2016-04-19
| |/ / / / /
* | | | | | Merge branch 'jc/drop-git-spec-in'Junio C Hamano2016-05-06
|\ \ \ \ \ \
| * | | | | | Makefile: remove dependency on git.specDennis Kaarsemaker2016-04-27
| * | | | | | Makefile: stop pretending to support rpmbuildJunio C Hamano2016-04-06
| |/ / / / /
* | | | | | Merge branch 'nd/test-helpers'Junio C Hamano2016-04-29
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | / | | |_|_|/ | |/| | |
| * | | | test helpers: move test-* to t/helper/ subdirectoryNguyễn Thái Ngọc Duy2016-04-15
| * | | | Makefile: clean *.o files we createJunio C Hamano2016-04-15
* | | | | Merge branch 'ky/imap-send-openssl-1.1.0'Junio C Hamano2016-04-22
|\ \ \ \ \ | |/ / / / |/| | | / | | |_|/ | |/| |
| * | | configure: remove checking for HMAC_CTX_cleanupKazuki Yamaguchi2016-04-08
* | | | Merge branch 'jc/makefile-redirection-stderr'Junio C Hamano2016-04-13
|\ \ \ \ | |_|/ / |/| | / | | |/ | |/|
| * | Makefile: fix misdirected redirectionsJunio C Hamano2016-04-05