mirror of
https://github.com/abapGit/abapGit.git
synced 2025-05-01 04:08:27 +08:00
Git client for ABAP
![]() For some strange reason even post data is URL escaped on our servers. How I discovered this issue: 1. go to stage 2. leave some files in the state ? 3. click the Commit link 4. get the error 'process_stage_list: unknown method %3F' URL decode '%3F' and see that the value is '?'. The value is set to the hidden input fields in its unescaped form in the function submitSapeventForm() but the value is escaped in the method lif_gui_page~on_event of the class lcl_gui_page_stage. |
||
---|---|---|
docs | ||
src | ||
.abapgit.xml | ||
.gitignore | ||
.travis.yml | ||
changelog.txt | ||
CONTRIBUTING.md | ||
LICENSE | ||
package.json | ||
README.md | ||
travis.sh |
abapGit
Git client for ABAP
Works with: GitHub, GitLab, Assembla, Bitbucket, abapGitServer, HCP, TFS and more
ABAP Version: 702 or higher
Latest build: zabapgit.abap
Design Goals
- Easy installation
- Easy upgrade
- Small system footprint
- Code readable in git repository
Documentation/Guides
http://larshp.github.io/abapGit/
FAQ
For questions/comments/bugs/feature requests/wishes please create an issue