2007-07-13 |
Yann Dirson | Allow "git show --branch".
|
commit | commitdiff | tree |
2007-07-13 |
Catalin Marinas | Add --keep option to goto Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
|
commit | commitdiff | tree |
2007-07-13 |
Catalin Marinas | Add '--update' option to 'refresh' Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
|
commit | commitdiff | tree |
2007-07-13 |
Catalin Marinas | Add the --unrelated option to mail Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
|
commit | commitdiff | tree |
2007-07-13 |
Catalin Marinas | 'sync' code comments clean-up after commit 6b79a09c Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
|
commit | commitdiff | tree |
2007-06-25 |
Yann Dirson | If available, use gitk --argscmd in contrib/stg-gitk.
|
commit | commitdiff | tree |
2007-06-25 |
Yann Dirson | Fix t1200 to catch intermediate errors.
|
commit | commitdiff | tree |
2007-06-25 |
Yann Dirson | Changed sync not to use -b which has other semantics.
|
commit | commitdiff | tree |
2007-06-25 |
Yann Dirson | Fixed thinko in error message.
|
commit | commitdiff | tree |
2007-06-25 |
Yann Dirson | Revert part of the reverted commit that we want to...
|
commit | commitdiff | tree |
2007-06-25 |
Yann Dirson | stg-cvs: update doc, and use correct setting for parent...
|
commit | commitdiff | tree |
2007-06-25 |
Yann Dirson | Fix contrib/stg-whatchanged way of identifying a conflict.
|
commit | commitdiff | tree |
2007-06-22 |
Catalin Marinas | Fix the importing of multipart emails Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
|
commit | commitdiff | tree |
2007-06-22 |
Catalin Marinas | Modify the 'patches' command to use the locally modified... Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
|
commit | commitdiff | tree |
2007-06-21 |
Catalin Marinas | Pass a string rather than an exception object in gitmergeonefile Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
|
commit | commitdiff | tree |
2007-06-15 |
Yann Dirson | Update test-lib.sh from current git.
|
commit | commitdiff | tree |
2007-06-15 |
Yann Dirson | Revert 'Changed rebasing safety check to look for reachabili... Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
|
commit | commitdiff | tree |
2007-06-15 |
Yann Dirson | Revert 'Test "stg rebase" after "stg commit"' Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
|
commit | commitdiff | tree |
2007-06-12 |
Catalin Marinas | Show a joined string rather than list when reporting... Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
|
commit | commitdiff | tree |
2007-06-12 |
Yann Dirson | Rename branch.*.stgitformatversion to branch.*.stgit...
|
commit | commitdiff | tree |
2007-06-12 |
Yann Dirson | Move stack format-version checks into Stack class.
|
commit | commitdiff | tree |
2007-06-12 |
Yann Dirson | Abstract a PatchSet object out of Series.
|
commit | commitdiff | tree |
2007-06-12 |
Yann Dirson | Use get/set_name for a stack's name.
|
commit | commitdiff | tree |
2007-06-12 |
Yann Dirson | Have mail take the default for --prefix from stgit...
|
commit | commitdiff | tree |
2007-06-12 |
Yann Dirson | Have series show empty hidden patches as hidden rather...
|
commit | commitdiff | tree |
2007-06-12 |
Yann Dirson | Test "stg rebase" after "stg commit"
|
commit | commitdiff | tree |
2007-06-12 |
Yann Dirson | Changed rebasing safety check to look for reachability...
|
commit | commitdiff | tree |
2007-06-08 |
Catalin Marinas | Add my release scripts to the contrib directory Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
|
commit | commitdiff | tree |
2007-06-08 |
Catalin Marinas | Factor out common functionality into the utils.py file Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
|
commit | commitdiff | tree |
2007-06-08 |
Catalin Marinas | Fix the hidden patches functionality (bug #9077) Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
|
commit | commitdiff | tree |
2007-06-07 |
Catalin Marinas | Fix bug #9284 - error messages include abbreviated... Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
|
commit | commitdiff | tree |
2007-06-07 |
Yann Dirson | Fixed typo in contrib/stg-whatchanged.
|
commit | commitdiff | tree |
2007-06-07 |
Yann Dirson | Catch early trying rebasing to unknown ref, and add...
|
commit | commitdiff | tree |
2007-06-07 |
Yann Dirson | Robustify rebase test: check patches are reapplied.
|
commit | commitdiff | tree |
2007-06-07 |
Yann Dirson | Fix removal of series to nuke the formatversion config...
|
commit | commitdiff | tree |
2007-06-07 |
Yann Dirson | Fix removal of series with non-existant trash dir.
|
commit | commitdiff | tree |
2007-06-04 |
Yann Dirson | Fix deletion and move of a hidden patch (gna bug #9244).
|
commit | commitdiff | tree |
2007-06-02 |
Yann Dirson | Add new --diff-opts/-O flag to diff- and status-related...
|
commit | commitdiff | tree |
2007-06-02 |
Yann Dirson | Make diff flags handling more modular.
|
commit | commitdiff | tree |
2007-06-02 |
Yann Dirson | Call external commands without a shell where possible.
|
commit | commitdiff | tree |
2007-06-02 |
Yann Dirson | Add 2 new contrib scripts.
|
commit | commitdiff | tree |
2007-05-22 |
Catalin Marinas | Fix the automatic patch name generation for the pick... Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
|
commit | commitdiff | tree |
2007-05-22 |
Petr Baudis | StGIT: Support Cc: fields in stg mail --auto
|
commit | commitdiff | tree |
2007-05-21 |
Catalin Marinas | Add a "make tags" target Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
|
commit | commitdiff | tree |
2007-05-21 |
Robin Rosenberg | Don't use / as separatar since it is common i branch...
|
commit | commitdiff | tree |
2007-05-21 |
Robin Rosenberg | Update the bash prompt from 'applied' instead of the...
|
commit | commitdiff | tree |
2007-05-21 |
Karl Hasselström | Refactor message printing
|
commit | commitdiff | tree |
2007-05-21 |
Karl Hasselström | Add --binary flag to commands that generate diffs
|
commit | commitdiff | tree |
2007-05-21 |
Karl Hasselström | Test the format version upgrade code
|
commit | commitdiff | tree |
2007-05-21 |
Karl Hasselström | Upgrade old StGIT branches to new-format metadata
|
commit | commitdiff | tree |
2007-05-21 |
Karl Hasselström | Have only a single command in each test_expect_failure
|
commit | commitdiff | tree |
2007-05-21 |
Karl Hasselström | Fix config caching so that get, set, get works
|
commit | commitdiff | tree |
2007-05-15 |
Karl Hasselström | Remove obsolete files when deleting a branch
|
commit | commitdiff | tree |
2007-05-15 |
Karl Hasselström | Store branch description in the config file
|
commit | commitdiff | tree |
2007-05-15 |
Catalin Marinas | Use list comprehension in uncommit.py for Python 2.3 Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
|
commit | commitdiff | tree |
2007-05-15 |
Karl Hasselström | Uncommit to a named commit
|
commit | commitdiff | tree |
2007-05-15 |
Karl Hasselström | If any uncommit would fail, don't uncommit anything
|
commit | commitdiff | tree |
2007-05-15 |
Karl Hasselström | Remove an unnecessary parameter to make_patch_name
|
commit | commitdiff | tree |
2007-05-15 |
Karl Hasselström | Generate patch names of more uniform length
|
commit | commitdiff | tree |
2007-05-15 |
Karl Hasselström | Make the "name" argument to "stg new" optional
|
commit | commitdiff | tree |
2007-05-15 |
Yann Dirson | Rename "bury" back to "sink".
|
commit | commitdiff | tree |
2007-05-15 |
Yann Dirson | Stop recording branch.*.remote to '.' for local parents.
|
commit | commitdiff | tree |
2007-05-15 |
Catalin Marinas | Fix typo in the patchlogs copying code Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
|
commit | commitdiff | tree |
2007-05-14 |
Karl Hasselström | Store branch description in the config file
|
commit | commitdiff | tree |
2007-05-14 |
Karl Hasselström | Use "stg applied" instead of reading the applied file...
|
commit | commitdiff | tree |
2007-05-14 |
Karl Hasselström | Test patch order, not just number of patches
|
commit | commitdiff | tree |
2007-05-14 |
Karl Hasselström | Make patch deletion test more specific
|
commit | commitdiff | tree |
2007-05-14 |
Yann Dirson | Document patch syntax.
|
commit | commitdiff | tree |
2007-05-14 |
Karl Hasselström | Make the "name" argument to "stg new" optional
|
commit | commitdiff | tree |
2007-05-14 |
Karl Hasselström | Fix popping on non-active branches
|
commit | commitdiff | tree |
2007-05-14 |
Yann Dirson | Teach bash to complete branch names in some places.
|
commit | commitdiff | tree |
2007-05-14 |
Karl Hasselström | Don't use patches/<branch>/current
|
commit | commitdiff | tree |
2007-05-14 |
Yann Dirson | Copy patchlogs when cloning a stack or picking a patch.
|
commit | commitdiff | tree |
2007-05-14 |
Yann Dirson | Cleanup variable names in pick.
|
commit | commitdiff | tree |
2007-05-14 |
Yann Dirson | Avoid contrib/stg-swallow deleting unrelated empty...
|
commit | commitdiff | tree |
2007-05-14 |
Roland Dreier | Fix deleting series trash directory
|
commit | commitdiff | tree |
2007-05-14 |
Karl Hasselström | Don't use refs/bases/<branchname>
|
commit | commitdiff | tree |
2007-05-14 |
Karl Hasselström | dash doesn't do curly brace expansion, so avoid that
|
commit | commitdiff | tree |
2007-05-14 |
Karl Hasselström | String comparison is done with "=", not "=="
|
commit | commitdiff | tree |
2007-04-17 |
Catalin Marinas | Failed recursive merging can silently lose date in... Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
|
commit | commitdiff | tree |
2007-04-13 |
Yann Dirson | Document the new 'stg branch --description' features.
|
commit | commitdiff | tree |
2007-04-11 |
Catalin Marinas | Revert commit "Move man page stg(1) to stg(7)" Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
|
commit | commitdiff | tree |
2007-04-11 |
Catalin Marinas | Fix the 'bury' command completion to include all patches Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
|
commit | commitdiff | tree |
2007-04-10 |
Catalin Marinas | Move man page stg(1) to stg(7) Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
|
commit | commitdiff | tree |
2007-04-10 |
Yann Dirson | Add "stg bury" command, with the functionality of contrib...
|
commit | commitdiff | tree |
2007-04-10 |
Catalin Marinas | Add --description option to branch Signed-off-by: Catalin Marinas <catalin.marinas@gmail.com>
|
commit | commitdiff | tree |
2007-04-10 |
Yann Dirson | Stop advertising 'pull' as the only operation blocked...
|
commit | commitdiff | tree |
2007-04-10 |
Yann Dirson | Make the documentation of options more consistent.
|
commit | commitdiff | tree |
2007-04-10 |
Yann Dirson | Fix doc cross-refs.
|
commit | commitdiff | tree |
2007-04-10 |
Yann Dirson | Add doc for 'branch'.
|
commit | commitdiff | tree |
2007-04-10 |
Yann Dirson | Add doc for 'clone' and 'init'.
|
commit | commitdiff | tree |
2007-04-10 |
Yann Dirson | Don't use section 7 for main manpage.
|
commit | commitdiff | tree |
2007-04-10 |
Yann Dirson | Fix typo in help string.
|
commit | commitdiff | tree |
2007-03-16 |
Yann Dirson | Cleanup parent information on stgit branch deletion.
|
commit | commitdiff | tree |
2007-03-16 |
Yann Dirson | Add support for unsetting config vars.
|
commit | commitdiff | tree |
2007-03-16 |
Yann Dirson | Add a script to quickly run an interactive test session.
|
commit | commitdiff | tree |
2007-03-16 |
Yann Dirson | Remove debugging output from contrib/stg-sink
|
commit | commitdiff | tree |
2007-03-16 |
Yann Dirson | Copy parentbranch setting on 'stg branch --clone'.
|
commit | commitdiff | tree |
2007-03-16 |
Yann Dirson | Drop utils.remove_dirs() in favor of os.removedirs().
|
commit | commitdiff | tree |
2007-03-16 |
Yann Dirson | Make use exception raised by removedirs.
|
commit | commitdiff | tree |