summaryrefslogtreecommitdiffstats
path: root/builtin (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | builtin/pull: convert to struct object_idbrian m. carlson2017-03-281-36/+36
| * | | | | | | | | | | | | | submodule: convert check_for_new_submodule_commits to object_idbrian m. carlson2017-03-281-3/+3
| * | | | | | | | | | | | | | builtin/receive-pack: convert portions to struct object_idbrian m. carlson2017-03-281-49/+49
| * | | | | | | | | | | | | | builtin/pull: convert portions to struct object_idbrian m. carlson2017-03-271-3/+3
| * | | | | | | | | | | | | | builtin/diff: convert to struct object_idbrian m. carlson2017-03-271-17/+17
| * | | | | | | | | | | | | | Convert GIT_SHA1_RAWSZ used for allocation to GIT_MAX_RAWSZbrian m. carlson2017-03-272-2/+2
| * | | | | | | | | | | | | | Convert GIT_SHA1_HEXSZ used for allocation to GIT_MAX_HEXSZbrian m. carlson2017-03-274-5/+5
* | | | | | | | | | | | | | | Merge branch 'js/difftool-builtin'Junio C Hamano2017-04-171-18/+20
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | difftool: fix use-after-freeJohannes Schindelin2017-04-141-2/+5
| * | | | | | | | | | | | | | | difftool: avoid strcpyJeff King2017-03-301-16/+15
* | | | | | | | | | | | | | | | Merge branch 'jk/loose-object-info-report-error'Junio C Hamano2017-04-171-0/+2
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | index-pack: detect local corruption in collision checkJeff King2017-04-011-0/+2
| | |_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge branch 'rs/update-hook-optim' into maintJunio C Hamano2017-03-281-8/+5
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'rs/shortlog-cleanup' into maintJunio C Hamano2017-03-281-1/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jk/pack-name-cleanups' into maintJunio C Hamano2017-03-281-16/+15
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jk/rev-parse-cleanup' into maintJunio C Hamano2017-03-281-52/+57
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'rs/blame-code-cleanup' into maintJunio C Hamano2017-03-281-17/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'mm/fetch-show-error-message-on-unadvertised-object' into maintJunio C Hamano2017-03-281-6/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jk/interpret-branch-name' into maintJunio C Hamano2017-03-283-3/+6
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jk/delta-chain-limit' into maintJunio C Hamano2017-03-281-23/+110
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jk/grep-no-index-fix' into maintJunio C Hamano2017-03-241-27/+55
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jk/push-deadlock-regression-fix' into maintJunio C Hamano2017-03-241-1/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'jk/snprintf-cleanups'Junio C Hamano2017-04-1711-96/+99
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | / / | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | gc: replace local buffer with git_pathJeff King2017-03-301-7/+1
| * | | | | | | | | | | | | | | | | | | | | | | | replace unchecked snprintf calls with heap buffersJeff King2017-03-303-11/+12
| * | | | | | | | | | | | | | | | | | | | | | | | receive-pack: print --pack-header directly into argv arrayJeff King2017-03-301-7/+10
| * | | | | | | | | | | | | | | | | | | | | | | | name-rev: replace static buffer with strbufJeff King2017-03-301-9/+12
| * | | | | | | | | | | | | | | | | | | | | | | | avoid using fixed PATH_MAX buffers for refsJeff King2017-03-304-39/+41
| * | | | | | | | | | | | | | | | | | | | | | | | fetch: use heap buffer to format reflogJeff King2017-03-301-2/+4
| * | | | | | | | | | | | | | | | | | | | | | | | tag: use strbuf to format tag headerJeff King2017-03-301-15/+12
| * | | | | | | | | | | | | | | | | | | | | | | | odb_mkstemp: write filename into strbufJeff King2017-03-291-3/+3
| * | | | | | | | | | | | | | | | | | | | | | | | do not check odb_mkstemp return value for errorsJeff King2017-03-291-3/+4
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'cc/untracked'Junio C Hamano2017-04-111-1/+5
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | update-index: fix xgetcwd() related memory leakChristian Couder2017-03-301-1/+5
* | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'ah/log-decorate-default-to-auto'Junio C Hamano2017-04-111-1/+8
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | log: if --decorate is not given, default to --decorate=autoAlex Henrie2017-03-241-1/+8
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'ab/ref-filter-no-contains'Junio C Hamano2017-04-113-11/+26
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | ref-filter: add --no-contains option to tag/branch/for-each-refÆvar Arnfjörð Bjarmason2017-03-243-4/+12
| * | | | | | | | | | | | | | | | | | | | | | | | | tag: change --point-at to default to HEADÆvar Arnfjörð Bjarmason2017-03-241-1/+2
| * | | | | | | | | | | | | | | | | | | | | | | | | tag: implicitly supply --list given another list-like optionÆvar Arnfjörð Bjarmason2017-03-241-6/+12
| * | | | | | | | | | | | | | | | | | | | | | | | | for-each-ref: partly change <object> to <commit> in helpÆvar Arnfjörð Bjarmason2017-03-231-2/+2
* | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'bc/push-cert-receive-fix'Junio C Hamano2017-03-301-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | builtin/receive-pack: fix incorrect pointer arithmeticbrian m. carlson2017-03-281-1/+1
* | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'mg/describe-debug-l10n'Junio C Hamano2017-03-301-3/+12
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | describe: localize debug output fullyMichael J Gruber2017-03-271-3/+12
* | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'bw/recurse-submodules-relative-fix'Junio C Hamano2017-03-302-36/+46
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | ls-files: fix bug when recursing with relative pathspecBrandon Williams2017-03-171-12/+13
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | ls-files: fix typo in variable nameBrandon Williams2017-03-171-8/+8
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | grep: fix bug when recursing with relative pathspecBrandon Williams2017-03-171-15/+24
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | grep: fix help text typoBrandon Williams2017-03-171-1/+1
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | |