File: control

package info (click to toggle)
git-imerge 1.2.0-3
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye
  • size: 420 kB
  • sloc: python: 2,909; javascript: 516; sh: 495; makefile: 8
file content (31 lines) | stat: -rw-r--r-- 744 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Source: git-imerge
Section: vcs
Priority: optional
Maintainer: Paul Wise <pabs@debian.org>
Build-Depends:
 bash-completion,
 debhelper-compat (= 13),
 dh-python,
 git <!nocheck>,
 pkg-config,
 python3,
 python3-setuptools,
 tox <!nocheck>,
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://github.com/mhagger/git-imerge

Package: git-imerge
Architecture: all
Multi-Arch: foreign
Depends:
 git,
 python3,
 ${misc:Depends},
 ${python3:Depends},
Suggests:
 mergify,
Description: incremental merge and rebase for git
 Performs a merge between two branches incrementally. If conflicts are
 encountered, figures out exactly which pairs of commits conflict, and
 presents the user with one pairwise conflict at a time for resolution.