summaryrefslogtreecommitdiff
path: root/builtin
AgeCommit message (Expand)AuthorFilesLines
2018-11-13Merge branch 'nd/config-split'Libravatar Junio C Hamano1-1/+14
2018-11-13format-patch: respect --stat in cover letter's diffstatLibravatar Nguyễn Thái Ngọc Duy1-2/+0
2018-11-13built-in rebase: reinstate `checkout -q` behavior where appropriateLibravatar Johannes Schindelin1-15/+25
2018-11-13rebase: prepare reset_head() for more flagsLibravatar Johannes Schindelin1-3/+6
2018-11-13rebase: consolidate clean-up code before leaving reset_head()Libravatar Johannes Schindelin1-18/+18
2018-11-13sha1-file: use an object_directory for the main object dirLibravatar Jeff King2-19/+4
2018-11-13rename "alternate_object_database" to "object_directory"Libravatar Jeff King3-13/+13
2018-11-13submodule--helper: prefer strip_suffix() to ends_with()Libravatar Jeff King1-3/+4
2018-11-13fsck: do not reuse child_process structsLibravatar Jeff King1-0/+6
2018-11-13built-in rebase --skip/--abort: clean up stale .git/<name> filesLibravatar Johannes Schindelin1-0/+3
2018-11-13builtin/notes: remove unnecessary freeLibravatar Carlo Marcelo Arenas Belón1-3/+1
2018-11-12Upcast size_t variables to uintmax_t when printingLibravatar Torsten Bögershausen5-14/+15
2018-11-12rebase-interactive.c: remove the_repository referencesLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-11-12rerere.c: remove the_repository referencesLibravatar Nguyễn Thái Ngọc Duy4-8/+10
2018-11-12pack-*.c: remove the_repository referencesLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-11-12pack-check.c: remove the_repository referencesLibravatar Nguyễn Thái Ngọc Duy1-1/+2
2018-11-12diff-lib.c: remove the_repository referencesLibravatar Nguyễn Thái Ngọc Duy2-2/+3
2018-11-12delta-islands.c: remove the_repository referencesLibravatar Nguyễn Thái Ngọc Duy1-2/+2
2018-11-12cache-tree.c: remove the_repository referencesLibravatar Nguyễn Thái Ngọc Duy3-3/+5
2018-11-12bundle.c: remove the_repository referencesLibravatar Nguyễn Thái Ngọc Duy1-3/+4
2018-11-12branch.c: remove the_repository referenceLibravatar Nguyễn Thái Ngọc Duy5-7/+10
2018-11-12bisect.c: remove the_repository referenceLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-11-12sequencer.c: remove implicit dependency on the_repositoryLibravatar Nguyễn Thái Ngọc Duy2-6/+7
2018-11-12sequencer.c: remove implicit dependency on the_indexLibravatar Nguyễn Thái Ngọc Duy4-6/+7
2018-11-12transport.c: remove implicit dependency on the_indexLibravatar Nguyễn Thái Ngọc Duy1-1/+2
2018-11-12notes-merge.c: remove implicit dependency on the_indexLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-11-12wt-status.c: remove implicit dependency on the_indexLibravatar Nguyễn Thái Ngọc Duy3-5/+7
2018-11-12fsck: mark strings for translationLibravatar Nguyễn Thái Ngọc Duy1-49/+57
2018-11-12fsck: reduce word legos to help i18nLibravatar Nguyễn Thái Ngọc Duy1-25/+40
2018-11-12parse-options: replace opterror() with optname()Libravatar Nguyễn Thái Ngọc Duy2-2/+3
2018-11-12repack: mark more strings for translationLibravatar Nguyễn Thái Ngọc Duy1-13/+13
2018-11-12reflog: mark strings for translationLibravatar Nguyễn Thái Ngọc Duy1-15/+19
2018-11-12alias.c: mark split_cmdline_strerror() strings for translationLibravatar Nguyễn Thái Ngọc Duy1-1/+1
2018-11-08built-in rebase --autostash: leave the current branch alone if possibleLibravatar Johannes Schindelin1-1/+2
2018-11-07pack-objects: ignore ambiguous object warningsLibravatar Derrick Stolee1-0/+6
2018-11-07pull: handle --verify-signatures for unborn branchLibravatar Jeff King1-0/+11
2018-11-07merge: handle --verify-signatures for unborn branchLibravatar Jeff King1-0/+4
2018-11-07merge: extract verify_merge_signature() helperLibravatar Jeff King1-25/+1
2018-11-06Merge branch 'md/exclude-promisor-objects-fix'Libravatar Junio C Hamano3-0/+3
2018-11-06Merge branch 'nd/submodule-unused-vars'Libravatar Junio C Hamano1-1/+1
2018-11-06Merge branch 'sb/submodule-url-to-absolute'Libravatar Junio C Hamano1-17/+34
2018-11-06Merge branch 'js/shallow-and-fetch-prune'Libravatar Junio C Hamano2-1/+7
2018-11-06Merge branch 'js/remote-archive-dwimfix'Libravatar Junio C Hamano2-0/+4
2018-11-06assert NOARG/NONEG behavior of parse-options callbacksLibravatar Jeff King21-3/+92
2018-11-06cat-file: report an error on multiple --batch optionsLibravatar Jeff King1-1/+1
2018-11-06tag: mark "--message" option with NONEGLibravatar Jeff King1-2/+2
2018-11-06show-branch: mark --reflog option as NONEGLibravatar Jeff King1-1/+1
2018-11-06format-patch: mark "--no-numbered" option with NONEGLibravatar Jeff King1-1/+1
2018-11-06status: mark --find-renames option with NONEGLibravatar Jeff King1-1/+1
2018-11-06cat-file: mark batch options with NONEGLibravatar Jeff King1-2/+4