summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2024-03-15Merge branch 'as/option-names-in-messages'Junio C Hamano2-2/+2
2024-03-15Merge branch 'kh/branch-ref-syntax-advice'Junio C Hamano1-2/+6
2024-03-15config: add --comment option to add a commentRalph Seichter4-12/+20
2024-03-14Merge branch 'la/trailer-api'Junio C Hamano1-2/+99
2024-03-14Merge branch 'so/clean-dry-run-without-force'Junio C Hamano1-15/+5
2024-03-14checkout: plug some leaks in git-restoreRubén Justo1-30/+21
2024-03-14checkout: fix interaction between --conflict and --mergePhillip Wood1-3/+7
2024-03-14checkout: cleanup --conflict=<style> parsingPhillip Wood1-19/+32
2024-03-14merge-ll: introduce LL_MERGE_OPTIONS_INITPhillip Wood1-2/+1
2024-03-13status: allow --untracked=false and friendsJunio C Hamano1-2/+11
2024-03-13status: unify parsing of --untracked= and status.showUntrackedFilesJunio C Hamano1-17/+27
2024-03-12prefer comment_line_str to comment_line_char for printingJeff King4-14/+14
2024-03-12strbuf: accept a comment string for strbuf_add_commented_lines()Jeff King2-5/+5
2024-03-12strbuf: accept a comment string for strbuf_commented_addf()Jeff King3-7/+7
2024-03-12strbuf: accept a comment string for strbuf_stripspace()Jeff King8-9/+9
2024-03-12environment: store comment_line_char as a stringJeff King1-2/+2
2024-03-12commit: refactor base-case of adjust_comment_line_char()Jeff King1-2/+3
2024-03-11Merge branch 'js/merge-base-with-missing-commit'Junio C Hamano11-42/+90
2024-03-07Merge branch 'jk/upload-pack-bounded-resources'Junio C Hamano1-0/+2
2024-03-07Merge branch 'ps/remote-helper-repo-initialization-fix'Junio C Hamano1-0/+46
2024-03-07Merge branch 'eg/add-uflags'Junio C Hamano1-1/+1
2024-03-07Merge branch 'jt/commit-redundant-scissors-fix'Junio C Hamano1-7/+5
2024-03-07Merge branch 'js/merge-tree-3-trees'Junio C Hamano6-23/+57
2024-03-07Merge branch 'cc/rev-list-allow-missing-tips'Junio C Hamano1-1/+17
2024-03-05builtin/clone.c: trivial fix of messageAlexander Shopov1-1/+1
2024-03-05builtin/remote.c: trivial fix of error messageAlexander Shopov1-1/+1
2024-03-05branch: advise about ref syntax rulesKristoffer Haugsbakk1-2/+6
2024-03-05Merge branch 'kn/for-all-refs'Junio C Hamano1-3/+7
2024-03-05Merge branch 'rs/name-rev-with-mempool'Junio C Hamano1-19/+20
2024-03-05Merge branch 'rs/fetch-simplify-with-starts-with'Junio C Hamano1-3/+2
2024-03-04clean: further clean-up of implementation around "--force"Junio C Hamano1-7/+2
2024-03-03clean: improve -n and -f implementation and documentationSergey Organov1-14/+9
2024-03-02repack: check error writing to pack-objects subprocessJunio C Hamano1-2/+3
2024-03-02unpack: replace xwrite() loop with write_in_full()Junio C Hamano2-21/+4
2024-03-01Merge branch 'hs/rebase-not-in-progress' into HEADJunio C Hamano1-1/+1
2024-03-01Merge branch 'ps/reflog-list' into HEADJunio C Hamano2-5/+36
2024-03-01format_trailers(): use strbuf instead of FILELinus Arver1-1/+5
2024-03-01trailer: move interpret_trailers() to interpret-trailers.cLinus Arver1-0/+93
2024-03-01trailer: rename functions to use 'trailer'Linus Arver1-2/+2
2024-02-29add: use unsigned type for collection of bitsEugenio Gigante1-1/+1
2024-02-29commit-reach(repo_get_merge_bases_many_dirty): pass on errorsJohannes Schindelin1-3/+6
2024-02-29commit-reach(repo_get_merge_bases_many): pass on "missing commits" errorsJohannes Schindelin1-6/+7
2024-02-29commit-reach(get_octopus_merge_bases): pass on "missing commits" errorsJohannes Schindelin3-5/+14
2024-02-29commit-reach(repo_get_merge_bases): pass on "missing commits" errorsJohannes Schindelin5-20/+28
2024-02-28upload-pack: always turn off save_commit_bufferJeff King1-0/+2
2024-02-28commit-reach(repo_in_merge_bases_many): report missing commitsJohannes Schindelin7-8/+35
2024-02-27Merge branch 'rj/tag-column-fix'Junio C Hamano1-1/+2
2024-02-27builtin/clone: allow remote helpers to detect repoPatrick Steinhardt1-0/+46
2024-02-27rebase -i: stop setting GIT_CHERRY_PICK_HELPPhillip Wood1-11/+3
2024-02-27commit: unify logic to avoid multiple scissors lines when mergingJosh Triplett1-5/+3