chiark
/
gitweb
/
~mdw
/
stgit
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Add --sign and --ack options to "stg import"
[stgit]
/
stgit
/
stack.py
2007-09-11
Karl Hasselström
Add --sign and --ack options to "stg import"
blob
|
commitdiff
|
raw
2007-08-31
Pavel Roskin
Fix refresh -es
blob
|
commitdiff
|
raw
|
diff to current
2007-08-26
Karl Hasselström
Refactor output handling to break circular dependency
blob
|
commitdiff
|
raw
|
diff to current
2007-08-26
Karl Hasselström
Replace "git repo-config" with "git config" in help...
blob
|
commitdiff
|
raw
|
diff to current
2007-08-26
Karl Hasselström
Don't write None to the conf file
blob
|
commitdiff
|
raw
|
diff to current
2007-08-23
Karl Hasselström
Don't touch ref files manually
blob
|
commitdiff
|
raw
|
diff to current
2007-08-21
Karl Hasselström
Make use of the get_patch() utility function
blob
|
commitdiff
|
raw
|
diff to current
2007-08-20
Karl Hasselström
Rename all config sections of a branch
blob
|
commitdiff
|
raw
|
diff to current
2007-07-17
Catalin Marinas
Modify the assertion in Series.new_patch
blob
|
commitdiff
|
raw
|
diff to current
2007-07-17
Catalin Marinas
Allow refresh --annotate to replace the top log entry
blob
|
commitdiff
|
raw
|
diff to current
2007-07-16
Catalin Marinas
Do not call 'refresh' when creating a patch (bug #8872)
blob
|
commitdiff
|
raw
|
diff to current
2007-07-16
Catalin Marinas
Allow 'refresh' to annotate the patch log entries
blob
|
commitdiff
|
raw
|
diff to current
2007-07-13
Yann Dirson
Add a constructor to PatchSet.
blob
|
commitdiff
|
raw
|
diff to current
2007-06-15
Yann Dirson
Revert 'Changed rebasing safety check to look for reach...
blob
|
commitdiff
|
raw
|
diff to current
2007-06-12
Yann Dirson
Rename branch.*.stgitformatversion to branch.*.stgit...
blob
|
commitdiff
|
raw
|
diff to current
2007-06-12
Yann Dirson
Move stack format-version checks into Stack class.
blob
|
commitdiff
|
raw
|
diff to current
2007-06-12
Yann Dirson
Abstract a PatchSet object out of Series.
blob
|
commitdiff
|
raw
|
diff to current
2007-06-12
Yann Dirson
Use get/set_name for a stack's name.
blob
|
commitdiff
|
raw
|
diff to current
2007-06-12
Yann Dirson
Changed rebasing safety check to look for reachability...
blob
|
commitdiff
|
raw
|
diff to current
2007-06-08
Catalin Marinas
Factor out common functionality into the utils.py file
blob
|
commitdiff
|
raw
|
diff to current
2007-06-08
Catalin Marinas
Fix the hidden patches functionality (bug #9077)
blob
|
commitdiff
|
raw
|
diff to current
2007-06-07
Yann Dirson
Fix removal of series to nuke the formatversion config...
blob
|
commitdiff
|
raw
|
diff to current
2007-06-07
Yann Dirson
Fix removal of series with non-existant trash dir.
blob
|
commitdiff
|
raw
|
diff to current
2007-06-04
Yann Dirson
Fix deletion and move of a hidden patch (gna bug #9244).
blob
|
commitdiff
|
raw
|
diff to current
2007-05-21
Karl Hasselström
Refactor message printing
blob
|
commitdiff
|
raw
|
diff to current
2007-05-21
Karl Hasselström
Upgrade old StGIT branches to new-format metadata
blob
|
commitdiff
|
raw
|
diff to current
2007-05-15
Karl Hasselström
Remove obsolete files when deleting a branch
blob
|
commitdiff
|
raw
|
diff to current
2007-05-15
Karl Hasselström
Store branch description in the config file
blob
|
commitdiff
|
raw
|
diff to current
2007-05-15
Karl Hasselström
Make the "name" argument to "stg new" optional
blob
|
commitdiff
|
raw
|
diff to current
2007-05-15
Yann Dirson
Stop recording branch.*.remote to '.' for local parents.
blob
|
commitdiff
|
raw
|
diff to current
2007-05-15
Catalin Marinas
Fix typo in the patchlogs copying code
blob
|
commitdiff
|
raw
|
diff to current
2007-05-14
Karl Hasselström
Fix popping on non-active branches
blob
|
commitdiff
|
raw
|
diff to current
2007-05-14
Karl Hasselström
Don't use patches/<branch>/current
blob
|
commitdiff
|
raw
|
diff to current
2007-05-14
Yann Dirson
Copy patchlogs when cloning a stack or picking a patch.
blob
|
commitdiff
|
raw
|
diff to current
2007-05-14
Roland Dreier
Fix deleting series trash directory
blob
|
commitdiff
|
raw
|
diff to current
2007-05-14
Karl Hasselström
Don't use refs/bases/<branchname>
blob
|
commitdiff
|
raw
|
diff to current
2007-04-17
Catalin Marinas
Failed recursive merging can silently lose date in...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-16
Yann Dirson
Cleanup parent information on stgit branch deletion.
blob
|
commitdiff
|
raw
|
diff to current
2007-03-16
Yann Dirson
Copy parentbranch setting on 'stg branch --clone'.
blob
|
commitdiff
|
raw
|
diff to current
2007-03-16
Yann Dirson
Make use exception raised by removedirs.
blob
|
commitdiff
|
raw
|
diff to current
2007-03-16
Yann Dirson
Fix diagnostic messages on patch deletion and simplify...
blob
|
commitdiff
|
raw
|
diff to current
2007-03-16
Yann Dirson
Fix stack deletion when orig-base is present.
blob
|
commitdiff
|
raw
|
diff to current
2007-03-16
Robin Rosenberg
Add an empty line before signed-off-by
blob
|
commitdiff
|
raw
|
diff to current
2007-02-28
Yann Dirson
Factorize editor handling.
blob
|
commitdiff
|
raw
|
diff to current
2007-02-23
Catalin Marinas
Add --branch option to 'patches'
blob
|
commitdiff
|
raw
|
diff to current
2007-02-21
Yann Dirson
Keep track of safe base changes.
blob
|
commitdiff
|
raw
|
diff to current
2007-02-21
Yann Dirson
Various cleanups for clarity.
blob
|
commitdiff
|
raw
|
diff to current
2007-02-21
Yann Dirson
Move stack-base querying into Series class.
blob
|
commitdiff
|
raw
|
diff to current
2007-02-05
Yann Dirson
Use branch.*.stgit.parentbranch for authoritative paren...
blob
|
commitdiff
|
raw
|
diff to current
2007-02-05
Pavel Roskin
Add missing spaces in warnings about default remote
blob
|
commitdiff
|
raw
|
diff to current
2007-02-04
Pavel Roskin
Assorted typos
blob
|
commitdiff
|
raw
|
diff to current
2007-02-04
Pavel Roskin
Copy remote and merge settings when cloning a branch
blob
|
commitdiff
|
raw
|
diff to current
2007-02-04
Pavel Roskin
Rename branch section in config when the branch is...
blob
|
commitdiff
|
raw
|
diff to current
2007-02-03
Yann Dirson
Warn the user when there is no parent information in...
blob
|
commitdiff
|
raw
|
diff to current
2007-02-02
Yann Dirson
Do not return 'origin' as parent remote when there...
blob
|
commitdiff
|
raw
|
diff to current
2007-02-02
Catalin Marinas
Check for invalid patch names before acting
blob
|
commitdiff
|
raw
|
diff to current
2007-01-31
Yann Dirson
Basic support for keeping a ref to the parent branch.
blob
|
commitdiff
|
raw
|
diff to current
2007-01-31
Yann Dirson
Move identification of parent branch's remote def up...
blob
|
commitdiff
|
raw
|
diff to current
2007-01-31
Yann Dirson
Make stgit.config use git-repo-config.
blob
|
commitdiff
|
raw
|
diff to current
2007-01-26
Catalin Marinas
Add support to hide and unhide patches
blob
|
commitdiff
|
raw
|
diff to current
2007-01-12
Catalin Marinas
Track the files conflict history
blob
|
commitdiff
|
raw
|
diff to current
2006-12-08
Catalin Marinas
Don't always use git-merge-recursive because of speed
blob
|
commitdiff
|
raw
|
diff to current
2006-12-07
Catalin Marinas
Add the 'sync' command
blob
|
commitdiff
|
raw
|
diff to current
2006-12-06
Catalin Marinas
Allow patch ranges for the 'pop' command
blob
|
commitdiff
|
raw
|
diff to current
2006-12-05
Catalin Marinas
Allow the cloning of branches not under StGIT control
blob
|
commitdiff
|
raw
|
diff to current
2006-12-05
Yann Dirson
Create a StgitObject class to factorise code for proper...
blob
|
commitdiff
|
raw
|
diff to current
2006-12-05
Karl Hasselström
Ask git for author and committer name
blob
|
commitdiff
|
raw
|
diff to current
2006-11-24
Yann Dirson
Make Series::patch_applied public.
blob
|
commitdiff
|
raw
|
diff to current
2006-11-08
Catalin Marinas
Add mbox support to "import"
blob
|
commitdiff
|
raw
|
diff to current
2006-11-08
Catalin Marinas
Add a trash directory with deleted patches
blob
|
commitdiff
|
raw
|
diff to current
2006-10-25
Karl Hasselström
New stg command: assimilate
blob
|
commitdiff
|
raw
|
diff to current
2006-10-17
Catalin Marinas
Fix the preserving of the local changes during pop
blob
|
commitdiff
|
raw
|
diff to current
2006-10-16
Catalin Marinas
Add --sign and --ack options to refresh
blob
|
commitdiff
|
raw
|
diff to current
2006-09-15
Catalin Marinas
Add patch history support
blob
|
commitdiff
|
raw
|
diff to current
2006-09-10
Catalin Marinas
Add --keep option to pop
blob
|
commitdiff
|
raw
|
diff to current
2006-08-11
Catalin Marinas
Set the .txt extension to the StGIT commit message...
blob
|
commitdiff
|
raw
|
diff to current
2006-07-10
Catalin Marinas
Add a common function for reading template files
blob
|
commitdiff
|
raw
|
diff to current
2006-06-11
Catalin Marinas
Generate an empty commit for the newly created patches
blob
|
commitdiff
|
raw
|
diff to current
2006-05-18
Karl Hasselström
Handle branch names with slashes
blob
|
commitdiff
|
raw
|
diff to current
2006-05-08
Catalin Marinas
Fix git.reset() to remove the added files
blob
|
commitdiff
|
raw
|
diff to current
2006-05-02
Yann Dirson
Correctly handle refs/patches on series rename
blob
|
commitdiff
|
raw
|
diff to current
2006-05-02
Yann Dirson
Make branch creation atomic
blob
|
commitdiff
|
raw
|
diff to current
2006-05-02
Yann Dirson
Add a couple of safety checks to series creation
blob
|
commitdiff
|
raw
|
diff to current
2006-03-31
Catalin Marinas
Add the '--undo' option to 'refresh'
blob
|
commitdiff
|
raw
|
diff to current
2006-03-28
Catalin Marinas
Create stgit/basedir.py for determining the .git directory
blob
|
commitdiff
|
raw
|
diff to current
2006-03-03
Catalin Marinas
Add a merged upstream test for pull and push
blob
|
commitdiff
|
raw
|
diff to current
2006-02-19
Karl Hasselstr\...
[PATCH 2/2] Add 'stg uncommit' command
blob
|
commitdiff
|
raw
|
diff to current
2006-02-17
Karl Hasselstr\öm
Update .git/refs/heads/base after patch deletion
blob
|
commitdiff
|
raw
|
diff to current
2006-02-13
Catalin Marinas
Add prune-safety to StGIT
blob
|
commitdiff
|
raw
|
diff to current
2006-02-05
Catalin Marinas
Use the GIT-specific environment as default
blob
|
commitdiff
|
raw
|
diff to current
2006-02-04
Chuck Lever
Add an option to "stg branch" to convert the internal...
blob
|
commitdiff
|
raw
|
diff to current
2006-02-04
Chuck Lever
Use a separate directory for patches under each branch...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-23
Catalin Marinas
Allow patch refreshing for some files only
blob
|
commitdiff
|
raw
|
diff to current
2006-01-13
Catalin Marinas
Merge branch 'master' of homepage.ntlworld.com/cmarinas...
blob
|
commitdiff
|
raw
|
diff to current
2006-01-12
Catalin Marinas
Fix the clone command failure
blob
|
commitdiff
|
raw
|
diff to current
2005-12-07
Chuck Lever
Add a "--clone" option to "stg branch"
blob
|
commitdiff
|
raw
|
diff to current
2005-12-02
Chuck Lever
Fast-forwarding does a git.switch() even when it forwar...
blob
|
commitdiff
|
raw
|
diff to current
2005-11-30
Chuck Lever
Use git-rev-parse to find the local GIT repository
blob
|
commitdiff
|
raw
|
diff to current
2005-11-17
Chuck Lever
Using delete_patch while deleting a branch is broken
blob
|
commitdiff
|
raw
|
diff to current
2005-11-17
Chuck Lever
Clean up StGIT's "branch --delete" command
blob
|
commitdiff
|
raw
|
diff to current
next