summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-01-31Documentation: implement linkgit macro for AsciidoctorLibravatar brian m. carlson2-3/+29
2017-01-31builtin/commit.c: switch to strbuf, instead of snprintf()Libravatar Elia Pinto1-6/+4
2017-01-31update-ref: add test cases for bare repositoryLibravatar Cornelius Weig1-7/+36
2017-01-31refs: add option core.logAllRefUpdates = alwaysLibravatar Cornelius Weig14-20/+88
2017-01-30receive-pack: call string_list_clear() unconditionallyLibravatar René Scharfe1-2/+1
2017-01-30Completion: Add support for --submodule=diffLibravatar Peter Law1-1/+1
2017-01-30checkout: convert post_checkout_hook() to struct object_idLibravatar René Scharfe1-2/+2
2017-01-30use oidcpy() for copying hashes between instances of struct object_idLibravatar René Scharfe2-3/+3
2017-01-30use oid_to_hex_r() for converting struct object_id hashes to hex stringsLibravatar René Scharfe4-5/+5
2017-01-30t0001: don't let a default ACL interfere with the umask testLibravatar Matt McCutchen1-0/+3
2017-01-30config: add markup to core.logAllRefUpdates docLibravatar Cornelius Weig1-3/+3
2017-01-30git-p4: fix git-p4.mapUser on WindowsLibravatar George Vanburgh1-1/+1
2017-01-30help: improve is_executable() on WindowsLibravatar Heiko Voigt1-3/+18
2017-01-30mingw: allow hooks to be .exe filesLibravatar Johannes Schindelin1-1/+7
2017-01-27doc: clarify distinction between sign-off and pgp-signingLibravatar Cornelius Weig1-7/+6
2017-01-27test-lib: on FreeBSD, look for unzip(1) in /usr/local/bin/Libravatar Johannes Schindelin1-1/+3
2017-01-27t/Makefile: add a rule to re-run previously-failed testsLibravatar Johannes Schindelin1-0/+6
2017-01-27use absolute_pathdup()Libravatar René Scharfe3-4/+4
2017-01-26abspath: add absolute_pathdup()Libravatar René Scharfe3-0/+14
2017-01-26status: be prepared for not-yet-started interactive rebaseLibravatar Johannes Schindelin2-4/+29
2017-01-26submodule update: run custom update script for initial populating as wellLibravatar Stefan Beller2-1/+16
2017-01-26submodule absorbing: fix worktree/gitdir pointers recursively for non-movesLibravatar Stefan Beller2-16/+73
2017-01-26cache.h: expose the dying procedure for reading gitlinksLibravatar Stefan Beller2-22/+27
2017-01-26setup: add gentle version of resolve_git_dirLibravatar Stefan Beller2-3/+5
2017-01-26fsck: lazily load types under --connectivity-onlyLibravatar Jeff King2-51/+11
2017-01-26fsck: move typename() printing to its own functionLibravatar Jeff King1-9/+20
2017-01-25relink: really remove the commandLibravatar Junio C Hamano2-203/+0
2017-01-25relink: retire the commandLibravatar Johannes Schindelin5-3/+0
2017-01-25difftool: hack around -Wzero-length-format warningLibravatar Jeff King1-1/+1
2017-01-25unpack-trees: support super-prefix optionLibravatar Stefan Beller3-4/+49
2017-01-25t1450: use "mv -f" within loose object directoryLibravatar Jeff King1-1/+1
2017-01-23show-ref: remove a stale commentLibravatar Junio C Hamano1-4/+0
2017-01-23log --graph: customize the graph lines with config log.graphColorsLibravatar Nguyễn Thái Ngọc Duy3-3/+63
2017-01-23Seventh batch for 2.12Libravatar Junio C Hamano1-0/+15
2017-01-23Merge branch 'ws/request-pull-code-cleanup'Libravatar Junio C Hamano1-3/+0
2017-01-23Merge branch 'rh/diff-orderfile-doc'Libravatar Junio C Hamano2-5/+36
2017-01-23Merge branch 'sb/cd-then-git-can-be-written-as-git-c'Libravatar Junio C Hamano1-4/+1
2017-01-23Merge branch 'ad/bisect-terms'Libravatar Junio C Hamano1-2/+2
2017-01-23Merge branch 'sg/fix-versioncmp-with-common-suffix'Libravatar Junio C Hamano4-58/+221
2017-01-23Merge branch 'vn/diff-ihc-config'Libravatar Junio C Hamano4-1/+42
2017-01-23Merge branch 'sb/submodule-init'Libravatar Junio C Hamano3-7/+25
2017-01-23Merge branch 'sb/submodule-embed-gitdir'Libravatar Junio C Hamano1-1/+2
2017-01-23Merge branch 'sb/submodule-config-tests'Libravatar Junio C Hamano1-2/+23
2017-01-23Merge branch 'jk/grep-e-could-be-extended-beyond-posix'Libravatar Junio C Hamano1-11/+15
2017-01-23Merge branch 'bw/read-blob-data-does-not-modify-index-state'Libravatar Junio C Hamano2-2/+3
2017-01-23show-ref: remove dead `if (verify)' checkLibravatar Vladimir Panteleev1-3/+0
2017-01-23show-ref: detect dangling refs under --verify as wellLibravatar Vladimir Panteleev2-8/+30
2017-01-23show-ref: move --quiet handling into show_one()Libravatar Vladimir Panteleev1-5/+4
2017-01-23show-ref: allow -d to work with --verifyLibravatar Vladimir Panteleev2-11/+21
2017-01-23show-ref: accept HEAD with --verifyLibravatar Vladimir Panteleev2-1/+12