forked fromgitpython-developers/GitPython
- Notifications
You must be signed in to change notification settings - Fork0
Commit58c78e6
committed
Merge pull requestgitpython-developers#317 from avinassh/dates-in-commits
Feature: Make commits with custom `author_date` and `commit_date` (closesgitpython-developers#315)3 files changed
+25
-5
lines changedLines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
922 | 922 |
| |
923 | 923 |
| |
924 | 924 |
| |
925 |
| - | |
| 925 | + | |
| 926 | + | |
926 | 927 |
| |
927 | 928 |
| |
928 | 929 |
| |
| |||
932 | 933 |
| |
933 | 934 |
| |
934 | 935 |
| |
935 |
| - | |
| 936 | + | |
| 937 | + | |
936 | 938 |
| |
937 | 939 |
| |
938 | 940 |
| |
|
Lines changed: 10 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
266 | 266 |
| |
267 | 267 |
| |
268 | 268 |
| |
269 |
| - | |
| 269 | + | |
| 270 | + | |
270 | 271 |
| |
271 | 272 |
| |
272 | 273 |
| |
| |||
288 | 289 |
| |
289 | 290 |
| |
290 | 291 |
| |
| 292 | + | |
| 293 | + | |
291 | 294 |
| |
292 | 295 |
| |
293 | 296 |
| |
| |||
327 | 330 |
| |
328 | 331 |
| |
329 | 332 |
| |
330 |
| - | |
| 333 | + | |
| 334 | + | |
| 335 | + | |
331 | 336 |
| |
332 | 337 |
| |
333 | 338 |
| |
334 | 339 |
| |
335 | 340 |
| |
336 | 341 |
| |
337 |
| - | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
338 | 345 |
| |
339 | 346 |
| |
340 | 347 |
| |
|
Lines changed: 11 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
470 | 470 |
| |
471 | 471 |
| |
472 | 472 |
| |
| 473 | + | |
| 474 | + | |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
| 480 | + | |
| 481 | + | |
| 482 | + | |
| 483 | + | |
473 | 484 |
| |
474 | 485 |
| |
475 | 486 |
| |
|
0 commit comments
Comments
(0)