summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)Author
2019-12-09notes: rename to load_display_notes()Denton Liu
2019-12-09name-rev: cleanup name_ref()SZEDER Gábor
2019-12-09name-rev: eliminate recursion in name_rev()SZEDER Gábor
2019-12-09name-rev: use 'name->tip_name' instead of 'tip_name'SZEDER Gábor
2019-12-09l10n: minor case fix in 'git branch' '--unset-upstream' descriptionDimitriy Ryazantcev
2019-12-09patch-id: use oid_to_hex() to print multiple object IDsRené Scharfe
2019-12-09commit: use strbuf_add() to add a length-limited stringRené Scharfe
2019-12-06Merge branch 'rs/use-skip-prefix-more'Junio C Hamano
2019-12-06name-rev: drop name_rev()'s 'generation' and 'distance' parametersSZEDER Gábor
2019-12-06name-rev: restructure creating/updating 'struct rev_name' instancesSZEDER Gábor
2019-12-06name-rev: restructure parsing commits and applying date cutoffSZEDER Gábor
2019-12-06name-rev: pull out deref handling from the recursionSZEDER Gábor
2019-12-06name-rev: extract creating/updating a 'struct name_rev' into a helperSZEDER Gábor
2019-12-06name-rev: use sizeof(*ptr) instead of sizeof(type) in allocationSZEDER Gábor
2019-12-06name-rev: avoid unnecessary cast in name_ref()SZEDER Gábor
2019-12-06name-rev: use strbuf_strip_suffix() in get_rev_name()René Scharfe
2019-12-06range-diff: clear `other_arg` at end of functionDenton Liu
2019-12-06Sync with 2.23.1Johannes Schindelin
2019-12-06Sync with 2.22.2Johannes Schindelin
2019-12-06Sync with 2.21.1Johannes Schindelin
2019-12-06Sync with 2.20.2Johannes Schindelin
2019-12-06submodule: defend against submodule.update = !command in .gitmodulesJonathan Nieder
2019-12-06Sync with 2.19.3Johannes Schindelin
2019-12-06Sync with 2.18.2Johannes Schindelin
2019-12-06Sync with 2.17.3Johannes Schindelin
2019-12-06Sync with 2.16.6Johannes Schindelin
2019-12-06Sync with 2.15.4Johannes Schindelin
2019-12-06Sync with 2.14.6Johannes Schindelin
2019-12-05Merge branch 'mg/submodule-status-from-a-subdirectory'Junio C Hamano
2019-12-05Merge branch 'nl/reset-patch-takes-a-tree'Junio C Hamano
2019-12-05Merge branch 'jk/fail-show-toplevel-outside-working-tree'Junio C Hamano
2019-12-05Merge branch 'sg/unpack-progress-throughput'Junio C Hamano
2019-12-05Merge branch 'dl/range-diff-with-notes'Junio C Hamano
2019-12-05Merge branch 'js/builtin-add-i'Junio C Hamano
2019-12-05Disallow dubiously-nested submodule git directoriesJohannes Schindelin
2019-12-05rebase: fix format.useAutoBase breakageDenton Liu
2019-12-05format-patch: teach --no-baseDenton Liu
2019-12-05format-patch: fix indentationDenton Liu
2019-12-04checkout, restore: support the --pathspec-from-file optionAlexandr Miloslavskiy
2019-12-04add: support the --pathspec-from-file optionAlexandr Miloslavskiy
2019-12-04cmd_add: prepare for next patchAlexandr Miloslavskiy
2019-12-04clone --recurse-submodules: prevent name squatting on WindowsJohannes Schindelin
2019-12-03submodule--helper: advise on fatal alternate errorJonathan Tan
2019-12-01Merge branch 'ds/test-read-graph'Junio C Hamano
2019-12-01Merge branch 'jt/fetch-remove-lazy-fetch-plugging'Junio C Hamano
2019-12-01Merge branch 'tg/stash-refresh-index'Junio C Hamano
2019-12-01Merge branch 'rj/bundle-ui-updates'Junio C Hamano
2019-12-01Merge branch 'en/doc-typofix'Junio C Hamano
2019-12-01Merge branch 'js/fetch-multi-lockfix'Junio C Hamano
2019-12-01Merge branch 'rt/fetch-message-fix'Junio C Hamano