summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-01-31ref-filter: add an 'rstrip=<N>' option to atoms which deal with refnamesLibravatar Karthik Nayak3-21/+81
2017-01-31ref-filter: modify the 'lstrip=<N>' option to work with negative '<N>'Libravatar Karthik Nayak3-13/+36
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-31urlmatch: split host and port fields in `struct url_info`Libravatar Patrick Steinhardt2-8/+17
2017-01-31urlmatch: enable normalization of URLs with globsLibravatar Patrick Steinhardt1-2/+12
2017-01-31mailmap: add Patrick Steinhardt's work addressLibravatar Patrick Steinhardt1-0/+1
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-31l10n: bg: Updated Bulgarian translation (2913t+0f+0u)Libravatar Alexander Shopov1-2761/+4683
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-30graph: use SWAP macroLibravatar René Scharfe1-5/+1
2017-01-30diff: use SWAP macroLibravatar René Scharfe2-5/+2
2017-01-30use SWAP macroLibravatar René Scharfe11-39/+15
2017-01-30apply: use SWAP macroLibravatar René Scharfe1-16/+7
2017-01-30add SWAP macroLibravatar René Scharfe2-0/+38
2017-01-30merge-recursive: make "CONFLICT (rename/delete)" message show both pathsLibravatar Matt McCutchen2-54/+86
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-27pack-objects: convert recursion to iteration in break_delta_chain()Libravatar Jeff King1-30/+99
2017-01-27pack-objects: enforce --depth limit in reused deltasLibravatar Jeff King3-0/+115
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-26connect: rename tortoiseplink and putty variablesLibravatar Junio C Hamano1-10/+13
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-25connect: handle putty/plink also in GIT_SSH_COMMANDLibravatar Segev Finer2-7/+31
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-25Merge branch 'master' of https://github.com/Softcatala/git-poLibravatar Jiang Xin1-289/+308
2017-01-23show-ref: remove a stale commentLibravatar Junio C Hamano1-4/+0
2017-01-23describe: teach describe negative pattern matchesLibravatar Jacob Keller4-0/+40