summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)Author
2019-12-25Merge branch 'mr/bisect-save-pointer-to-const-string'Junio C Hamano
2019-12-25Merge branch 'js/add-p-in-c'Junio C Hamano
2019-12-25Merge branch 'rs/ref-read-cleanup'Junio C Hamano
2019-12-25Merge branch 'mr/bisect-use-after-free'Junio C Hamano
2019-12-25Merge branch 'ds/sparse-cone'Junio C Hamano
2019-12-25Merge branch 'sg/name-rev-wo-recursion'Junio C Hamano
2019-12-25Merge branch 'dl/format-patch-notes-config-fixup'Junio C Hamano
2019-12-25Merge branch 'am/pathspec-f-f-checkout'Junio C Hamano
2019-12-25Merge branch 'am/pathspec-from-file'Junio C Hamano
2019-12-18commit: forbid --pathspec-from-file --allAlexandr Miloslavskiy
2019-12-17bisect--helper: convert `*_warning` char pointers to char arrays.Tanushree Tumane
2019-12-16Merge branch 'rs/patch-id-use-oid-to-hex'Junio C Hamano
2019-12-16Merge branch 'rs/commit-export-env-simplify'Junio C Hamano
2019-12-16Merge branch 'dr/branch-usage-casefix'Junio C Hamano
2019-12-16Merge branch 'dl/range-diff-with-notes'Junio C Hamano
2019-12-16Merge branch 'dl/rebase-with-autobase'Junio C Hamano
2019-12-16Merge branch 'ag/sequencer-todo-updates'Junio C Hamano
2019-12-13built-in add -i: start implementing the `patch` functionality in CJohannes Schindelin
2019-12-13sparse-checkout: respect core.ignoreCase in cone modeDerrick Stolee
2019-12-13notes: break set_display_notes() into smaller functionsDenton Liu
2019-12-11remote: pass NULL to read_ref_full() because object ID is not neededRené Scharfe
2019-12-11bisect--helper: avoid use-after-freeTanushree Tumane
2019-12-10Merge branch 'hi/gpg-use-check-signature'Junio C Hamano
2019-12-10Merge branch 'jt/clone-recursesub-ref-advise'Junio C Hamano
2019-12-10Merge branch 'ra/rebase-i-more-options'Junio C Hamano
2019-12-10Merge branch 'am/pathspec-from-file'Junio C Hamano
2019-12-10Sync with Git 2.24.1Junio C Hamano
2019-12-09format-patch: move git_config() before repo_init_revisions()Denton Liu
2019-12-09format-patch: use --notes behavior for format.notesDenton Liu
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