summaryrefslogtreecommitdiffstats
path: root/git-submodule.sh
AgeCommit message (Expand)AuthorLines
2008-09-29Merge branch 'bc/master-diff-hunk-header-fix'Shawn O. Pearce-2/+7
2008-09-29Merge branch 'maint' into bc/master-diff-hunk-header-fixShawn O. Pearce-2/+7
2008-09-29git-submodule: Fix "Unable to checkout" for the initial 'update'Ping Yin-2/+7
2008-09-25Fix submodule sync with relative submodule URLsJohan Herland-0/+8
2008-08-27Merge branch 'ml/submodule'Junio C Hamano-1/+2
2008-08-25git-submodule: add "sync" commandDavid Aguilar-2/+46
2008-08-24git-submodule - Use "get_default_remote" from git-parse-remoteMark Levedahl-3/+2
2008-08-22git-submodule: replace duplicated code with a module_list functionDavid Aguilar-4/+13
2008-08-21git-submodule.sh - Remove trailing / from URL if foundMark Levedahl-2/+3
2008-08-20git-submodule.sh - Remove trailing / from URL if foundMark Levedahl-1/+1
2008-08-17git-submodule - Add 'foreach' subcommandMark Levedahl-2/+22
2008-07-21git-submodule: move ill placed shift.Pierre Habouzit-1/+1
2008-07-14git-submodule - register submodule URL if adding in placeMark Levedahl-0/+10
2008-07-14git-submodule - make "submodule add" more strict, and document itMark Levedahl-35/+20
2008-07-08git-submodule - Fix bugs in adding an existing repo as a moduleMark Levedahl-2/+1
2008-06-14git-submodule - Fix errors regarding resolve_relative_urlMark Levedahl-4/+5
2008-06-12Improve sed portabilityChris Ridd-1/+1
2008-05-16submodule update: add convenience option --initJohannes Schindelin-1/+6
2008-05-16Use '-f' option to point to the .gitmodules fileImran M Yousuf-5/+4
2008-05-05Merge branch 'lh/git-file'Junio C Hamano-2/+2
2008-04-19Merge branch 'py/submodule'Junio C Hamano-2/+14
2008-04-14git-submodule - possibly use branch name to describe a moduleMark Levedahl-1/+2
2008-04-12git-submodule summary: --for-status optionPing Yin-2/+14
2008-04-11git-submodule: Avoid 'fatal: cannot describe' messagePing Yin-1/+1
2008-04-09Teach git-submodule.sh about the .git fileLars Hjemli-2/+2
2008-03-15Merge branch 'jk/portable'Junio C Hamano-3/+3
2008-03-15Merge branch 'py/submodule'Junio C Hamano-5/+175
2008-03-13grep portability fix: don't use "-e" or "-q"Jeff King-3/+3
2008-03-12git-submodule summary: fix that some "wc" flavors produce leading spacesJohannes Sixt-1/+1
2008-03-11git-submodule summary: limit summary sizePing Yin-2/+19
2008-03-11git-submodule summary: show commit summaryPing Yin-0/+102
2008-03-11git-submodule summary: code frameworkPing Yin-5/+56
2008-03-05git-submodule - Allow adding a submodule in-placeMark Levedahl-20/+30
2008-03-02git-submodule: Fix typo 'url' which should be '$url'Ping Yin-1/+1
2008-01-20git-submodule: fix subcommand parserJunio C Hamano-41/+116
2008-01-20git-submodule: rename shell functions for consistencyJunio C Hamano-10/+10
2007-12-04Do not rely on the exit status of "unset" for unset variablesH.Merijn Brand-5/+5
2007-11-17Merge branch 'ph/parseopt-sh'Junio C Hamano-0/+1
2007-11-09Merge branch 'maint'Junio C Hamano-1/+1
2007-11-08Fix sed string regex escaping in module_name.Ralf Wildenhues-1/+1
2007-11-06scripts: Add placeholders for OPTIONS_SPECJunio C Hamano-0/+1
2007-09-29Fix adding a submodule with a remote urlDaniel Barkalow-1/+1
2007-09-25git-submodule - allow a relative path as the subproject urlMark Levedahl-6/+47
2007-09-23Supplant the "while case ... break ;; esac" idiomDavid Kastrup-1/+1
2007-08-17git-submodule: re-enable 'status' as the default subcommandLars Hjemli-1/+1
2007-07-25git-submodule: remove redundant call to git-describeJunio C Hamano-1/+0
2007-07-25git-submodule module_name: avoid using unwieldy "value_regexp" feature.Junio C Hamano-2/+5
2007-07-04git-submodule: Fix two instances of the same typoCJ van den Berg-2/+2
2007-07-02Rewrite "git-frotz" to "git frotz"Junio C Hamano-13/+13
2007-07-02git-submodule: Instead of using only annotated tags, use any tags.Emil Medve-4/+17