summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-08-22Merge branch 'bw/grep-recurse-submodules'Libravatar Junio C Hamano20-449/+246
2017-08-22Merge branch 'pw/sequence-rerere-autoupdate'Libravatar Junio C Hamano7-50/+171
2017-08-22Merge branch 'bw/push-options-recursively-to-submodules'Libravatar Junio C Hamano3-13/+79
2017-08-21Documentation/git-merge: explain --continueLibravatar Michael J Gruber1-1/+4
2017-08-21read-cache: avoid allocating every ondisk entry when writingLibravatar Kevin Willford1-25/+25
2017-08-21read-cache: fix memory leak in do_write_indexLibravatar Kevin Willford1-3/+9
2017-08-21perf: add test for writing the indexLibravatar Kevin Willford3-0/+53
2017-08-20sha1_file: convert index_stream to struct object_idLibravatar Patryk Obara1-3/+3
2017-08-20sha1_file: convert hash_sha1_file_literally to struct object_idLibravatar Patryk Obara3-6/+6
2017-08-20sha1_file: convert index_fd to struct object_idLibravatar Patryk Obara6-11/+11
2017-08-20sha1_file: convert index_path to struct object_idLibravatar Patryk Obara6-10/+10
2017-08-20read-cache: convert to struct object_idLibravatar Patryk Obara1-3/+3
2017-08-20builtin/hash-object: convert to struct object_idLibravatar Patryk Obara1-6/+6
2017-08-20vcs-svn: rename repo functions to "svn_repo"Libravatar brian m. carlson3-10/+10
2017-08-20vcs-svn: remove unused prototypesLibravatar brian m. carlson1-7/+0
2017-08-20doc: fix typo in sendemail.identityLibravatar Jeff King1-2/+2
2017-08-20doc/interpret-trailers: fix "the this" typoLibravatar Martin Ågren1-1/+1
2017-08-19stash: add a test for stashing in a detached stateLibravatar Joel Teichroeb1-0/+12
2017-08-19stash: add a test for when apply fails during stash branchLibravatar Joel Teichroeb1-0/+14
2017-08-19stash: add a test for stash create with no filesLibravatar Joel Teichroeb1-0/+8
2017-08-19progress: simplify "delayed" progress APILibravatar Junio C Hamano9-18/+19
2017-08-19apply: file commited with CRLF should roundtrip diff and applyLibravatar Torsten Bögershausen2-11/+63
2017-08-19commit: remove unused inline function single_parent()Libravatar René Scharfe1-5/+0
2017-08-18Documentation/git-for-each-ref: clarify peeling of tags for --formatLibravatar Michael J Gruber1-2/+3
2017-08-18Documentation: use proper wording for ref format stringsLibravatar Michael J Gruber3-6/+6
2017-08-17git-grep: correct exit code with --quiet and -LLibravatar Anthony Sottile2-1/+6
2017-08-17diff: retire sane_truncate_fnLibravatar Junio C Hamano1-5/+0
2017-08-17files-backend: cheapen refname_available check when locking refsLibravatar Michael Haggerty1-4/+4
2017-08-17t5526: fix some broken && chainsLibravatar Heiko Voigt1-4/+4
2017-08-17submodule.sh: remove unused variableLibravatar Stefan Beller1-1/+0
2017-08-16diff: define block by number of alphanumeric charsLibravatar Jonathan Tan4-81/+183
2017-08-16diff: respect MIN_BLOCK_LENGTH for last blockLibravatar Jonathan Tan2-7/+59
2017-08-16convert: add SAFE_CRLF_KEEP_CRLFLibravatar Torsten Bögershausen2-5/+8
2017-08-16commit: skip discarding the index if there is no pre-commit hookLibravatar Kevin Willford1-6/+9
2017-08-16sub-process: print the cmd when a capability is unsupportedLibravatar Christian Couder1-2/+2
2017-08-15sha1_file: make read_info_alternates staticLibravatar Stefan Beller2-2/+2
2017-08-15t1002: stop using sum(1)Libravatar René Scharfe2-35/+35
2017-08-15pretty: support normalization options for %(trailers)Libravatar Jeff King4-6/+79
2017-08-15t4205: refactor %(trailers) testsLibravatar Jeff King1-8/+12
2017-08-15pretty: move trailer formatting to trailer.cLibravatar Jeff King3-11/+34
2017-08-15interpret-trailers: add --parse convenience optionLibravatar Jeff King2-7/+26
2017-08-15interpret-trailers: add an option to unfold valuesLibravatar Jeff King5-0/+56
2017-08-15interpret-trailers: add an option to show only existing trailersLibravatar Jeff King5-4/+34
2017-08-15interpret-trailers: add an option to show only the trailersLibravatar Jeff King5-9/+58
2017-08-14doc: clarify "config --bool" behaviour with empty stringLibravatar Andreas Heiduk2-6/+7
2017-08-14stash: prevent warning about null bytes in inputLibravatar Kevin Daudt1-2/+9
2017-08-14rebase: turn on progress option by default for format-patchLibravatar Kevin Willford2-0/+7
2017-08-14format-patch: have progress option while generating patchesLibravatar Kevin Willford2-0/+14
2017-08-14tree-walk: convert fill_tree_descriptor() to object_idLibravatar René Scharfe8-23/+23
2017-08-14diff: avoid redundantly clearing a flagLibravatar Jonathan Tan1-1/+1