summaryrefslogtreecommitdiffstats
path: root/sha1_file.c (unfollow)
Commit message (Expand)AuthorFilesLines
2017-08-23Prepare for 2.14.2Junio C Hamano3-2/+37
2017-08-23The third batch post 2.14Junio C Hamano1-0/+30
2017-08-23vcs-svn: move remaining repo_tree functions to fast_export.hJonathan Nieder6-55/+39
2017-08-23vcs-svn: remove repo_delete wrapper functionJonathan Nieder3-8/+2
2017-08-23vcs-svn: remove custom mode constantsJonathan Nieder4-21/+16
2017-08-23vcs-svn: remove more unused prototypes and declarationsJonathan Nieder1-3/+0
2017-08-22gitweb: add 'raw' blob_plain link in history overviewJob Snijders1-0/+3
2017-08-22The second batch post 2.14Junio C Hamano1-0/+57
2017-08-21sha1_file: convert index_stream to struct object_idPatryk Obara1-3/+3
2017-08-21sha1_file: convert hash_sha1_file_literally to struct object_idPatryk Obara3-6/+6
2017-08-21sha1_file: convert index_fd to struct object_idPatryk Obara6-11/+11
2017-08-21sha1_file: convert index_path to struct object_idPatryk Obara6-10/+10
2017-08-21read-cache: convert to struct object_idPatryk Obara1-3/+3
2017-08-21builtin/hash-object: convert to struct object_idPatryk Obara1-6/+6
2017-08-21vcs-svn: rename repo functions to "svn_repo"brian m. carlson3-10/+10
2017-08-21vcs-svn: remove unused prototypesbrian m. carlson1-7/+0
2017-08-20doc: fix typo in sendemail.identityJeff King1-2/+2
2017-08-20doc/interpret-trailers: fix "the this" typoMartin Ågren1-1/+1
2017-08-19stash: add a test for stashing in a detached stateJoel Teichroeb1-0/+12
2017-08-19stash: add a test for when apply fails during stash branchJoel Teichroeb1-0/+14
2017-08-19stash: add a test for stash create with no filesJoel Teichroeb1-0/+8
2017-08-19progress: simplify "delayed" progress APIJunio C Hamano9-18/+19
2017-08-19apply: file commited with CRLF should roundtrip diff and applyTorsten Bögershausen2-11/+63
2017-08-19commit: remove unused inline function single_parent()René Scharfe1-5/+0
2017-08-18Documentation/git-for-each-ref: clarify peeling of tags for --formatMichael J Gruber1-2/+3
2017-08-18Documentation: use proper wording for ref format stringsMichael J Gruber3-6/+6
2017-08-18git-grep: correct exit code with --quiet and -LAnthony Sottile2-1/+6
2017-08-17diff: retire sane_truncate_fnJunio C Hamano1-5/+0
2017-08-17files-backend: cheapen refname_available check when locking refsMichael Haggerty1-4/+4
2017-08-17t5526: fix some broken && chainsHeiko Voigt1-4/+4
2017-08-17submodule.sh: remove unused variableStefan Beller1-1/+0
2017-08-16diff: define block by number of alphanumeric charsJonathan Tan4-81/+183
2017-08-16diff: respect MIN_BLOCK_LENGTH for last blockJonathan Tan2-7/+59
2017-08-16convert: add SAFE_CRLF_KEEP_CRLFTorsten Bögershausen2-5/+8
2017-08-16commit: skip discarding the index if there is no pre-commit hookKevin Willford1-6/+9
2017-08-16sub-process: print the cmd when a capability is unsupportedChristian Couder1-2/+2
2017-08-15sha1_file: make read_info_alternates staticStefan Beller2-2/+2
2017-08-15t1002: stop using sum(1)René Scharfe2-35/+35
2017-08-15pretty: support normalization options for %(trailers)Jeff King4-6/+79
2017-08-15t4205: refactor %(trailers) testsJeff King1-8/+12
2017-08-15pretty: move trailer formatting to trailer.cJeff King3-11/+34
2017-08-15interpret-trailers: add --parse convenience optionJeff King2-7/+26
2017-08-15interpret-trailers: add an option to unfold valuesJeff King5-0/+56
2017-08-15interpret-trailers: add an option to show only existing trailersJeff King5-4/+34
2017-08-15interpret-trailers: add an option to show only the trailersJeff King5-9/+58
2017-08-15doc: clarify "config --bool" behaviour with empty stringAndreas Heiduk2-6/+7
2017-08-15stash: prevent warning about null bytes in inputKevin Daudt1-2/+9
2017-08-14rebase: turn on progress option by default for format-patchKevin Willford2-0/+7
2017-08-14format-patch: have progress option while generating patchesKevin Willford2-0/+14
2017-08-14tree-walk: convert fill_tree_descriptor() to object_idRené Scharfe8-23/+23