CARVIEW |
Select Language
HTTP/2 200
date: Wed, 30 Jul 2025 00:55:21 GMT
content-type: text/html; charset=utf-8
vary: X-PJAX, X-PJAX-Container, Turbo-Visit, Turbo-Frame, X-Requested-With,Accept-Encoding, Accept, X-Requested-With
x-repository-download: git clone https://github.com/orhun/git-cliff.git
etag: W/"d23f29aa41b22ecbda85ca1d33af3b3d"
cache-control: max-age=0, private, must-revalidate
strict-transport-security: max-age=31536000; includeSubdomains; preload
x-frame-options: deny
x-content-type-options: nosniff
x-xss-protection: 0
referrer-policy: no-referrer-when-downgrade
content-security-policy: default-src 'none'; base-uri 'self'; child-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/; connect-src 'self' uploads.github.com www.githubstatus.com collector.github.com raw.githubusercontent.com api.github.com github-cloud.s3.amazonaws.com github-production-repository-file-5c1aeb.s3.amazonaws.com github-production-upload-manifest-file-7fdce7.s3.amazonaws.com github-production-user-asset-6210df.s3.amazonaws.com *.rel.tunnels.api.visualstudio.com wss://*.rel.tunnels.api.visualstudio.com objects-origin.githubusercontent.com copilot-proxy.githubusercontent.com proxy.individual.githubcopilot.com proxy.business.githubcopilot.com proxy.enterprise.githubcopilot.com *.actions.githubusercontent.com wss://*.actions.githubusercontent.com productionresultssa0.blob.core.windows.net/ productionresultssa1.blob.core.windows.net/ productionresultssa2.blob.core.windows.net/ productionresultssa3.blob.core.windows.net/ productionresultssa4.blob.core.windows.net/ productionresultssa5.blob.core.windows.net/ productionresultssa6.blob.core.windows.net/ productionresultssa7.blob.core.windows.net/ productionresultssa8.blob.core.windows.net/ productionresultssa9.blob.core.windows.net/ productionresultssa10.blob.core.windows.net/ productionresultssa11.blob.core.windows.net/ productionresultssa12.blob.core.windows.net/ productionresultssa13.blob.core.windows.net/ productionresultssa14.blob.core.windows.net/ productionresultssa15.blob.core.windows.net/ productionresultssa16.blob.core.windows.net/ productionresultssa17.blob.core.windows.net/ productionresultssa18.blob.core.windows.net/ productionresultssa19.blob.core.windows.net/ github-production-repository-image-32fea6.s3.amazonaws.com github-production-release-asset-2e65be.s3.amazonaws.com insights.github.com wss://alive.github.com api.githubcopilot.com api.individual.githubcopilot.com api.business.githubcopilot.com api.enterprise.githubcopilot.com; font-src github.githubassets.com; form-action 'self' github.com gist.github.com copilot-workspace.githubnext.com objects-origin.githubusercontent.com; frame-ancestors 'none'; frame-src viewscreen.githubusercontent.com notebooks.githubusercontent.com; img-src 'self' data: blob: github.githubassets.com media.githubusercontent.com camo.githubusercontent.com identicons.github.com avatars.githubusercontent.com private-avatars.githubusercontent.com github-cloud.s3.amazonaws.com objects.githubusercontent.com release-assets.githubusercontent.com secured-user-images.githubusercontent.com/ user-images.githubusercontent.com/ private-user-images.githubusercontent.com opengraph.githubassets.com copilotprodattachments.blob.core.windows.net/github-production-copilot-attachments/ github-production-user-asset-6210df.s3.amazonaws.com customer-stories-feed.github.com spotlights-feed.github.com objects-origin.githubusercontent.com *.githubusercontent.com; manifest-src 'self'; media-src github.com user-images.githubusercontent.com/ secured-user-images.githubusercontent.com/ private-user-images.githubusercontent.com github-production-user-asset-6210df.s3.amazonaws.com gist.github.com; script-src github.githubassets.com; style-src 'unsafe-inline' github.githubassets.com; upgrade-insecure-requests; worker-src github.githubassets.com github.com/assets-cdn/worker/ github.com/assets/ gist.github.com/assets-cdn/worker/
server: github.com
content-encoding: gzip
accept-ranges: bytes
set-cookie: _gh_sess=EMt2fP9n2xBQ29yUk6X5IK5Lel7NPvZdjzYIc3ZwsC3pGshsXeg0J8i%2FdckoaFhBS%2FBqcB23WgspGvfXXbuO8M87oCmdH1yMhK1hJuFhNn%2BfTPaPjMBlAX36%2F9ug7pD2DP8SuxdvwUIGwTgK4G%2BO1ahAx%2FvLfiX78JJq8w%2Bt7PW%2FrS%2FdR00jfrQsSkfoDuw%2BbwLd%2FhHmTDXXhow%2B%2FzZ6mZwl%2BWugP0bddHoAGCnA6R27hE7m1ji%2FUrwilxhDlcOsIPZCOyWyGhHcV7JAXacT9g%3D%3D--BmRH5pLNyOMkbUCa--JgAK9FHWSRf9zJVG24RKZw%3D%3D; Path=/; HttpOnly; Secure; SameSite=Lax
set-cookie: _octo=GH1.1.1568629619.1753836920; Path=/; Domain=github.com; Expires=Thu, 30 Jul 2026 00:55:20 GMT; Secure; SameSite=Lax
set-cookie: logged_in=no; Path=/; Domain=github.com; Expires=Thu, 30 Jul 2026 00:55:20 GMT; HttpOnly; Secure; SameSite=Lax
x-github-request-id: C99C:2E4773:1476D3:1E800E:68896D78
feat(changelog): support generating changelog for different branches … · orhun/git-cliff@2a581a8 · GitHub
Copy file name to clipboardExpand all lines: git-cliff-core/src/changelog.rs
Copy file name to clipboardExpand all lines: git-cliff-core/src/config.rs
Copy file name to clipboardExpand all lines: git-cliff-core/tests/integration_test.rs
Copy file name to clipboardExpand all lines: website/docs/usage/examples.md
Skip to content
Navigation Menu
{{ message }}
-
-
Notifications
You must be signed in to change notification settings - Fork 239
Commit 2a581a8
feat(changelog): support generating changelog for different branches (#808)
* feat: support generating change log for different branches
* check if the head commit is also a tag commit
* simplify implementation without requiring a branch
* remove unused import
* update test-topo-order fixture
* add comment for should_include_tag
* fix typo
* rename variable
* generate fixture considering timezone difference
* make --use-branch-tags optional for backward compatibility
* add missing field
* refactor: polish implementation
---------
Co-authored-by: Orhun Parmaksız <orhunparmaksiz@gmail.com>1 parent 08e761c commit 2a581a8Copy full SHA for 2a581a8
File tree
Expand file treeCollapse file tree
8 files changed
+62
-13
lines changedFilter options
- git-cliff-core
- src
- tests
- git-cliff/src
- website/docs/usage
Expand file treeCollapse file tree
8 files changed
+62
-13
lines changedgit-cliff-core/src/changelog.rs
Copy file name to clipboardExpand all lines: git-cliff-core/src/changelog.rs+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
805 | 805 |
| |
806 | 806 |
| |
807 | 807 |
| |
| 808 | + | |
808 | 809 |
| |
809 | 810 |
| |
810 | 811 |
| |
|
git-cliff-core/src/config.rs
Copy file name to clipboardExpand all lines: git-cliff-core/src/config.rs+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
115 | 115 |
| |
116 | 116 |
| |
117 | 117 |
| |
| 118 | + | |
| 119 | + | |
118 | 120 |
| |
119 | 121 |
| |
120 | 122 |
| |
|
+33-2Lines changed: 33 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
310 | 310 |
| |
311 | 311 |
| |
312 | 312 |
| |
| 313 | + | |
| 314 | + | |
| 315 | + | |
| 316 | + | |
| 317 | + | |
| 318 | + | |
| 319 | + | |
| 320 | + | |
| 321 | + | |
| 322 | + | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
| 329 | + | |
313 | 330 |
| |
314 | 331 |
| |
315 | 332 |
| |
316 | 333 |
| |
317 | 334 |
| |
318 | 335 |
| |
319 | 336 |
| |
| 337 | + | |
320 | 338 |
| |
321 | 339 |
| |
322 | 340 |
| |
| 341 | + | |
323 | 342 |
| |
324 | 343 |
| |
325 | 344 |
| |
| |||
330 | 349 |
| |
331 | 350 |
| |
332 | 351 |
| |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
333 | 358 |
| |
334 | 359 |
| |
335 | 360 |
| |
| |||
340 | 365 |
| |
341 | 366 |
| |
342 | 367 |
| |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
343 | 373 |
| |
344 | 374 |
| |
345 | 375 |
| |
| |||
468 | 498 |
| |
469 | 499 |
| |
470 | 500 |
| |
471 |
| - | |
| 501 | + | |
472 | 502 |
| |
473 | 503 |
| |
474 | 504 |
| |
475 | 505 |
| |
476 | 506 |
| |
477 | 507 |
| |
478 | 508 |
| |
479 |
| - | |
| 509 | + | |
480 | 510 |
| |
481 | 511 |
| |
482 | 512 |
| |
| |||
500 | 530 |
| |
501 | 531 |
| |
502 | 532 |
| |
| 533 | + | |
503 | 534 |
| |
504 | 535 |
| |
505 | 536 |
| |
|
git-cliff-core/tests/integration_test.rs
Copy file name to clipboardExpand all lines: git-cliff-core/tests/integration_test.rs+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
119 | 119 |
| |
120 | 120 |
| |
121 | 121 |
| |
| 122 | + | |
122 | 123 |
| |
123 | 124 |
| |
124 | 125 |
| |
|
+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
229 | 229 |
| |
230 | 230 |
| |
231 | 231 |
| |
| 232 | + | |
| 233 | + | |
| 234 | + | |
232 | 235 |
| |
233 | 236 |
| |
234 | 237 |
| |
|
+5-1Lines changed: 5 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
83 | 83 |
| |
84 | 84 |
| |
85 | 85 |
| |
86 |
| - | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
87 | 91 |
| |
88 | 92 |
| |
89 | 93 |
| |
|
+11-10Lines changed: 11 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
11 | 11 |
| |
12 | 12 |
| |
13 | 13 |
| |
14 |
| - | |
15 |
| - | |
16 |
| - | |
17 |
| - | |
18 |
| - | |
19 |
| - | |
20 |
| - | |
21 |
| - | |
22 |
| - | |
23 |
| - | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
24 | 25 |
| |
25 | 26 |
| |
26 | 27 |
| |
|
website/docs/usage/examples.md
Copy file name to clipboardExpand all lines: website/docs/usage/examples.md+6Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
45 | 45 |
| |
46 | 46 |
| |
47 | 47 |
| |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
48 | 54 |
| |
49 | 55 |
| |
50 | 56 |
| |
|
You can’t perform that action at this time.
0 commit comments