summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-19archive: don't queue excluded directoriesLibravatar René Scharfe2-9/+27
2017-08-19archive: factor out helper functions for handling attributesLibravatar René Scharfe1-8/+23
2017-08-19t5001: add tests for export-ignore attributes and exclude pathspecsLibravatar René Scharfe1-3/+44
2017-08-18commit: rewrite read_graft_lineLibravatar Patryk Obara1-15/+21
2017-08-18commit: allocate array using object_id sizeLibravatar Patryk Obara1-1/+2
2017-08-18commit: replace the raw buffer with strbuf in read_graft_lineLibravatar Patryk Obara3-14/+13
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-17sha1_file: fix definition of null_sha1Libravatar Patryk Obara1-1/+1
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-17branch: quote branch/ref names to improve readabilityLibravatar Kaartic Sivaraam1-8/+8
2017-08-17builtin/branch: stop supporting the "--set-upstream" optionLibravatar Kaartic Sivaraam4-84/+14
2017-08-17t3200: cleanup cruft of a testLibravatar Kaartic Sivaraam1-0/+1
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
2017-08-14interpret-trailers: fix documentation typoLibravatar Paolo Bonzini1-2/+2
2017-08-14interpret-trailers: add options for actionsLibravatar Paolo Bonzini5-6/+156
2017-08-14trailers: introduce struct new_trailer_itemLibravatar Paolo Bonzini3-13/+61
2017-08-14hook: use correct logical variableLibravatar Kaartic Sivaraam1-1/+1
2017-08-11http: use a feature check to enable GSSAPI delegation controlLibravatar Tom G. Christensen1-3/+3
2017-08-11http: fix handling of missing CURLPROTO_*Libravatar Tom G. Christensen1-1/+3
2017-08-11stash: clean untracked files before resetLibravatar Nicolas Morey-Chaisemartin2-5/+23
2017-08-11sha1_file: remove read_packed_sha1()Libravatar Jonathan Tan1-25/+1