chiark / gitweb /
Generate binary diffs by default
[stgit] / stgit / lib / git.py
2009-09-13 Catalin MarinasGenerate binary diffs by default v0.15-rc3
2009-08-13 Catalin MarinasReverse commit 9876a650 - return the first line from...
2009-07-31 Catalin MarinasOnly get the first line from 'git describe --all'
2009-05-30 Catalin MarinasAdd support for merge-friendly branches
2009-05-22 Catalin MarinasConvert 'clone' to the use stgit.lib
2009-04-09 Catalin MarinasAdd automatic git-mergetool invocation to the new infra...
2009-04-09 Catalin MarinasCheck for local changes with "goto"
2009-01-28 Catalin MarinasMerge branch 'stable'
2009-01-22 Karl HasselströmMerge branch 'stable'
2009-01-01 Catalin MarinasMerge branch 'proposed'
2008-12-03 Catalin MarinasPrint conflict details with the new infrastructure...
2008-09-28 Karl HasselströmMerge branch 'stable'
2008-09-21 Karl HasselströmRefactor stgit.commands.edit
2008-09-21 Karl HasselströmConvert "stg refresh" to the new infrastructure
2008-09-21 Karl HasselströmAdd a --hard flag to stg reset
2008-09-21 Karl HasselströmWrite to a stack log when stack is modified
2008-09-19 Catalin MarinasMerge branch 'stable'
2008-09-09 Catalin MarinasMerge branch 'stable'
2008-08-26 Karl HasselströmMerge branch 'stable'
2008-08-21 Catalin MarinasRemove the duplicate utils.strip_leading function
2008-08-21 Catalin MarinasImplement a new patch identification scheme and id...
2008-07-24 Karl HasselströmLibrary functions for tree and blob manipulation
2008-07-24 Karl HasselströmReuse the same temp index in a transaction
2008-07-24 Karl HasselströmDo simple in-index merge with diff+apply instead of...
2008-07-24 Karl HasselströmDiscard stderr output from git apply if the caller...
2008-07-24 Karl HasselströmMerge branch 'stable'
2008-07-08 Karl HasselströmMerge branch 'stable'
2008-06-29 Karl HasselströmMerge branch 'stable' into stable-master-merge
2008-06-12 Karl HasselströmFix typo
2008-06-08 Catalin MarinasMerge branch 'stable'
2008-06-08 Catalin MarinasCreate a git.Branch class as ancestor of stack.Stack
2008-06-08 Catalin MarinasRename Repository.head to Repository.head_ref
2008-06-03 Catalin MarinasMerge commit 'kha/safe'
2008-06-03 Catalin MarinasMerge branch 'stable'
2008-06-03 Karl HasselströmSome API documentation for the new infrastructure
2008-06-03 Karl HasselströmMerge branch 'stable' into stable-master-merge
2008-05-28 Catalin MarinasRefactor the Commitdata class to CommitData
2008-05-27 Catalin MarinasMerge branch 'stable'
2008-05-20 Karl HasselströmConvert "stg new" to the new infrastructure
2008-05-19 Catalin MarinasMerge branch 'stable'
2008-04-17 Catalin MarinasMerge branch 'stable'
2008-04-15 Karl HasselströmDon't both change directory and set GIT_WORK_TREE
2008-04-14 Karl HasselströmMerge branch 'stable' into stable-master-merge
2008-03-25 Catalin MarinasMerge branch 'stable'
2008-03-20 Karl HasselströmHandle failed pushes differently depending on cause
2008-03-20 Karl HasselströmMake sure patches with no parents have an empty list...
2008-02-10 Karl HasselströmParse the date instead of treating it as an opaque...
2008-02-10 Karl HasselströmTeach new infrastructure to diff two trees
2008-02-10 Karl HasselströmTeach new infrastructure to apply patches
2008-02-10 Karl HasselströmTeach new infrastructure about the default author and...
2008-01-29 Karl HasselströmDon't clean away patches with conflicts
2008-01-29 Karl HasselströmCreate index and worktree objects just once
2008-01-09 Karl HasselströmMake "stg goto" subdirectory safe
2008-01-09 Karl HasselströmTeach the new infrastructure about the index and worktree
2007-12-19 Karl HasselströmUpgrade older stacks to newest version
2007-12-19 Karl HasselströmNew StGit core infrastructure: repository operations