45020ec [macros] using $GIT to alternate between helper and real executable,

Authored and Committed by clime 4 years ago
30 files changed. 151 lines added. 110 lines removed.
macros/macros.d/git.bash
file modified
+23 -16
macros/macros.d/helpers/git_branch
file modified
+3 -1
macros/macros.d/helpers/git_head
file modified
+3 -1
macros/macros.d/helpers/git_head_short
file modified
+3 -1
macros/macros.d/helpers/git_merged_tag_refs
file modified
+7 -5
macros/macros.d/helpers/git_remote
file modified
+5 -3
macros/macros.d/helpers/git_remote_url
file modified
+4 -2
macros/macros.d/helpers/git_root
file modified
+3 -1
macros/macros.d/helpers/git_status
file modified
+3 -1
macros/macros.d/helpers/git_submodule_refs
file modified
+3 -1
macros/tests/lib.bash
file modified
+15 -6
macros/tests/run
file modified
+0 -1
macros/tests/test_committed/run
file modified
+7 -7
macros/tests/test_dirty/run
file modified
+3 -3
macros/tests/test_fn_git_prefix/run
file modified
+4 -4
macros/tests/test_fn_version_dirty_appendix/run
file modified
+4 -4
macros/tests/test_inited_origin_set/run
file modified
+1 -1
macros/tests/test_sources/run
file modified
+1 -1
macros/tests/test_sources_committed/run
file modified
+3 -3
macros/tests/test_sources_committed_dirty/run
file modified
+3 -3
macros/tests/test_sources_subdir/run
file modified
+3 -3
macros/tests/test_subdir/run
file modified
+1 -1
macros/tests/test_submodule/run
file modified
+6 -6
macros/tests/test_submodule_sources/run
file modified
+9 -9
macros/tests/test_tagged/run
file modified
+17 -17
macros/tests/test_tagged_committed/run
file modified
+6 -6
rpkglib/__init__.py
file modified
+1 -0
rpkglib/rpm_package.py
file modified
+5 -1
tests/unit/run
file added
+3
unittests
file modified
+2 -2
    [macros] using $GIT to alternate between helper and real executable,
    using cd in helper scripts + other small tweaks
    
    * the helper executable provides the -C switch which is missing
    in older gits.
    
        
file modified
+23 -16
file modified
+15 -6
file modified
+0 -1
file modified
+3 -3
file modified
+1 -1
file modified
+17 -17
file modified
+1 -0
file modified
+5 -1
file added
+3
file modified
+2 -2