summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* wt-status.h: use the FORMAT_PRINTF macro to declare the gcc function attribut...ep/format-printfElia Pinto2016-02-111-2/+2
* utf8.h: use the FORMAT_PRINTF macro to declare the gcc function attribute 'fo...Elia Pinto2016-02-111-1/+1
* transport-helper.c: use the FORMAT_PRINTF macro to declare the gcc function a...Elia Pinto2016-02-111-1/+1
* trace.h: use the FORMAT_PRINTF macro to declare the gcc function attribute 'f...Elia Pinto2016-02-111-8/+8
* strbuf.h: use the FORMAT_PRINTF macro to declare the gcc function attribute '...Elia Pinto2016-02-111-7/+7
* remote.c: use the FORMAT_PRINTF macro to declare the gcc function attribute '...Elia Pinto2016-02-111-1/+1
* pkt-line.h: use the FORMAT_PRINTF macro to declare the gcc function attribute...Elia Pinto2016-02-111-2/+2
* merge-recursive.c: use the FORMAT_PRINTF macro to declare the gcc function at...Elia Pinto2016-02-111-1/+1
* imap-send.c: use the FORMAT_PRINTF macro to declare the gcc function attribut...Elia Pinto2016-02-111-5/+5
* http-backend.c: use the FORMAT_PRINTF macro to declare the gcc function attri...Elia Pinto2016-02-111-3/+3
* fsck.c: use the FORMAT_PRINTF macro to declare the gcc function attribute 'fo...Elia Pinto2016-02-111-1/+1
* daemon.c: use the FORMAT_PRINTF macro to declare the gcc function attribute '...Elia Pinto2016-02-111-2/+2
* config.c: use the FORMAT_PRINTF macro to declare the gcc function attribute '...Elia Pinto2016-02-111-1/+1
* color.h: use the FORMAT_PRINTF macro to declare the gcc function attribute 'f...Elia Pinto2016-02-111-2/+2
* cache.h: use the FORMAT_PRINTF macro to declare the gcc function attribute 'f...Elia Pinto2016-02-111-11/+11
* builtin/upload-archive.c: use the FORMAT_PRINTF macro to declare the gcc func...Elia Pinto2016-02-111-1/+1
* builtin/update-index.c: use the FORMAT_PRINTF macro to declare the gcc functi...Elia Pinto2016-02-111-1/+1
* builtin/receive-pack.c: use the FORMAT_PRINTF macro to declare the gcc functi...Elia Pinto2016-02-111-2/+2
* builtin/index-pack.c: use the FORMAT_PRINTF macro to declare the gcc function...Elia Pinto2016-02-111-1/+1
* argv-array.h: use the FORMAT_PRINTF macro to declare the gcc function attribu...Elia Pinto2016-02-111-1/+1
* advice.h: use the FORMAT_PRINTF macro to declare the gcc function attribute '...Elia Pinto2016-02-111-2/+1
* git-compat-util.h: add the FORMAT_PRINTF macroElia Pinto2016-02-111-6/+8
* Sixth batch for the 2.8 cycleJunio C Hamano2016-02-101-0/+40
* Merge branch 'js/test-lib-windows-emulated-yes'Junio C Hamano2016-02-101-2/+4
|\
| * test-lib: limit the output of the yes utilityjs/test-lib-windows-emulated-yesJohannes Schindelin2016-02-021-2/+4
* | Merge branch 'wp/sha1-name-negative-match'Junio C Hamano2016-02-103-11/+73
|\ \
| * | object name: introduce '^{/!-<negative pattern>}' notationwp/sha1-name-negative-matchWill Palmer2016-02-013-11/+51
| * | test for '!' handling in rev-parse's named commitsWill Palmer2016-01-111-1/+23
* | | Merge branch 'jk/options-cleanup'Junio C Hamano2016-02-107-102/+57
|\ \ \
| * | | apply, ls-files: simplify "-z" parsingjk/options-cleanupJeff King2016-02-012-24/+6
| * | | checkout-index: disallow "--no-stage" optionJeff King2016-02-011-3/+3
| * | | checkout-index: handle "--no-index" optionJeff King2016-02-011-24/+10
| * | | checkout-index: handle "--no-prefix" optionJeff King2016-02-011-12/+6
| * | | checkout-index: simplify "-z" option parsingJeff King2016-02-011-10/+2
| * | | give "nbuf" strbuf a more meaningful nameJeff King2016-02-015-29/+30
* | | | Merge branch 'aw/push-force-with-lease-reporting'Junio C Hamano2016-02-102-12/+18
|\ \ \ \
| * | | | push: fix ref status reporting for --force-with-leaseaw/push-force-with-lease-reportingAndrew Wheeler2016-02-012-12/+18
* | | | | Merge branch 'ls/clean-smudge-override-in-config'Junio C Hamano2016-02-102-1/+17
|\ \ \ \ \
| * | | | | convert: treat an empty string for clean/smudge filters as "cat"ls/clean-smudge-override-in-configLars Schneider2016-01-292-1/+17
| |/ / / /
* | | | | Merge branch 'ew/connect-verbose'Junio C Hamano2016-02-101-5/+6
|\ \ \ \ \
| * | | | | pass transport verbosity down to git_connectEric Wong2016-01-281-5/+6
| |/ / / /
* | | | | Merge branch 'cc/untracked'Junio C Hamano2016-02-1012-56/+307
|\ \ \ \ \
| * | | | | t7063: add tests for core.untrackedCacheChristian Couder2016-01-271-4/+81
| * | | | | test-dump-untracked-cache: don't modify the untracked cacheChristian Couder2016-01-274-0/+22
| * | | | | config: add core.untrackedCacheChristian Couder2016-01-278-31/+133
| * | | | | dir: simplify untracked cache "ident" fieldChristian Couder2016-01-252-16/+24
| * | | | | dir: add remove_untracked_cache()Christian Couder2016-01-253-5/+11
| * | | | | dir: add {new,add}_untracked_cache()Christian Couder2016-01-253-10/+20
| * | | | | update-index: move 'uc' var declarationChristian Couder2016-01-251-3/+1
| * | | | | update-index: add untracked cache notificationsChristian Couder2016-01-251-5/+9