Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | grep: prefer "struct grep_opt" over its "void *" equivalent | Ævar Arnfjörð Bjarmason | 2021-10-23 | 1 | -2/+2 |
* | The fourteenth batch | Junio C Hamano | 2021-10-18 | 1 | -0/+38 |
* | Merge branch 'tz/doc-link-to-bundle-format-fix' | Junio C Hamano | 2021-10-18 | 1 | -0/+1 |
|\ | |||||
| * | doc: add bundle-format to TECH_DOCS | Todd Zullinger | 2021-10-13 | 1 | -0/+1 |
* | | Merge branch 'js/windows-ci-path-fix' | Junio C Hamano | 2021-10-18 | 1 | -3/+3 |
|\ \ | |||||
| * | | ci(windows): ensure that we do not pick up random executables | Johannes Schindelin | 2021-10-13 | 1 | -3/+3 |
* | | | Merge branch 'bs/doc-blame-color-lines' | Junio C Hamano | 2021-10-18 | 3 | -17/+44 |
|\ \ \ | |||||
| * | | | blame: document --color-* options | Bagas Sanjaya | 2021-10-08 | 3 | -17/+31 |
| * | | | blame: describe default output format | Bagas Sanjaya | 2021-10-01 | 1 | -0/+13 |
* | | | | Merge branch 'rs/make-verify-path-really-verify-again' | Junio C Hamano | 2021-10-18 | 2 | -15/+36 |
|\ \ \ \ | |||||
| * | | | | read-cache: let verify_path() reject trailing dir separators again | René Scharfe | 2021-10-07 | 2 | -4/+4 |
| * | | | | read-cache: add verify_path_internal() | René Scharfe | 2021-10-07 | 1 | -13/+28 |
| * | | | | t3905: show failure to ignore sub-repo | René Scharfe | 2021-10-07 | 1 | -0/+6 |
* | | | | | Merge branch 'jk/cat-file-batch-all-wo-replace' | Junio C Hamano | 2021-10-18 | 3 | -16/+119 |
|\ \ \ \ \ | |||||
| * | | | | | cat-file: use packed_object_info() for --batch-all-objects | Jeff King | 2021-10-08 | 1 | -14/+36 |
| * | | | | | cat-file: split ordered/unordered batch-all-objects callbacks | Jeff King | 2021-10-08 | 1 | -1/+3 |
| * | | | | | cat-file: disable refs/replace with --batch-all-objects | Jeff King | 2021-10-08 | 3 | -1/+70 |
| * | | | | | cat-file: mention --unordered along with --batch-all-objects | Jeff King | 2021-10-08 | 1 | -2/+3 |
| * | | | | | t1006: clean up broken objects | Jeff King | 2021-10-08 | 1 | -0/+9 |
* | | | | | | Merge branch 'cm/save-restore-terminal' | Junio C Hamano | 2021-10-18 | 3 | -15/+71 |
|\ \ \ \ \ \ | |||||
| * | | | | | | editor: save and reset terminal after calling EDITOR | Carlo Marcelo Arenas Belón | 2021-10-06 | 1 | -0/+8 |
| * | | | | | | terminal: teach git how to save/restore its terminal settings | Carlo Marcelo Arenas Belón | 2021-10-06 | 2 | -15/+63 |
| |/ / / / / | |||||
* | | | | | | Merge branch 'ab/designated-initializers-more' | Junio C Hamano | 2021-10-18 | 7 | -88/+82 |
|\ \ \ \ \ \ | |||||
| * | | | | | | builtin/remote.c: add and use SHOW_INFO_INIT | Ævar Arnfjörð Bjarmason | 2021-10-01 | 1 | -45/+45 |
| * | | | | | | builtin/remote.c: add and use a REF_STATES_INIT | Ævar Arnfjörð Bjarmason | 2021-10-01 | 1 | -12/+11 |
| * | | | | | | urlmatch.[ch]: add and use URLMATCH_CONFIG_INIT | Ævar Arnfjörð Bjarmason | 2021-10-01 | 4 | -3/+7 |
| * | | | | | | builtin/blame.c: refactor commit_info_init() to COMMIT_INFO_INIT macro | Ævar Arnfjörð Bjarmason | 2021-09-27 | 1 | -17/+13 |
| * | | | | | | daemon.c: refactor hostinfo_init() to HOSTINFO_INIT macro | Ævar Arnfjörð Bjarmason | 2021-09-27 | 1 | -12/+7 |
| * | | | | | | Merge branch 'ab/designated-initializers' into ab/designated-initializers-more | Junio C Hamano | 2021-09-27 | 29 | -54/+68 |
| |\ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ | Merge branch 'tb/repack-write-midx' | Junio C Hamano | 2021-10-18 | 14 | -56/+723 |
|\ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | test-read-midx: fix leak of bitmap_index struct | Jeff King | 2021-10-07 | 1 | -2/+6 |
| * | | | | | | | | builtin/repack.c: pass `--refs-snapshot` when writing bitmaps | Taylor Blau | 2021-10-01 | 2 | -0/+124 |
| * | | | | | | | | builtin/repack.c: make largest pack preferred | Taylor Blau | 2021-09-28 | 6 | -3/+78 |
| * | | | | | | | | builtin/repack.c: support writing a MIDX while repacking | Taylor Blau | 2021-09-28 | 5 | -24/+234 |
| * | | | | | | | | builtin/repack.c: extract showing progress to a variable | Taylor Blau | 2021-09-28 | 1 | -1/+2 |
| * | | | | | | | | builtin/repack.c: rename variables that deal with non-kept packs | Taylor Blau | 2021-09-28 | 1 | -11/+11 |
| * | | | | | | | | builtin/repack.c: keep track of existing packs unconditionally | Taylor Blau | 2021-09-28 | 1 | -25/+31 |
| * | | | | | | | | midx: preliminary support for `--refs-snapshot` | Taylor Blau | 2021-09-28 | 6 | -13/+164 |
| * | | | | | | | | builtin/multi-pack-index.c: support `--stdin-packs` mode | Taylor Blau | 2021-09-28 | 3 | -0/+46 |
| * | | | | | | | | midx: expose `write_midx_file_only()` publicly | Taylor Blau | 2021-09-28 | 2 | -8/+58 |
* | | | | | | | | | Merge branch 'js/retire-preserve-merges' | Junio C Hamano | 2021-10-18 | 37 | -2263/+33 |
|\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | sequencer: restrict scope of a formerly public function | Johannes Schindelin | 2021-09-07 | 2 | -4/+2 |
| * | | | | | | | | | rebase: remove a no-longer-used function | Johannes Schindelin | 2021-09-07 | 2 | -31/+0 |
| * | | | | | | | | | rebase: stop mentioning the -p option in comments | Johannes Schindelin | 2021-09-07 | 1 | -1/+1 |
| * | | | | | | | | | rebase: remove obsolete code comment | Johannes Schindelin | 2021-09-07 | 1 | -1/+1 |
| * | | | | | | | | | rebase: drop the internal `rebase--interactive` command | Johannes Schindelin | 2021-09-07 | 2 | -193/+1 |
| * | | | | | | | | | git-svn: drop support for `--preserve-merges` | Johannes Schindelin | 2021-09-07 | 2 | -2/+0 |
| * | | | | | | | | | rebase: drop support for `--preserve-merges` | Johannes Schindelin | 2021-09-07 | 5 | -1238/+11 |
| * | | | | | | | | | pull: remove support for `--rebase=preserve` | Johannes Schindelin | 2021-09-07 | 7 | -23/+8 |
| * | | | | | | | | | tests: stop testing `git rebase --preserve-merges` | Johannes Schindelin | 2021-09-07 | 17 | -764/+3 |