aboutsummaryrefslogtreecommitdiff
path: root/builtin
Commit message (Expand)AuthorAge
...
| * | | | | | | | | | | | | | | | | | | | | replace unchecked snprintf calls with heap buffersJeff King2017-03-30
| * | | | | | | | | | | | | | | | | | | | | receive-pack: print --pack-header directly into argv arrayJeff King2017-03-30
| * | | | | | | | | | | | | | | | | | | | | name-rev: replace static buffer with strbufJeff King2017-03-30
| * | | | | | | | | | | | | | | | | | | | | avoid using fixed PATH_MAX buffers for refsJeff King2017-03-30
| * | | | | | | | | | | | | | | | | | | | | fetch: use heap buffer to format reflogJeff King2017-03-30
| * | | | | | | | | | | | | | | | | | | | | tag: use strbuf to format tag headerJeff King2017-03-30
| * | | | | | | | | | | | | | | | | | | | | odb_mkstemp: write filename into strbufJeff King2017-03-28
| * | | | | | | | | | | | | | | | | | | | | do not check odb_mkstemp return value for errorsJeff King2017-03-28
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | Merge branch 'cc/untracked'Junio C Hamano2017-04-11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | update-index: fix xgetcwd() related memory leakChristian Couder2017-03-30
* | | | | | | | | | | | | | | | | | | | | | Merge branch 'ah/log-decorate-default-to-auto'Junio C Hamano2017-04-11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | log: if --decorate is not given, default to --decorate=autoAlex Henrie2017-03-24
* | | | | | | | | | | | | | | | | | | | | | | Merge branch 'ab/ref-filter-no-contains'Junio C Hamano2017-04-11
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | ref-filter: add --no-contains option to tag/branch/for-each-refÆvar Arnfjörð Bjarmason2017-03-24
| * | | | | | | | | | | | | | | | | | | | | | tag: change --point-at to default to HEADÆvar Arnfjörð Bjarmason2017-03-24
| * | | | | | | | | | | | | | | | | | | | | | tag: implicitly supply --list given another list-like optionÆvar Arnfjörð Bjarmason2017-03-24
| * | | | | | | | | | | | | | | | | | | | | | for-each-ref: partly change <object> to <commit> in helpÆvar Arnfjörð Bjarmason2017-03-23
* | | | | | | | | | | | | | | | | | | | | | | Merge branch 'bc/push-cert-receive-fix'Junio C Hamano2017-03-30
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | builtin/receive-pack: fix incorrect pointer arithmeticbrian m. carlson2017-03-28
* | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'mg/describe-debug-l10n'Junio C Hamano2017-03-30
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | describe: localize debug output fullyMichael J Gruber2017-03-27
* | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'bw/recurse-submodules-relative-fix'Junio C Hamano2017-03-30
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | ls-files: fix bug when recursing with relative pathspecBrandon Williams2017-03-17
| * | | | | | | | | | | | | | | | | | | | | | | | | ls-files: fix typo in variable nameBrandon Williams2017-03-17
| * | | | | | | | | | | | | | | | | | | | | | | | | grep: fix bug when recursing with relative pathspecBrandon Williams2017-03-17
| * | | | | | | | | | | | | | | | | | | | | | | | | grep: fix help text typoBrandon Williams2017-03-17
| | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'bw/submodule-is-active'Junio C Hamano2017-03-30
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | submodule--helper init: set submodule.<name>.activeBrandon Williams2017-03-18
| * | | | | | | | | | | | | | | | | | | | | | | | clone: teach --recurse-submodules to optionally take a pathspecBrandon Williams2017-03-18
| * | | | | | | | | | | | | | | | | | | | | | | | submodule init: initialize active submodulesBrandon Williams2017-03-18
| * | | | | | | | | | | | | | | | | | | | | | | | submodule--helper clone: check for configured submodules using helperBrandon Williams2017-03-17
| * | | | | | | | | | | | | | | | | | | | | | | | submodule--helper: add is-active subcommandBrandon Williams2017-03-17
* | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'jc/merge-drop-old-syntax'Junio C Hamano2017-03-30
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | merge: drop 'git merge <message> HEAD <commit>' syntaxJunio C Hamano2015-04-29
* | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'jk/fast-import-cleanup'Junio C Hamano2017-03-28
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | pack.h: define largest possible encoded object sizeJeff King2017-03-24
| * | | | | | | | | | | | | | | | | | | | | | | | | encode_in_pack_object_header: respect output buffer lengthJeff King2017-03-24
| | |_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'jk/show-branch-lift-name-len-limit' into maintJunio C Hamano2017-03-21
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'rl/remote-allow-missing-branch-name-merge' into maintJunio C Hamano2017-03-21
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'dt/gc-ignore-old-gc-logs' into maintJunio C Hamano2017-03-21
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'sb/checkout-recurse-submodules'Junio C Hamano2017-03-28
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | builtin/read-tree: add --recurse-submodules switchStefan Beller2017-03-16
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | builtin/checkout: add --recurse-submodules switchStefan Beller2017-03-16
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | make is_submodule_populated gentlyStefan Beller2017-03-15
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | submodule--helper.c: remove duplicate codeValery Tolstov2017-03-15
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'bw/grep-recurse-submodules'Junio C Hamano2017-03-28
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | grep: fix builds with with no thread supportBrandon Williams2017-03-18
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'sb/describe-broken'Junio C Hamano2017-03-27
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | | | | | | | | | | | | builtin/describe: introduce --broken flagStefan Beller2017-03-22
| | |_|_|_|_|_|_|_|_|_|_|/ / / / / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | | | | | | | Merge branch 'sb/push-options-via-transport'Junio C Hamano2017-03-27
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \