Age | Commit message (Expand) | Author | Files | Lines |
2017-08-20 | sha1_file: convert index_path to struct object_id | Patryk Obara | 6 | -10/+10 |
2017-08-20 | read-cache: convert to struct object_id | Patryk Obara | 1 | -3/+3 |
2017-08-20 | builtin/hash-object: convert to struct object_id | Patryk Obara | 1 | -6/+6 |
2017-08-20 | vcs-svn: rename repo functions to "svn_repo" | brian m. carlson | 3 | -10/+10 |
2017-08-20 | vcs-svn: remove unused prototypes | brian m. carlson | 1 | -7/+0 |
2017-08-20 | doc: fix typo in sendemail.identity | Jeff King | 1 | -2/+2 |
2017-08-20 | doc/interpret-trailers: fix "the this" typo | Martin Ågren | 1 | -1/+1 |
2017-08-19 | stash: add a test for stashing in a detached state | Joel Teichroeb | 1 | -0/+12 |
2017-08-19 | stash: add a test for when apply fails during stash branch | Joel Teichroeb | 1 | -0/+14 |
2017-08-19 | stash: add a test for stash create with no files | Joel Teichroeb | 1 | -0/+8 |
2017-08-19 | progress: simplify "delayed" progress API | Junio C Hamano | 9 | -18/+19 |
2017-08-19 | apply: file commited with CRLF should roundtrip diff and apply | Torsten Bögershausen | 2 | -11/+63 |
2017-08-19 | commit: remove unused inline function single_parent() | René Scharfe | 1 | -5/+0 |
2017-08-19 | archive: don't queue excluded directories | René Scharfe | 2 | -9/+27 |
2017-08-19 | archive: factor out helper functions for handling attributes | René Scharfe | 1 | -8/+23 |
2017-08-19 | t5001: add tests for export-ignore attributes and exclude pathspecs | René Scharfe | 1 | -3/+44 |
2017-08-18 | commit: rewrite read_graft_line | Patryk Obara | 1 | -15/+21 |
2017-08-18 | commit: allocate array using object_id size | Patryk Obara | 1 | -1/+2 |
2017-08-18 | commit: replace the raw buffer with strbuf in read_graft_line | Patryk Obara | 3 | -14/+13 |
2017-08-18 | Documentation/git-for-each-ref: clarify peeling of tags for --format | Michael J Gruber | 1 | -2/+3 |
2017-08-18 | Documentation: use proper wording for ref format strings | Michael J Gruber | 3 | -6/+6 |
2017-08-17 | sha1_file: fix definition of null_sha1 | Patryk Obara | 1 | -1/+1 |
2017-08-17 | git-grep: correct exit code with --quiet and -L | Anthony Sottile | 2 | -1/+6 |
2017-08-17 | diff: retire sane_truncate_fn | Junio C Hamano | 1 | -5/+0 |
2017-08-17 | files-backend: cheapen refname_available check when locking refs | Michael Haggerty | 1 | -4/+4 |
2017-08-17 | t5526: fix some broken && chains | Heiko Voigt | 1 | -4/+4 |
2017-08-17 | branch: quote branch/ref names to improve readability | Kaartic Sivaraam | 1 | -8/+8 |
2017-08-17 | builtin/branch: stop supporting the "--set-upstream" option | Kaartic Sivaraam | 4 | -84/+14 |
2017-08-17 | t3200: cleanup cruft of a test | Kaartic Sivaraam | 1 | -0/+1 |
2017-08-17 | submodule.sh: remove unused variable | Stefan Beller | 1 | -1/+0 |
2017-08-16 | diff: define block by number of alphanumeric chars | Jonathan Tan | 4 | -81/+183 |
2017-08-16 | diff: respect MIN_BLOCK_LENGTH for last block | Jonathan Tan | 2 | -7/+59 |
2017-08-16 | convert: add SAFE_CRLF_KEEP_CRLF | Torsten Bögershausen | 2 | -5/+8 |
2017-08-16 | commit: skip discarding the index if there is no pre-commit hook | Kevin Willford | 1 | -6/+9 |
2017-08-16 | sub-process: print the cmd when a capability is unsupported | Christian Couder | 1 | -2/+2 |
2017-08-15 | sha1_file: make read_info_alternates static | Stefan Beller | 2 | -2/+2 |
2017-08-15 | t1002: stop using sum(1) | René Scharfe | 2 | -35/+35 |
2017-08-15 | pretty: support normalization options for %(trailers) | Jeff King | 4 | -6/+79 |
2017-08-15 | t4205: refactor %(trailers) tests | Jeff King | 1 | -8/+12 |
2017-08-15 | pretty: move trailer formatting to trailer.c | Jeff King | 3 | -11/+34 |
2017-08-15 | interpret-trailers: add --parse convenience option | Jeff King | 2 | -7/+26 |
2017-08-15 | interpret-trailers: add an option to unfold values | Jeff King | 5 | -0/+56 |
2017-08-15 | interpret-trailers: add an option to show only existing trailers | Jeff King | 5 | -4/+34 |
2017-08-15 | interpret-trailers: add an option to show only the trailers | Jeff King | 5 | -9/+58 |
2017-08-14 | doc: clarify "config --bool" behaviour with empty string | Andreas Heiduk | 2 | -6/+7 |
2017-08-14 | stash: prevent warning about null bytes in input | Kevin Daudt | 1 | -2/+9 |
2017-08-14 | rebase: turn on progress option by default for format-patch | Kevin Willford | 2 | -0/+7 |
2017-08-14 | format-patch: have progress option while generating patches | Kevin Willford | 2 | -0/+14 |
2017-08-14 | tree-walk: convert fill_tree_descriptor() to object_id | René Scharfe | 8 | -23/+23 |
2017-08-14 | diff: avoid redundantly clearing a flag | Jonathan Tan | 1 | -1/+1 |