Age | Commit message (Expand) | Author | Files | Lines |
2021-12-01 | branch: protect branches checked out in all worktrees | Anders Kaseorg | 2 | -4/+16 |
2021-12-01 | receive-pack: protect current branch for bare repository worktree | Anders Kaseorg | 2 | -5/+17 |
2021-12-01 | receive-pack: clean dead code from update_worktree() | Anders Kaseorg | 1 | -16/+7 |
2021-12-01 | fetch: protect branches checked out in all worktrees | Anders Kaseorg | 2 | -35/+58 |
2021-12-01 | worktree: simplify find_shared_symref() memory ownership model | Anders Kaseorg | 6 | -38/+65 |
2021-12-01 | branch: lowercase error messages | Anders Kaseorg | 3 | -13/+13 |
2021-12-01 | receive-pack: lowercase error messages | Anders Kaseorg | 2 | -6/+6 |
2021-12-01 | fetch: lowercase error messages | Anders Kaseorg | 1 | -24/+26 |
2021-12-01 | test-lib: make BAIL_OUT() work in tests and prereq | Fabian Stelzer | 1 | -4/+10 |
2021-12-01 | git-compat-util: add a test balloon for C99 support | brian m. carlson | 3 | -2/+15 |
2021-12-01 | object-file.c: LLP64 compatibility, upcast unity for left shift | Philip Oakley | 1 | -1/+1 |
2021-12-01 | diffcore-delta.c: LLP64 compatibility, upcast unity for left shift | Philip Oakley | 1 | -3/+3 |
2021-12-01 | repack.c: LLP64 compatibility, upcast unity for left shift | Philip Oakley | 1 | -1/+1 |
2021-12-01 | update documentation for new zdiff3 conflictStyle | Elijah Newren | 9 | -21/+50 |
2021-12-01 | xdiff: implement a zealous diff3, or "zdiff3" | Phillip Wood | 6 | -9/+155 |
2021-11-29 | sequencer: avoid adding exec commands for non-commit creating commands | Elijah Newren | 2 | -2/+7 |
2021-11-29 | The first batch to start the current cycle | Junio C Hamano | 1 | -4/+35 |
2021-11-29 | Merge branch 'mc/clean-smudge-with-llp64' | Junio C Hamano | 11 | -19/+89 |
2021-11-29 | Merge branch 'ab/sh-retire-helper-functions' | Junio C Hamano | 7 | -41/+14 |
2021-11-29 | Merge branch 'tb/plug-pack-bitmap-leaks' | Junio C Hamano | 8 | -45/+84 |
2021-11-29 | Merge branch 'tp/send-email-completion' | Junio C Hamano | 4 | -22/+54 |
2021-11-29 | Merge branch 'jc/unsetenv-returns-an-int' | Junio C Hamano | 2 | -2/+4 |
2021-11-29 | Merge branch 'jc/fix-ref-sorting-parse' | Junio C Hamano | 8 | -52/+95 |
2021-11-29 | Merge branch 'so/stash-staged' | Junio C Hamano | 3 | -12/+113 |
2021-11-29 | Merge branch 'jc/tutorial-format-patch-base' | Junio C Hamano | 1 | -13/+28 |
2021-11-29 | Merge branch 'ab/refs-errno-cleanup' | Junio C Hamano | 10 | -143/+294 |
2021-11-29 | Merge branch 'ow/stash-count-in-status-porcelain-output' | Junio C Hamano | 3 | -2/+46 |
2021-11-29 | Merge branch 'jk/loosen-urlmatch' | Junio C Hamano | 2 | -2/+2 |
2021-11-29 | t1404: mark directory/file conflict tests with REFFILES | Han-Wen Nienhuys | 1 | -16/+16 |
2021-11-29 | Merge branch 'vd/sparse-reset' into ld/sparse-diff-blame | Junio C Hamano | 8 | -37/+356 |
2021-11-29 | unpack-trees: improve performance of next_cache_entry | Victoria Dye | 1 | -6/+17 |
2021-11-29 | reset: make --mixed sparse-aware | Victoria Dye | 2 | -2/+102 |
2021-11-29 | reset: make sparse-aware (except --mixed) | Victoria Dye | 4 | -13/+86 |
2021-11-29 | reset: integrate with sparse index | Victoria Dye | 2 | -3/+8 |
2021-11-29 | reset: expand test coverage for sparse checkouts | Victoria Dye | 2 | -0/+101 |
2021-11-29 | t/t*: remove custom GIT_TRACE2_EVENT_NESTING | Derrick Stolee | 5 | -9/+5 |
2021-11-29 | test-lib.sh: set GIT_TRACE2_EVENT_NESTING | Derrick Stolee | 1 | -0/+7 |
2021-11-28 | add -p: avoid use of undefined $key when ReadKey -> EOF | Carlo Marcelo Arenas Belón | 1 | -7/+9 |
2021-11-28 | refs: document callback for reflog-ent iterators | Junio C Hamano | 1 | -1/+23 |
2021-11-27 | mingw: avoid fallback for {local,gm}time_r() | Carlo Marcelo Arenas Belón | 2 | -1/+5 |
2021-11-25 | run-command API: remove "env" member, always use "env_array" | Ævar Arnfjörð Bjarmason | 8 | -42/+40 |
2021-11-25 | difftool: use "env_array" to simplify memory management | Ævar Arnfjörð Bjarmason | 1 | -10/+4 |
2021-11-25 | run-command API: remove "argv" member, always use "args" | Ævar Arnfjörð Bjarmason | 6 | -39/+33 |
2021-11-25 | run-command API users: use strvec_push(), not argv construction | Ævar Arnfjörð Bjarmason | 6 | -53/+31 |
2021-11-25 | run-command API users: use strvec_pushl(), not argv construction | Ævar Arnfjörð Bjarmason | 10 | -61/+29 |
2021-11-25 | run-command tests: use strvec_pushv(), not argv assignment | Ævar Arnfjörð Bjarmason | 1 | -4/+5 |
2021-11-25 | run-command API users: use strvec_pushv(), not argv assignment | Ævar Arnfjörð Bjarmason | 7 | -9/+10 |
2021-11-25 | upload-archive: use regular "struct child_process" pattern | Ævar Arnfjörð Bjarmason | 1 | -2/+3 |
2021-11-25 | worktree: stop being overly intimate with run_command() internals | Eric Sunshine | 1 | -4/+3 |
2021-11-25 | completion: add human and auto: date format | Yoichi Nakayama | 1 | -1/+1 |