Age | Commit message (Expand) | Author | Files | Lines |
2008-09-29 | Merge branch 'maint' into bc/master-diff-hunk-header-fix | Shawn O. Pearce | 1 | -2/+7 |
2008-09-29 | git-submodule: Fix "Unable to checkout" for the initial 'update' | Ping Yin | 1 | -2/+7 |
2008-09-25 | Fix submodule sync with relative submodule URLs | Johan Herland | 1 | -0/+8 |
2008-08-27 | Merge branch 'ml/submodule' | Junio C Hamano | 1 | -1/+2 |
2008-08-25 | git-submodule: add "sync" command | David Aguilar | 1 | -2/+46 |
2008-08-24 | git-submodule - Use "get_default_remote" from git-parse-remote | Mark Levedahl | 1 | -3/+2 |
2008-08-22 | git-submodule: replace duplicated code with a module_list function | David Aguilar | 1 | -4/+13 |
2008-08-21 | git-submodule.sh - Remove trailing / from URL if found | Mark Levedahl | 1 | -2/+3 |
2008-08-20 | git-submodule.sh - Remove trailing / from URL if found | Mark Levedahl | 1 | -1/+1 |
2008-08-17 | git-submodule - Add 'foreach' subcommand | Mark Levedahl | 1 | -2/+22 |
2008-07-21 | git-submodule: move ill placed shift. | Pierre Habouzit | 1 | -1/+1 |
2008-07-14 | git-submodule - register submodule URL if adding in place | Mark Levedahl | 1 | -0/+10 |
2008-07-14 | git-submodule - make "submodule add" more strict, and document it | Mark Levedahl | 1 | -35/+20 |
2008-07-08 | git-submodule - Fix bugs in adding an existing repo as a module | Mark Levedahl | 1 | -2/+1 |
2008-06-14 | git-submodule - Fix errors regarding resolve_relative_url | Mark Levedahl | 1 | -4/+5 |
2008-06-12 | Improve sed portability | Chris Ridd | 1 | -1/+1 |
2008-05-16 | submodule update: add convenience option --init | Johannes Schindelin | 1 | -1/+6 |
2008-05-16 | Use '-f' option to point to the .gitmodules file | Imran M Yousuf | 1 | -5/+4 |
2008-05-05 | Merge branch 'lh/git-file' | Junio C Hamano | 1 | -2/+2 |
2008-04-19 | Merge branch 'py/submodule' | Junio C Hamano | 1 | -2/+14 |
2008-04-14 | git-submodule - possibly use branch name to describe a module | Mark Levedahl | 1 | -1/+2 |
2008-04-12 | git-submodule summary: --for-status option | Ping Yin | 1 | -2/+14 |
2008-04-11 | git-submodule: Avoid 'fatal: cannot describe' message | Ping Yin | 1 | -1/+1 |
2008-04-09 | Teach git-submodule.sh about the .git file | Lars Hjemli | 1 | -2/+2 |
2008-03-15 | Merge branch 'jk/portable' | Junio C Hamano | 1 | -3/+3 |
2008-03-15 | Merge branch 'py/submodule' | Junio C Hamano | 1 | -5/+175 |
2008-03-13 | grep portability fix: don't use "-e" or "-q" | Jeff King | 1 | -3/+3 |
2008-03-12 | git-submodule summary: fix that some "wc" flavors produce leading spaces | Johannes Sixt | 1 | -1/+1 |
2008-03-11 | git-submodule summary: limit summary size | Ping Yin | 1 | -2/+19 |
2008-03-11 | git-submodule summary: show commit summary | Ping Yin | 1 | -0/+102 |
2008-03-11 | git-submodule summary: code framework | Ping Yin | 1 | -5/+56 |
2008-03-05 | git-submodule - Allow adding a submodule in-place | Mark Levedahl | 1 | -20/+30 |
2008-03-02 | git-submodule: Fix typo 'url' which should be '$url' | Ping Yin | 1 | -1/+1 |
2008-01-20 | git-submodule: fix subcommand parser | Junio C Hamano | 1 | -41/+116 |
2008-01-20 | git-submodule: rename shell functions for consistency | Junio C Hamano | 1 | -10/+10 |
2007-12-04 | Do not rely on the exit status of "unset" for unset variables | H.Merijn Brand | 1 | -5/+5 |
2007-11-17 | Merge branch 'ph/parseopt-sh' | Junio C Hamano | 1 | -0/+1 |
2007-11-09 | Merge branch 'maint' | Junio C Hamano | 1 | -1/+1 |
2007-11-08 | Fix sed string regex escaping in module_name. | Ralf Wildenhues | 1 | -1/+1 |
2007-11-06 | scripts: Add placeholders for OPTIONS_SPEC | Junio C Hamano | 1 | -0/+1 |
2007-09-29 | Fix adding a submodule with a remote url | Daniel Barkalow | 1 | -1/+1 |
2007-09-25 | git-submodule - allow a relative path as the subproject url | Mark Levedahl | 1 | -6/+47 |
2007-09-23 | Supplant the "while case ... break ;; esac" idiom | David Kastrup | 1 | -1/+1 |
2007-08-17 | git-submodule: re-enable 'status' as the default subcommand | Lars Hjemli | 1 | -1/+1 |
2007-07-25 | git-submodule: remove redundant call to git-describe | Junio C Hamano | 1 | -1/+0 |
2007-07-25 | git-submodule module_name: avoid using unwieldy "value_regexp" feature. | Junio C Hamano | 1 | -2/+5 |
2007-07-04 | git-submodule: Fix two instances of the same typo | CJ van den Berg | 1 | -2/+2 |
2007-07-02 | Rewrite "git-frotz" to "git frotz" | Junio C Hamano | 1 | -13/+13 |
2007-07-02 | git-submodule: Instead of using only annotated tags, use any tags. | Emil Medve | 1 | -4/+17 |
2007-07-02 | git-submodule: provide easy way of adding new submodules | Sven Verdoolaege | 1 | -6/+96 |