Commit message (Expand) | Author | Age | |
---|---|---|---|
* | Merge branch 'va/i18n-perl-scripts' | Junio C Hamano | 2016-12-27 |
|\ | |||
| * | i18n: add--interactive: mark patch prompt for translation | Vasco Almeida | 2016-12-14 |
| * | i18n: add--interactive: mark plural strings | Vasco Almeida | 2016-12-14 |
* | | Merge branch 'jk/make-tags-find-sources-tweak' | Junio C Hamano | 2016-12-19 |
|\ \ | |||
| * | | Makefile: exclude contrib from FIND_SOURCE_FILES | Jeff King | 2016-12-14 |
| * | | Makefile: match shell scripts in FIND_SOURCE_FILES | Jeff King | 2016-12-14 |
| * | | Makefile: exclude test cruft from FIND_SOURCE_FILES | Jeff King | 2016-12-14 |
| * | | Makefile: reformat FIND_SOURCE_FILES | Jeff King | 2016-12-14 |
* | | | xdiff: drop XDL_FAST_HASH | Jeff King | 2016-12-06 |
|/ / | |||
* | | Merge branch 'ls/macos-update' | Junio C Hamano | 2016-11-11 |
|\ \ | |||
| * | | Makefile: set NO_OPENSSL on macOS by default | Lars Schneider | 2016-11-10 |
| * | | Merge branch 'jk/common-main' into maint | Junio C Hamano | 2016-09-08 |
| |\ \ | |||
* | \ \ | Merge branch 'jk/quarantine-received-objects' | Junio C Hamano | 2016-10-17 |
|\ \ \ \ | |||
| * | | | | tmp-objdir: introduce API for temporary object directories | Jeff King | 2016-10-10 |
* | | | | | coccicheck: use --all-includes by default | René Scharfe | 2016-09-29 |
|/ / / / | |||
* | | | | Merge branch 'js/regexec-buf' | Junio C Hamano | 2016-09-26 |
|\ \ \ \ | |||
| * | | | | regex: add regexec_buf() that can work on a non NUL-terminated string | Johannes Schindelin | 2016-09-21 |
* | | | | | Merge branch 'rs/cocci' | Junio C Hamano | 2016-09-26 |
|\ \ \ \ \ | |_|_|_|/ |/| | | | | |||
| * | | | | add coccicheck make target | René Scharfe | 2016-09-15 |
* | | | | | Merge branch 'cc/apply-am' | Junio C Hamano | 2016-09-19 |
|\ \ \ \ \ | |||
| * | | | | | builtin/apply: move init_apply_state() to apply.c | Christian Couder | 2016-08-11 |
* | | | | | | Merge branch 'rs/compat-strdup' | Junio C Hamano | 2016-09-12 |
|\ \ \ \ \ \ | |_|/ / / / |/| | | | | | |||
| * | | | | | compat: move strdup(3) replacement to its own file | René Scharfe | 2016-09-07 |
| | |_|/ / | |/| | | | |||
| * | | | | Merge branch 'nd/test-helpers' into maint | Junio C Hamano | 2016-08-08 |
| |\ \ \ \ | |||
* | \ \ \ \ | Merge branch 'ew/build-time-pager-tweaks' | Junio C Hamano | 2016-08-08 |
|\ \ \ \ \ \ | |||
| * | | | | | | pager: move pager-specific setup into the build | Eric Wong | 2016-08-04 |
| |/ / / / / | |||
* | | | | | | Merge branch 'jk/pack-objects-optim' | Junio C Hamano | 2016-08-08 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | |||
| * | | | | | add generic most-recently-used list | Jeff King | 2016-07-29 |
* | | | | | | Merge branch 'nd/test-helpers' | Junio C Hamano | 2016-07-25 |
|\ \ \ \ \ \ | | |_|/ / / | |/| | | | | |||
| * | | | | | Makefile: use VCSSVN_LIB to refer to svn library | Jeff King | 2016-07-06 |
| * | | | | | Makefile: drop extra dependencies for test helpers | Jeff King | 2016-07-06 |
* | | | | | | Merge branch 'rw/make-needs-librt' | Junio C Hamano | 2016-07-25 |
|\ \ \ \ \ \ | |||
| * | | | | | | Makefile: add NEEDS_LIBRT to optionally link with librt | Ronald Wampler | 2016-07-07 |
| | |_|_|/ / | |/| | | | | |||
* | | | | | | Merge branch 'mh/ref-iterators' | Junio C Hamano | 2016-07-25 |
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | | | |||
| * | | | | | dir_iterator: new API for iterating over a directory tree | Michael Haggerty | 2016-06-20 |
| * | | | | | refs: introduce an iterator interface | Michael Haggerty | 2016-06-20 |
* | | | | | | Merge branch 'jk/common-main' | Junio C Hamano | 2016-07-19 |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||
| * | | | | | Merge branch 'jk/common-main-2.8' into jk/common-main | Junio C Hamano | 2016-07-06 |
| |\ \ \ \ \ | | |_|_|_|/ | |/| | | | | |||
| | * | | | | add an extra level of indirection to main() | Jeff King | 2016-07-01 |
| | | |/ / | | |/| | | |||
* | | | | | Merge branch 'va/i18n-even-more' | Junio C Hamano | 2016-07-13 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||
| * | | | | i18n: rebase-interactive: mark strings for translation | Vasco Almeida | 2016-06-17 |
| * | | | | i18n: git-sh-setup.sh: mark strings for translation | Vasco Almeida | 2016-06-17 |
* | | | | | Merge branch 'mm/makefile-developer-can-be-in-config-mak' | Junio C Hamano | 2016-06-03 |
|\ \ \ \ \ | |/ / / / |/| | | | | |||
| * | | | | Makefile: add $(DEVELOPER_CFLAGS) variable | Matthieu Moy | 2016-06-01 |
| * | | | | Makefile: move 'ifdef DEVELOPER' after config.mak* inclusion | Matthieu Moy | 2016-05-31 |
| |/ / / | |||
| * | | | Merge branch 'va/i18n-misc-updates' into maint | Junio C Hamano | 2016-05-26 |
| |\ \ \ | |||
| * \ \ \ | Merge branch 'ky/imap-send-openssl-1.1.0' into maint | Junio C Hamano | 2016-05-06 |
| |\ \ \ \ | |||
| * \ \ \ \ | Merge branch 'jc/makefile-redirection-stderr' into maint | Junio C Hamano | 2016-04-29 |
| |\ \ \ \ \ | |||
* | \ \ \ \ \ | Merge branch 'jc/doc-lint' | Junio C Hamano | 2016-05-23 |
|\ \ \ \ \ \ \ | |||
| * | | | | | | | ci: validate "linkgit:" in documentation | Junio C Hamano | 2016-05-10 |
| |/ / / / / / |