summaryrefslogtreecommitdiffstats
path: root/rebase-interactive.h (unfollow)
Commit message (Expand)AuthorFilesLines
2020-07-11l10n: it.po: update the Italian translation for Git 2.28.0 round 1Alessandro Menti1-1124/+1412
2020-07-10l10n: tr: v2.28.0 round 1Emir Sarı1-1128/+1377
2020-07-10l10n: git.pot: v2.28.0 round 1 (70 new, 14 removed)Jiang Xin1-1102/+1350
2020-07-09Git 2.28-rc0v2.28.0-rc0Junio C Hamano1-3/+27
2020-07-09git-rebase.txt: fix description list separatorMartin Ågren1-1/+1
2020-07-09entry: check for fstat() errors after checkoutMatheus Tavares1-2/+1
2020-07-09experimental: default to fetch.writeCommitGraph=falseJonathan Nieder3-14/+5
2020-07-09commit.c: don't persist substituted parents when unshallowingTaylor Blau4-1/+19
2020-07-08diff: check for merge bases before assigning sym->baseJeff King1-1/+1
2020-07-07The seventh batchJunio C Hamano1-0/+35
2020-07-07revision: disable min_age optimization with line-logRené Scharfe2-1/+10
2020-07-02difftool -d: ensure that intent-to-add files are handled correctlyJohannes Schindelin1-0/+8
2020-07-02diff-files --raw: show correct post-image of intent-to-add filesJohannes Schindelin2-5/+3
2020-07-02send-email: restore --in-reply-to superseding behaviorRafael Aquini2-3/+19
2020-07-02cat-file: add missing [=<format>] to usage/synopsisChristian Couder2-2/+2
2020-07-01completion: nounset mode fixesVille Skyttä1-9/+9
2020-06-30contrib: subtree: adjust test to change in fmt-merge-msgĐoàn Trần Công Danh1-2/+4
2020-06-29The sixth batchJunio C Hamano1-0/+20
2020-06-25fast-export: use local array to store anonymized oidJeff King1-4/+4
2020-06-25fast-export: anonymize "master" refnameJeff King2-12/+7
2020-06-25fast-export: allow seeding the anonymized mappingJeff King3-2/+88
2020-06-25The fifth batchJunio C Hamano1-0/+30
2020-06-25tests: reference `seen` wherever `pu` was referencedJohannes Schindelin3-14/+14
2020-06-25docs: adjust the technical overview for the rename `pu` -> `seen`Johannes Schindelin4-61/+61
2020-06-25docs: adjust for the recent rename of `pu` to `seen`Johannes Schindelin7-27/+27
2020-06-25worktree: avoid dead-code in conditionalEric Sunshine1-3/+3
2020-06-24testsvn: respect `init.defaultBranch`Johannes Schindelin2-3/+13
2020-06-24remote: use the configured default branch name when appropriateJohannes Schindelin2-4/+21
2020-06-24clone: use configured default branch name when appropriateJohannes Schindelin3-5/+24
2020-06-24init: allow setting the default for the initial branch name via the configDon Goodman-Wilson5-1/+57
2020-06-24init: allow specifying the initial branch name for the new repositoryJohannes Schindelin5-8/+50
2020-06-24docs: add missing diamond bracketsJohannes Schindelin3-3/+3
2020-06-24submodule: fall back to remote's HEAD for missing remote.<name>.branchJohannes Schindelin5-12/+31
2020-06-24send-pack/transport-helper: avoid mentioning a particular branchJohannes Schindelin3-2/+8
2020-06-24revision: reallocate TOPO_WALK object flagsRené Scharfe2-5/+6
2020-06-24lib-submodule-update: pass 'test_must_fail' as an argumentDenton Liu8-26/+84
2020-06-24fast-export: add a "data" callback parameter to anonymize_str()Jeff King1-13/+14
2020-06-24fast-export: move global "idents" anonymize hashmap into functionJeff King1-1/+1
2020-06-24fast-export: use a flex array to store anonymized entriesJeff King1-3/+2
2020-06-24fast-export: stop storing lengths in anonymized hashmapsJeff King1-10/+18
2020-06-24fast-export: tighten anonymize_mem() interface to handle only stringsJeff King1-27/+26
2020-06-24fast-export: store anonymized oids as hex stringsJeff King1-12/+16
2020-06-24fast-export: use xmemdupz() for anonymizing oidsJeff King2-1/+16
2020-06-24t9351: derive anonymized tree checks from original repoJeff King1-10/+6
2020-06-24fmt-merge-msg: stop treating `master` speciallyJohannes Schindelin29-97/+94
2020-06-24doc: fix author vs. committer copy/paste errorMiroslav Koškár1-2/+2
2020-06-24builtin/diff: fix botched update of usage commentDenton Liu1-4/+1
2020-06-24commit-reach: avoid is_descendant_of() shimCarlo Marcelo Arenas Belón4-13/+12
2020-06-24http-push: ensure unforced pushes fail when data would be lostbrian m. carlson3-5/+21
2020-06-23The fourth batchJunio C Hamano1-0/+11